ParaStyleMappings
A collection of para style mappings.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
ParaStyleMapping add( String sourceStyleName, String destinationStyleName, MapType mappingRuleType, Object withProperties )
Adds a style mapping.
Parameters
Number count()
Displays the number of elements in the ParaStyleMapping.
ParaStyleMapping item( Mixed index )
Returns the ParaStyleMapping with the specified index or name.
Parameters
ParaStyleMapping itemByRange( Mixed from, Mixed to )
Returns the ParaStyleMappings within the specified range.
Parameters
ParaStyleMapping firstItem()
Returns the first ParaStyleMapping in the collection.
ParaStyleMapping lastItem()
Returns the last ParaStyleMapping in the collection.
ParaStyleMapping middleItem()
Returns the middle ParaStyleMapping in the collection.
ParaStyleMapping previousItem( ParaStyleMapping obj )
Returns the ParaStyleMapping with the index previous to the specified index.
Parameters
ParaStyleMapping nextItem( ParaStyleMapping obj )
Returns the ParaStyleMapping whose index follows the specified ParaStyleMapping in the collection.
Parameters
ParaStyleMapping anyItem()
Returns any ParaStyleMapping in the collection.
ParaStyleMapping everyItem()
Returns every ParaStyleMapping in the collection.
String toSource()
Generates a string which, if executed, will return the ParaStyleMapping.
ParaStyleMapping []( Number index )
Returns the ParaStyleMapping with the specified index.