| Pacote | com.adobe.guides.control |
| Interface | public interface IGuideDisplay |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Versões de runtime: | AIR 1.0, Flash Player 10.2 |
Propriedades públicas
| Propriedade | 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 | ||
Detalhes da propriedade
resizeToContent | propriedade |
resizeToContent:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Versões de 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.
Implementação
public function get resizeToContent():Boolean public function set resizeToContent(value:Boolean):voidstylePath | propriedade |
stylePath:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Versões de 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.
Implementação
public function get stylePath():String public function set stylePath(value:String):voidsystemConfig | propriedade |
systemConfig:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Versões de runtime: | AIR 1.0, Flash Player 10.2 |
The System Configuration which must be a valid xml string defines the systems component mapping.
Implementação
public function get systemConfig():String public function set systemConfig(value:String):voidWed Jun 13 2018, 11:10 AM Z