StyleExportTagMaps
A collection of style export tag maps.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
StyleExportTagMap [] (index:Number)
Returns the StyleExportTagMap with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
StyleExportTagMap add (exportType:String, exportTag:String, exportClass:String, exportAttributes:String, withProperties:Object)
Create a new mapping
Parameter |
Type |
Description |
---|---|---|
exportType |
The type of export. |
|
exportTag |
The tag to map. |
|
exportClass |
The class to map. |
|
exportAttributes |
The attributes to map. |
|
withProperties |
Initial values for properties of the new StyleExportTagMap (Optional) |
StyleExportTagMap anyItem ()
Returns any StyleExportTagMap in the collection.
Number count ()
Displays the number of elements in the StyleExportTagMap.
StyleExportTagMap everyItem ()
Returns every StyleExportTagMap in the collection.
StyleExportTagMap firstItem ()
Returns the first StyleExportTagMap in the collection.
StyleExportTagMap item (index:Varies LongInteger String)
Returns the StyleExportTagMap with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
StyleExportTagMap itemByRange (from:Varies LongInteger StyleExportTagMap String, to:Varies LongInteger StyleExportTagMap String)
Returns the StyleExportTagMaps within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The StyleExportTagMap, index, or name at the beginning of the range. Can accept: StyleExportTagMap, Long Integer or String. |
to |
LongInteger |
The StyleExportTagMap, index, or name at the end of the range. Can accept: StyleExportTagMap, Long Integer or String. |
StyleExportTagMap lastItem ()
Returns the last StyleExportTagMap in the collection.
StyleExportTagMap middleItem ()
Returns the middle StyleExportTagMap in the collection.
StyleExportTagMap nextItem (obj:StyleExportTagMap)
Returns the StyleExportTagMap whose index follows the specified StyleExportTagMap in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The StyleExportTagMap whose index comes before the desired StyleExportTagMap. |
StyleExportTagMap previousItem (obj:StyleExportTagMap)
Returns the StyleExportTagMap with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the StyleExportTagMap that follows the desired StyleExportTagMap. |
String toSource ()
Generates a string which, if executed, will return the StyleExportTagMap.
Object of
ParagraphStyle.styleExportTagMaps
CharacterStyle.styleExportTagMaps