public interface ITableStyleCollection
| Modifier and Type | Method and Description |
|---|---|
ITableStyle |
add(java.lang.String name)
Adds the specified table style.
|
boolean |
contains(java.lang.String name)
Determines whether the style with specified name is contained in
ITableStyle. |
ITableStyle |
get(int index)
Gets the
TableStyle with the specified name. |
ITableStyle |
get(java.lang.String name)
Gets the
TableStyle with the specified name. |
int |
getCount()
Gets the number of table styles in the collection.
|
ITableStyle get(java.lang.String name)
TableStyle with the specified name.name - The name.ITableStyle get(int index)
TableStyle with the specified name.int getCount()
ITableStyle add(java.lang.String name)
name - The table style name.boolean contains(java.lang.String name)
ITableStyle.name - The style name.