Class PivotTableStyle
java.lang.Object
com.independentsoft.office.spreadsheet.pivotTables.PivotTableStyle
The Class PivotTableStyle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getName()Gets the name.booleanChecks if is show column header.booleanChecks if is show column stripes.booleanChecks if is show last column.booleanChecks if is show row header.booleanChecks if is show row stripes.voidSets the name.voidsetShowColumnHeader(boolean showColumnHeader)Sets the show column header.voidsetShowColumnStripes(boolean showColumnStripes)Sets the show column stripes.voidsetShowLastColumn(boolean showLastColumn)Sets the show last column.voidsetShowRowHeader(boolean showRowHeader)Sets the show row header.voidsetShowRowStripes(boolean showRowStripes)Sets the show row stripes.toString()
-
Constructor Details
-
PivotTableStyle
public PivotTableStyle()Instantiates a new pivot table style.
-
-
Method Details
-
clone
-
toString
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
isShowColumnHeader
public boolean isShowColumnHeader()Checks if is show column header.- Returns:
- true, if is show column header
-
setShowColumnHeader
public void setShowColumnHeader(boolean showColumnHeader)Sets the show column header.- Parameters:
showColumnHeader- the new show column header
-
isShowColumnStripes
public boolean isShowColumnStripes()Checks if is show column stripes.- Returns:
- true, if is show column stripes
-
setShowColumnStripes
public void setShowColumnStripes(boolean showColumnStripes)Sets the show column stripes.- Parameters:
showColumnStripes- the new show column stripes
-
isShowLastColumn
public boolean isShowLastColumn()Checks if is show last column.- Returns:
- true, if is show last column
-
setShowLastColumn
public void setShowLastColumn(boolean showLastColumn)Sets the show last column.- Parameters:
showLastColumn- the new show last column
-
isShowRowHeader
public boolean isShowRowHeader()Checks if is show row header.- Returns:
- true, if is show row header
-
setShowRowHeader
public void setShowRowHeader(boolean showRowHeader)Sets the show row header.- Parameters:
showRowHeader- the new show row header
-
isShowRowStripes
public boolean isShowRowStripes()Checks if is show row stripes.- Returns:
- true, if is show row stripes
-
setShowRowStripes
public void setShowRowStripes(boolean showRowStripes)Sets the show row stripes.- Parameters:
showRowStripes- the new show row stripes
-