Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(index) | |
Gets an element of the table style by the index.
|
||
function | getByTableStyleElementType(type) | |
Gets the element of the table style by the |
Method Summary | ||
---|---|---|
function | add(type) | |
Adds an element.
|
||
function | add(value) | |
Reserved for internal use. |
||
function | clear() | |
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | getTableStyleElementWithIndex(index) | |
Gets an element of the table style by the index.
|
||
function | getTableStyleElementWithType(type) | |
Gets the element of the table style by the |
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
function getCount()
function get(index)
index
- The index.function getByTableStyleElementType(type)
type
- A function getTableStyleElementWithIndex(index)
function getTableStyleElementWithType(type)
type
- A TableStyleElementType value.function add(type)
type: Number
- A function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)