| Package | com.adobe.guides.control |
| Interface | public interface IGuideDisplay |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| 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 | ||
Détails de la propriété
resizeToContent | propriété |
resizeToContent:Boolean| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Versions du moteur d’exécution: | 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.
Implémentation
public function get resizeToContent():Boolean public function set resizeToContent(value:Boolean):voidstylePath | propriété |
stylePath:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Versions du moteur d’exécution: | 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.
Implémentation
public function get stylePath():String public function set stylePath(value:String):voidsystemConfig | propriété |
systemConfig:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
The System Configuration which must be a valid xml string defines the systems component mapping.
Implémentation
public function get systemConfig():String public function set systemConfig(value:String):voidTue Jun 12 2018, 09:30 AM Z