패키지 | com.adobe.guides.control |
인터페이스 | public interface IGuideVariables |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
variablesSource : Object
Returns the variablesSource provided by the guide as an object map. | IGuideVariables |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Returns the value of the variable in the guide. | IGuideVariables | ||
Returns the variablesSource provided by the guide by default as an object map. | IGuideVariables | ||
Sets the guide variable. | IGuideVariables |
속성 세부 정보
variablesSource | 속성 |
variablesSource:Object
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
Returns the variablesSource provided by the guide as an object map. This is not a bindable property. Setting parses and updates Guide variables for any matching variables provided in the source of name value pairs. source can be provided as an "Object map", or TBD...
구현
public function get variablesSource():Object
public function set variablesSource(value:Object):void
메서드 세부 정보
getVariable | () | 메서드 |
public function getVariable(name:String):Object
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
Returns the value of the variable in the guide.
매개 변수
name:String — the name of the variable to retrieve
|
Object — Object the value of the variable
|
getVariables | () | 메서드 |
public function getVariables(type:String = "map"):Object
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
Returns the variablesSource provided by the guide by default as an object map.
매개 변수
type:String (default = "map ") — the format to retreive the variables in, currently only "map" is supported.
|
Object — Object
|
setVariable | () | 메서드 |
public function setVariable(name:String, value:Object):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
Sets the guide variable.
매개 변수
name:String — the name of the variable to set
| |
value:Object — the value of the variable to set
|
Tue Jun 12 2018, 03:17 PM Z