java.lang.ObjectCollectionBase
com.aspose.cells.TableStyleCollection
public class TableStyleCollection
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | → inherited from com.aspose.cells.CollectionBase
|
TableStyle | get(int) | |
| Gets the table style by the index. | ||
TableStyle | get(java.lang.String) | |
| Gets the table style by the name. | ||
| Method Summary | ||
|---|---|---|
int | add(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| 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() | → inherited from com.aspose.cells.CollectionBase
|
boolean | contains(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
TableStyle | getBuiltinTableStyle(int type) | |
| Gets the builtin table style | ||
int | indexOf(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
java.util.Iterator | iterator() | → inherited from com.aspose.cells.CollectionBase
|
void | removeAt(int index) | → inherited from com.aspose.cells.CollectionBase
|
| Property Getters/Setters Detail |
|---|
getCount | → inherited from com.aspose.cells.CollectionBase
|
public int getCount() | |
get | |
public TableStyle get(int index) | |
index - The position of the table style in the list.get | |
public TableStyle get(java.lang.String name) | |
name - The table style name.| Method Detail |
|---|
addTableStyle | |
public int addTableStyle(java.lang.String name) | |
name - The table style name.addPivotTableStyle | |
public int addPivotTableStyle(java.lang.String name) | |
name - The pivot table style name.getBuiltinTableStyle | |
public TableStyle getBuiltinTableStyle(int type) | |
type - A clear | → inherited from com.aspose.cells.CollectionBase
|
public void clear() | |
removeAt | → inherited from com.aspose.cells.CollectionBase
|
public void removeAt(int index) | |
iterator | → inherited from com.aspose.cells.CollectionBase
|
public java.util.Iterator iterator() | |
contains | → inherited from com.aspose.cells.CollectionBase
|
public boolean contains(java.lang.Object value) | |
add | → inherited from com.aspose.cells.CollectionBase
|
public int add(java.lang.Object value) | |
indexOf | → inherited from com.aspose.cells.CollectionBase
|
public int indexOf(java.lang.Object value) | |