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
|
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 2001-2023. All Rights Reserved.