Packagecom.adobe.indesign
Classpublic class StyleExportTagMaps
InheritanceStyleExportTagMaps Inheritance CSHostObject Inheritance flash.utils.Proxy

Since : CS5.5



Public Properties
 PropertyDefined By
 InheritedhostObjectDelegate : HostObject
Getter for the delegate
CSHostObject
  length : Number
[read-only] The number of objects in the collection.
StyleExportTagMaps
Public Methods
 MethodDefined By
  
add(exportTypeParam:String = null, exportTagParam:String = null, exportClassParam:String = null, exportAttributesParam:String = null, withPropertiesParam:Object = null):StyleExportTagMap
Create a new mapping
StyleExportTagMaps
  
Returns any StyleExportTagMap in the collection.
StyleExportTagMaps
  
count():Number
Displays the number of elements in the StyleExportTagMap.
StyleExportTagMaps
  
everyItem():Object
Returns every StyleExportTagMap in the collection.
StyleExportTagMaps
 Inherited
filterArgsForHBAPI(args:Array):Array
[static] Function to clean up the argument list and put it into a format that makes sense for HBAPI.
CSHostObject
 Inherited
filterSingleObjectForHBAPI(value:Object):Object
[static]
CSHostObject
  
Returns the first StyleExportTagMap in the collection.
StyleExportTagMaps
 Inherited
getClassObjectForName(className:String):HostObject
[static] This returns a "Class" object, meaning, a HostObject that can be used to make static function calls or get static properties
CSHostObject
 Inherited
getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):*
[static]
CSHostObject
 Inherited
hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
CSHostObject
 Inherited
hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):*
[static] Implements a safe call of a static method on the host
CSHostObject
 Inherited
hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
CSHostObject
 Inherited
hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
CSHostObject
 Inherited
hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):*
[static] Implements a safe get of a static property on the host Used by for instance, all the enum implementations.
CSHostObject
 Inherited
hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
CSHostObject
 Inherited
hostSetStatic(className:String, propertyName:String, rawvalue:*):*
[static] Implements a safe set of a static property on the host
CSHostObject
 Inherited
isDescendedFrom(clz:Class, ancClass:Class):Boolean
[static] Efficiently determines whether or not one class descends from another in inheritance hierarchy- class relationships are cached by the ClassUtils implementation- (uses org.as3commons lib to quickly discover class hierarchy.
CSHostObject
  
item(indexParam:Object = null):StyleExportTagMap
Returns the StyleExportTagMap with the specified index or name.
StyleExportTagMaps
  
itemByRange(fromParam:Object = null, toParam:Object = null):Object
Returns the StyleExportTagMaps within the specified range.
StyleExportTagMaps
  
Returns the last StyleExportTagMap in the collection.
StyleExportTagMaps
  
Returns the middle StyleExportTagMap in the collection.
StyleExportTagMaps
  
Returns the StyleExportTagMap whose index follows the specified StyleExportTagMap in the collection.
StyleExportTagMaps
  
Returns the StyleExportTagMap with the index previous to the specified index.
StyleExportTagMaps
 Inherited
replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call.
CSHostObject
 Inherited
wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):*
[static] Method used on static/normal get/ hostcalls
CSHostObject
Protected Methods
 MethodDefined By
 Inherited
createWithArgs(args:Array):void
CSHostObject
 Inherited
hostCreate(args:Array):void
CSHostObject
  
nextNameIndex(idx:int):int
[override] Overriding this allows us to support for each...in
StyleExportTagMaps
  
nextValue(index:int):*
[override] Overriding this allows us to support for each...in
StyleExportTagMaps
Property Detail
lengthproperty
length:Number  [read-only]

Since : CS5.5

The number of objects in the collection.


Implementation
    public function get length():Number
Method Detail
add()method
public function add(exportTypeParam:String = null, exportTagParam:String = null, exportClassParam:String = null, exportAttributesParam:String = null, withPropertiesParam:Object = null):StyleExportTagMap

Since : CS5.5

Create a new mapping

Parameters

exportTypeParam:String (default = null) — (String) The type of export.
 
exportTagParam:String (default = null) — (String) The tag to map.
 
exportClassParam:String (default = null) — (String) The class to map.
 
exportAttributesParam:String (default = null) — (String) The attributes to map.
 
withPropertiesParam:Object (default = null) — (Object) Initial values for properties of the new StyleExportTagMap (Optional)

Returns
StyleExportTagMap
anyItem()method 
public function anyItem():StyleExportTagMap

Since : CS5.5

Returns any StyleExportTagMap in the collection.

Returns
StyleExportTagMap
count()method 
public function count():Number

Since : CS5.5

Displays the number of elements in the StyleExportTagMap.

Returns
Number
everyItem()method 
public function everyItem():Object

Since : CS5.5

Returns every StyleExportTagMap in the collection.

Returns
Object
firstItem()method 
public function firstItem():StyleExportTagMap

Since : CS5.5

Returns the first StyleExportTagMap in the collection.

Returns
StyleExportTagMap
item()method 
public function item(indexParam:Object = null):StyleExportTagMap

Since : CS5.5

Returns the StyleExportTagMap with the specified index or name.

Parameters

indexParam:Object (default = null) — (Object) The index or name. Can accept: Long Integer or String.

Returns
StyleExportTagMap
itemByRange()method 
public function itemByRange(fromParam:Object = null, toParam:Object = null):Object

Since : CS5.5

Returns the StyleExportTagMaps within the specified range.

Parameters

fromParam:Object (default = null) — (Object) The StyleExportTagMap, index, or name at the beginning of the range. Can accept: StyleExportTagMap, Long Integer or String.
 
toParam:Object (default = null) — (Object) The StyleExportTagMap, index, or name at the end of the range. Can accept: StyleExportTagMap, Long Integer or String.

Returns
Object
lastItem()method 
public function lastItem():StyleExportTagMap

Since : CS5.5

Returns the last StyleExportTagMap in the collection.

Returns
StyleExportTagMap
middleItem()method 
public function middleItem():StyleExportTagMap

Since : CS5.5

Returns the middle StyleExportTagMap in the collection.

Returns
StyleExportTagMap
nextItem()method 
public function nextItem(objParam:StyleExportTagMap = null):StyleExportTagMap

Since : CS5.5

Returns the StyleExportTagMap whose index follows the specified StyleExportTagMap in the collection.

Parameters

objParam:StyleExportTagMap (default = null) — (StyleExportTagMap) The StyleExportTagMap whose index comes before the desired StyleExportTagMap.

Returns
StyleExportTagMap
nextNameIndex()method 
override flash_proxy function nextNameIndex(idx:int):int

Since : CS5.5

Overriding this allows us to support for each...in

Parameters

idx:int

Returns
int
nextValue()method 
override flash_proxy function nextValue(index:int):*

Since : CS5.5

Overriding this allows us to support for each...in

Parameters

index:int

Returns
*
previousItem()method 
public function previousItem(objParam:StyleExportTagMap = null):StyleExportTagMap

Since : CS5.5

Returns the StyleExportTagMap with the index previous to the specified index.

Parameters

objParam:StyleExportTagMap (default = null) — (StyleExportTagMap) The index of the StyleExportTagMap that follows the desired StyleExportTagMap.

Returns
StyleExportTagMap