Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets an element of the table style by the index. | ||
method | getByTableStyleElementType(type) | |
Gets the element of the table style by the |
Method Summary | ||
---|---|---|
method | add(type) | |
Adds an element. | ||
method | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | clear() | → inherited from CollectionBase |
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | getTableStyleElementWithIndex(index) | |
Gets an element of the table style by the index. | ||
method | getTableStyleElementWithType(type) | |
Gets the element of the table style by the |
||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | removeAt(index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getCount : int | |
int getCount() |
get : TableStyleElement | |
TableStyleElement get(index) |
index
- The index.getByTableStyleElementType : TableStyleElement | |
TableStyleElement getByTableStyleElementType(type) |
type
- A Method Detail |
---|
getTableStyleElementWithIndex | |
TableStyleElement getTableStyleElementWithIndex(index) |
getTableStyleElementWithType | |
TableStyleElement getTableStyleElementWithType(type) |
type
- A TableStyleElementType value.add | |
int add(type) |
type: int
- A clear | |
clear() |
removeAt | |
removeAt(index) |
iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |