public class TableStyleCollection extends CollectionBase
| Modifier and Type | Method and Description |
|---|---|
int |
addPivotTableStyle(java.lang.String name)
Adds a custom pivot table style.
|
int |
addTableStyle(java.lang.String name)
Adds a custom table style.
|
TableStyle |
get(int index)
Gets the table style by the index.
|
TableStyle |
get(java.lang.String name)
Gets the table style by the name.
|
TableStyle |
getBuiltinTableStyle(int type)
Gets the builtin table style
|
java.lang.String |
getDefaultPivotStyleName()
Gets the default style name of pivot table .
|
java.lang.String |
getDefaultTableStyleName()
Gets the default style name of the table.
|
void |
setDefaultPivotStyleName(java.lang.String value)
Sets the default style name of pivot table .
|
void |
setDefaultTableStyleName(java.lang.String value)
Sets the default style name of the table.
|
public java.lang.String getDefaultTableStyleName()
public void setDefaultTableStyleName(java.lang.String value)
public java.lang.String getDefaultPivotStyleName()
public void setDefaultPivotStyleName(java.lang.String value)
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 get(int index)
get in class CollectionBaseindex - The position of the table style in the list.public TableStyle get(java.lang.String name)
name - The table style name.public TableStyle getBuiltinTableStyle(int type)
type - TableStyleType. The builtin table style type.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.