Class TableStyles
java.lang.Object
com.independentsoft.office.spreadsheet.styles.TableStyles
The Class TableStyles.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the default pivot style.Gets the default table style.Gets the styles.voidsetDefaultPivotStyle(String defaultPivotStyle)Sets the default pivot style.voidsetDefaultTableStyle(String defaultTableStyle)Sets the default table style.toString()
-
Constructor Details
-
TableStyles
public TableStyles()Instantiates a new table styles.
-
-
Method Details
-
clone
-
toString
-
getStyles
Gets the styles.- Returns:
- the styles
-
getDefaultPivotStyle
Gets the default pivot style.- Returns:
- the default pivot style
-
setDefaultPivotStyle
Sets the default pivot style.- Parameters:
defaultPivotStyle- the new default pivot style
-
getDefaultTableStyle
Gets the default table style.- Returns:
- the default table style
-
setDefaultTableStyle
Sets the default table style.- Parameters:
defaultTableStyle- the new default table style
-