| 패키지 | 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):voidstylePath | 속성 |
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):voidsystemConfig | 속성 |
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):voidTue Jun 12 2018, 03:17 PM Z