Пакет | com.adobe.icc.editors.model.config |
Интерфейс | public interface IConfigProvider |
Средство реализации | XMLConfigProvider |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
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 |
Сведения о методе
getDefaultDateFormat | () | метод |
getDefaultFont | () | метод |
getDefaultFontSize | () | метод |
getDefaultLetterSpacing | () | метод |
getDefaultLineHeight | () | метод |
getFonts | () | метод |
getFontSizes | () | метод |
getLetterSpacings | () | метод |
getLineHeights | () | метод |
getNewLineXmlData | () | метод |
public function getNewLineXmlData():String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10.0 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The content of TBX's TBXXML for generating new line
ВозвращаетString —
|
Связанные элементы API
com.adobe.consulting.pst.vo.TBX.TBXXML
getProperty | () | метод |
public function getProperty(name:String):String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10.0 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Fetches the value of the property from the xml config by specifying its name.
Параметры
name:String — Name of the property to be fetched.
|
String — value of the property from the xml config by specifying its name.
|
getPropertyArray | () | метод |
public function getPropertyArray(name:String):Array
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Fetches the array of value from the xml config by specifying its property name.
Параметры
name:String — Name of the property to be fetched.
|
Array — array of value from the xml config by specifying its property name.
|
toString | () | метод |
Tue Jun 12 2018, 11:34 AM Z