Pakket | com.adobe.guides.control |
Interface | public interface IGuideDisplay |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Runtimeversies: | AIR 1.0, Flash Player 10.2 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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 |
Eigenschapdetails
resizeToContent | eigenschap |
resizeToContent:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Runtimeversies: | 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.
Implementatie
public function get resizeToContent():Boolean
public function set resizeToContent(value:Boolean):void
stylePath | eigenschap |
stylePath:String
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Runtimeversies: | 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.
Implementatie
public function get stylePath():String
public function set stylePath(value:String):void
systemConfig | eigenschap |
systemConfig:String
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Runtimeversies: | AIR 1.0, Flash Player 10.2 |
The System Configuration which must be a valid xml string defines the systems component mapping.
Implementatie
public function get systemConfig():String
public function set systemConfig(value:String):void
Wed Jun 13 2018, 11:42 AM Z