| Paket | com.adobe.guides.control |
| Gränssnitt | public interface IGuideDisplay |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Körningsmiljöversioner: | AIR 1.0, Flash Player 10.2 |
Publika egenskaper
| Egenskap | Definieras med | ||
|---|---|---|---|
| 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 | ||
Egenskapsdetaljer
resizeToContent | egenskap |
resizeToContent:Boolean| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Körningsmiljöversioner: | 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.
Implementering
public function get resizeToContent():Boolean public function set resizeToContent(value:Boolean):voidstylePath | egenskap |
stylePath:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Körningsmiljöversioner: | 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.
Implementering
public function get stylePath():String public function set stylePath(value:String):voidsystemConfig | egenskap |
systemConfig:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Körningsmiljöversioner: | AIR 1.0, Flash Player 10.2 |
The System Configuration which must be a valid xml string defines the systems component mapping.
Implementering
public function get systemConfig():String public function set systemConfig(value:String):voidTue Jun 12 2018, 01:40 PM Z