套件 | com.adobe.guides.control |
介面 | public interface IGuideDisplay |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
執行階段版本: | AIR 1.0, Flash Player 10.2 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
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 |
屬性詳細資訊
resizeToContent | 屬性 |
resizeToContent:Boolean
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
執行階段版本: | 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.
實作
public function get resizeToContent():Boolean
public function set resizeToContent(value:Boolean):void
stylePath | 屬性 |
stylePath:String
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
執行階段版本: | 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.
實作
public function get stylePath():String
public function set stylePath(value:String):void
systemConfig | 屬性 |
systemConfig:String
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
執行階段版本: | AIR 1.0, Flash Player 10.2 |
The System Configuration which must be a valid xml string defines the systems component mapping.
實作
public function get systemConfig():String
public function set systemConfig(value:String):void
Tue Jun 12 2018, 03:47 PM Z