public class TableStyleCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
TableStyle | get(int index) | |
Gets the table style by the index.
|
||
TableStyle | get(java.lang.String name) | |
Gets the table style by the name.
|
Method Summary | ||
---|---|---|
int | add(java.lang.Object value) | |
Reserved for internal use. |
||
int | addPivotTableStyle(java.lang.String name) | |
Adds a custom pivot table style.
|
||
int | addTableStyle(java.lang.String name) | |
Adds a custom table style.
|
||
void | clear() | |
boolean | contains(java.lang.Object value) | |
Reserved for internal use. |
||
TableStyle | getBuiltinTableStyle(int type) | |
Gets the builtin table style
|
||
int | indexOf(java.lang.Object value) | |
Reserved for internal use. |
||
java.util.Iterator | iterator() | |
void | removeAt(int index) | |
public int getCount()
public TableStyle get(int index)
index
- The position of the table style in the list.public TableStyle get(java.lang.String name)
name
- The table style name.public int addTableStyle(java.lang.String name)
name
- The table style name.public int addPivotTableStyle(java.lang.String name)
name
- The pivot table style name.public TableStyle getBuiltinTableStyle(int type)
type
- A public void clear()
public void removeAt(int index)
public java.util.Iterator iterator()
public boolean contains(java.lang.Object value)
public int add(java.lang.Object value)
public int indexOf(java.lang.Object value)