-
add( |
sourceStyleName, destinationStyleName, mappingRuleType [, withProperties]) |
→ ParaStyleMapping |
-
Adds a style mapping.
sourceStyleName
|
string
The source style name.
|
destinationStyleName
|
string
The destination style name.
|
mappingRuleType
|
MapType
The mapping type
|
withProperties
|
Object
Initial values for properties of the new ParaStyleMapping (Optional)
|
-
-
Returns any ParaStyleMapping in the collection.
-
-
Displays the number of elements in the ParaStyleMapping.
-
-
Returns every ParaStyleMapping in the collection.
-
-
Returns the first ParaStyleMapping in the collection.
-
-
Returns the ParaStyleMapping with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the ParaStyleMappings within the specified range.
from
|
The ParaStyleMapping, index, or name at the beginning of the range. Can accept: ParaStyleMapping, Long Integer or String.
|
to
|
The ParaStyleMapping, index, or name at the end of the range. Can accept: ParaStyleMapping, Long Integer or String.
|
-
-
Returns the last ParaStyleMapping in the collection.
-
-
Returns the middle ParaStyleMapping in the collection.
-
-
Returns the ParaStyleMapping whose index follows the specified ParaStyleMapping in the collection.
obj
|
ParaStyleMapping
The ParaStyleMapping whose index comes before the desired ParaStyleMapping.
|
-
-
Returns the ParaStyleMapping with the index previous to the specified index.
obj
|
ParaStyleMapping
The index of the ParaStyleMapping that follows the desired ParaStyleMapping.
|
-
-
Generates a string which, if executed, will return the ParaStyleMapping.