-
add( |
sourceStyleName, destinationStyleName, mappingRuleType [, withProperties]) |
→ CharStyleMapping |
-
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 CharStyleMapping (Optional)
|
-
-
Returns any CharStyleMapping in the collection.
-
-
Displays the number of elements in the CharStyleMapping.
-
-
Returns every CharStyleMapping in the collection.
-
-
Returns the first CharStyleMapping in the collection.
-
-
Returns the CharStyleMapping with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the CharStyleMappings within the specified range.
from
|
The CharStyleMapping, index, or name at the beginning of the range. Can accept: CharStyleMapping, Long Integer or String.
|
to
|
The CharStyleMapping, index, or name at the end of the range. Can accept: CharStyleMapping, Long Integer or String.
|
-
-
Returns the last CharStyleMapping in the collection.
-
-
Returns the middle CharStyleMapping in the collection.
-
-
Returns the CharStyleMapping whose index follows the specified CharStyleMapping in the collection.
obj
|
CharStyleMapping
The CharStyleMapping whose index comes before the desired CharStyleMapping.
|
-
-
Returns the CharStyleMapping with the index previous to the specified index.
obj
|
CharStyleMapping
The index of the CharStyleMapping that follows the desired CharStyleMapping.
|
-
-
Generates a string which, if executed, will return the CharStyleMapping.