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