InstancesParaStyleMapping [] (index:
number)
Returns the ParaStyleMapping with the specified index.
Parameter | Type | Description |
index | number | The index. |
ParaStyleMapping add (sourceStyleName:
string, destinationStyleName:
string, mappingRuleType:
MapType[, withProperties:
Object])
Adds a style mapping.
Parameter | Type | Description |
sourceStyleName | string | The source style name. |
destinationStyleName | string | The destination style name. |
mappingRuleType | MapType: MapType.STYLE_MAPPING_RULE MapType.GROUP_MAPPING_RULE MapType.STYLE_TO_GROUP_MAPPING_RULE MapType.GROUP_TO_STYLE_MAPPING_RULE | The mapping type |
withProperties | Object | Initial values for properties of the new ParaStyleMapping (Optional) |
ParaStyleMapping anyItem ()
Returns any ParaStyleMapping in the collection.
number count ()
Displays the number of elements in the ParaStyleMapping.
Array of ParaStyleMapping everyItem ()
Returns every ParaStyleMapping in the collection.
ParaStyleMapping firstItem ()
Returns the first ParaStyleMapping in the collection.
ParaStyleMapping item (index:
varies)
Returns the ParaStyleMapping with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Array of ParaStyleMapping itemByRange (from:
varies, to:
varies)
Returns the ParaStyleMappings within the specified range.
Parameter | Type | Description |
from | Long Integer ParaStyleMapping String | The ParaStyleMapping, index, or name at the beginning of the range. Can accept: ParaStyleMapping, Long Integer or String. |
to | Long Integer ParaStyleMapping String | The ParaStyleMapping, index, or name at the end of the range. Can accept: ParaStyleMapping, Long Integer or String. |
ParaStyleMapping lastItem ()
Returns the last ParaStyleMapping in the collection.
ParaStyleMapping middleItem ()
Returns the middle ParaStyleMapping in the collection.
ParaStyleMapping nextItem (obj:
ParaStyleMapping)
Returns the ParaStyleMapping whose index follows the specified ParaStyleMapping in the collection.
Parameter | Type | Description |
obj | ParaStyleMapping | The ParaStyleMapping whose index comes before the desired ParaStyleMapping. |
ParaStyleMapping previousItem (obj:
ParaStyleMapping)
Returns the ParaStyleMapping with the index previous to the specified index.
Parameter | Type | Description |
obj | ParaStyleMapping | The index of the ParaStyleMapping that follows the desired ParaStyleMapping. |
string toSource ()
Generates a string which, if executed, will return the ParaStyleMapping.
|