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) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | clear() | → inherited from CollectionBase |
function | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | get(index) | → inherited from CollectionBase |
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) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | iterator() | → inherited from CollectionBase |
function | removeAt(index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getCount : Number | |
function getCount() |
get : TableStyleElement | |
function get(index) |
index
- The index.getByTableStyleElementType : TableStyleElement | |
function getByTableStyleElementType(type) |
type
- A Method Detail |
---|
getTableStyleElementWithIndex | |
function getTableStyleElementWithIndex(index) |
getTableStyleElementWithType | |
function getTableStyleElementWithType(type) |
type
- A TableStyleElementType value.add | |
function add(type) |
type: Number
- A clear | |
function clear() |
removeAt | |
function removeAt(index) |
iterator | |
function iterator() |
get | |
function get(index) |
contains | |
function contains(value) |
add | |
function add(value) |
indexOf | |
function indexOf(value) |