StyleExportTagMaps

A collection of style export tag maps.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

StyleExportTagMap [] (index:Number)

Returns the StyleExportTagMap with the specified index.

Parameter

Type

Description

index

Number

The index.

StyleExportTagMap add (exportType:String, exportTag:String, exportClass:String, exportAttributes:String, withProperties:Object)

Create a new mapping

Parameter

Type

Description

exportType

String

The type of export.

exportTag

String

The tag to map.

exportClass

String

The class to map.

exportAttributes

String

The attributes to map.

withProperties

Object

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

String

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

StyleExportTagMap

String

The StyleExportTagMap, index, or name at the beginning of the range. Can accept: StyleExportTagMap, Long Integer or String.

to

LongInteger

StyleExportTagMap

String

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

StyleExportTagMap

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

StyleExportTagMap

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