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