Pacchetto | com.adobe.guides.control |
Interfaccia | public interface IGuideDisplay |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
Versioni runtime: | AIR 1.0, Flash Player 10.2 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
resizeToContent : Boolean
When set to true, the Guide will size it self to the content of the Guide. | IGuideDisplay | ||
stylePath : String
The path to the style asset which will be loaded by the Guide. | IGuideDisplay | ||
systemConfig : String
The System Configuration which must be a valid xml string defines the systems component mapping. | IGuideDisplay |
Descrizione delle proprietà
resizeToContent | proprietà |
resizeToContent:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
Versioni runtime: | AIR 1.0, Flash Player 10.2 |
When set to true, the Guide will size it self to the content of the Guide. When false, the Guide will take up 100% width and height.
Implementazione
public function get resizeToContent():Boolean
public function set resizeToContent(value:Boolean):void
stylePath | proprietà |
stylePath:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
Versioni runtime: | AIR 1.0, Flash Player 10.2 |
The path to the style asset which will be loaded by the Guide. The stylePath can be either a local resource or a http based url.
Implementazione
public function get stylePath():String
public function set stylePath(value:String):void
systemConfig | proprietà |
systemConfig:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
Versioni runtime: | AIR 1.0, Flash Player 10.2 |
The System Configuration which must be a valid xml string defines the systems component mapping.
Implementazione
public function get systemConfig():String
public function set systemConfig(value:String):void
Tue Jun 12 2018, 02:44 PM Z