Paquete | com.adobe.guides.control |
Interfaz | public interface IGuideDisplay |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10.2 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
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 |
Información sobre propiedades
resizeToContent | propiedad |
resizeToContent:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | 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.
Implementación
public function get resizeToContent():Boolean
public function set resizeToContent(value:Boolean):void
stylePath | propiedad |
stylePath:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | 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.
Implementación
public function get stylePath():String
public function set stylePath(value:String):void
systemConfig | propiedad |
systemConfig:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10.2 |
The System Configuration which must be a valid xml string defines the systems component mapping.
Implementación
public function get systemConfig():String
public function set systemConfig(value:String):void
Tue Jun 12 2018, 02:12 PM Z