Class OutlineProperties
java.lang.Object
com.independentsoft.office.spreadsheet.OutlineProperties
The Class OutlineProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanChecks if is apply styles.booleanChecks if is show outline symbols.booleanChecks if is summary below.booleanChecks if is summary right.voidsetApplyStyles(boolean applyStyles)Sets the apply styles.voidsetShowOutlineSymbols(boolean showOutlineSymbols)Sets the show outline symbols.voidsetSummaryBelow(boolean summaryBelow)Sets the summary below.voidsetSummaryRight(boolean summaryRight)Sets the summary right.toString()
-
Constructor Details
-
OutlineProperties
public OutlineProperties()Instantiates a new outline properties.
-
-
Method Details
-
clone
-
toString
-
isApplyStyles
public boolean isApplyStyles()Checks if is apply styles.- Returns:
- true, if is apply styles
-
setApplyStyles
public void setApplyStyles(boolean applyStyles)Sets the apply styles.- Parameters:
applyStyles- the new apply styles
-
isShowOutlineSymbols
public boolean isShowOutlineSymbols()Checks if is show outline symbols.- Returns:
- true, if is show outline symbols
-
setShowOutlineSymbols
public void setShowOutlineSymbols(boolean showOutlineSymbols)Sets the show outline symbols.- Parameters:
showOutlineSymbols- the new show outline symbols
-
isSummaryBelow
public boolean isSummaryBelow()Checks if is summary below.- Returns:
- true, if is summary below
-
setSummaryBelow
public void setSummaryBelow(boolean summaryBelow)Sets the summary below.- Parameters:
summaryBelow- the new summary below
-
isSummaryRight
public boolean isSummaryRight()Checks if is summary right.- Returns:
- true, if is summary right
-
setSummaryRight
public void setSummaryRight(boolean summaryRight)Sets the summary right.- Parameters:
summaryRight- the new summary right
-