Pakket | com.adobe.icc.editors.model.config |
Klasse | public class XMLConfigProvider |
Overerving | XMLConfigProvider Object |
Implementatie | IConfigProvider |
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
XMLConfigProvider(config:XML)
Constructor. | XMLConfigProvider | ||
Fetches the default date format from the xml config
| XMLConfigProvider | ||
Fetches the default font from the xml config. | XMLConfigProvider | ||
Fetches the default font size from the xml config. | XMLConfigProvider | ||
Fetches the default Letter spacing from the xml config. | XMLConfigProvider | ||
Fetches the default Line height from the xml config. | XMLConfigProvider | ||
Fetch array of fonts from the xml config. | XMLConfigProvider | ||
Fetch array of font sizes from the xml config. | XMLConfigProvider | ||
Fetches the array of Letter spacings from the xml config. | XMLConfigProvider | ||
Fetches the array of Line heights from the xml config. | XMLConfigProvider | ||
The content of TBX's TBXXML for generating new line
| XMLConfigProvider | ||
Fetches the value of the property from the xml config by specifying its name. | XMLConfigProvider | ||
Fetches the array of value from the xml config by specifying its property name. | XMLConfigProvider | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Returns the string representation of the CML config. | XMLConfigProvider | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
[statisch]
Returns array from the provided XML
| XMLConfigProvider |
Constructordetails
XMLConfigProvider | () | Constructor |
Methodedetails
getDefaultDateFormat | () | methode |
getDefaultFont | () | methode |
getDefaultFontSize | () | methode |
getDefaultLetterSpacing | () | methode |
getDefaultLineHeight | () | methode |
getFonts | () | methode |
getFontSizes | () | methode |
getLetterSpacings | () | methode |
getLineHeights | () | methode |
getNewLineXmlData | () | methode |
getProperty | () | methode |
public function getProperty(name:String):String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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 | () | methode |
public function getPropertyArray(name:String):Array
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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 | () | methode |
xmlToArray | () | methode |
public static function xmlToArray(xml:XMLList):Array
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Returns array from the provided XML
Parameters
xml:XMLList — The XML
|
Array — array from the provided XML
|
Wed Jun 13 2018, 11:42 AM Z