Package | com.adobe.icc.editors.model.config |
Interface | public interface IConfigProvider |
Implementors | XMLConfigProvider |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Public Methods
Method | Defined By | ||
---|---|---|---|
Fetches the default date format from the xml config. | IConfigProvider | ||
Fetches the default font from the xml config. | IConfigProvider | ||
Fetches the default font size from the xml config. | IConfigProvider | ||
Fetches the default Letter spacing from the xml config. | IConfigProvider | ||
Fetches the default Line height from the xml config. | IConfigProvider | ||
Fetch array of fonts from the xml config. | IConfigProvider | ||
Fetch array of font sizes from the xml config. | IConfigProvider | ||
Fetches the array of Letter spacings from the xml config. | IConfigProvider | ||
Fetches the array of Line heights from the xml config. | IConfigProvider | ||
The content of TBX's TBXXML for generating new line
| IConfigProvider | ||
Fetches the value of the property from the xml config by specifying its name. | IConfigProvider | ||
Fetches the array of value from the xml config by specifying its property name. | IConfigProvider | ||
Returns the string representation of the CML config. | IConfigProvider |
Method Detail
getDefaultDateFormat | () | method |
getDefaultFont | () | method |
getDefaultFontSize | () | method |
getDefaultLetterSpacing | () | method |
getDefaultLineHeight | () | method |
getFonts | () | method |
getFontSizes | () | method |
getLetterSpacings | () | method |
getLineHeights | () | method |
getNewLineXmlData | () | method |
public function getNewLineXmlData():String
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10.0 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
The content of TBX's TBXXML for generating new line
ReturnsString —
|
Related API Elements
com.adobe.consulting.pst.vo.TBX.TBXXML
getProperty | () | method |
public function getProperty(name:String):String
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10.0 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Fetches the value of the property from the xml config by specifying its name.
Parameters
name:String — Name of the property to be fetched.
|
String — value of the property from the xml config by specifying its name.
|
getPropertyArray | () | method |
public function getPropertyArray(name:String):Array
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Fetches the array of value from the xml config by specifying its property name.
Parameters
name:String — Name of the property to be fetched.
|
Array — array of value from the xml config by specifying its property name.
|
toString | () | method |
Mon Nov 28 2011, 06:48 AM -08:00