Class SheetProperties
java.lang.Object
com.independentsoft.office.spreadsheet.SheetProperties
The Class SheetProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the code name.Gets the outline properties.Gets the page setup properties.Gets the sheet tab color.Gets the sync reference.booleanChecks if is enable conditional formatting calculations.booleanChecks if is filter mode.booleanChecks if is published.booleanChecks if is sync horizontal.booleanChecks if is sync vertical.booleanChecks if is transition formula entry.booleanChecks if is transition formula evaluation.voidsetCodeName(String codeName)Sets the code name.voidsetEnableConditionalFormattingCalculations(boolean enableConditionalFormattingCalculations)Sets the enable conditional formatting calculations.voidsetFilterMode(boolean filterMode)Sets the filter mode.voidsetPublished(boolean published)Sets the published.voidsetSheetTabColor(SheetTabColor sheetTabColor)Sets the sheet tab color.voidsetSyncHorizontal(boolean syncHorizontal)Sets the sync horizontal.voidsetSyncReference(String syncReference)Sets the sync reference.voidsetSyncVertical(boolean syncVertical)Sets the sync vertical.voidsetTransitionFormulaEntry(boolean transitionFormulaEntry)Sets the transition formula entry.voidsetTransitionFormulaEvaluation(boolean transitionFormulaEvaluation)Sets the transition formula evaluation.toString()
-
Constructor Details
-
SheetProperties
public SheetProperties()Instantiates a new sheet properties.
-
-
Method Details
-
clone
-
toString
-
getOutlineProperties
Gets the outline properties.- Returns:
- the outline properties
-
getPageSetupProperties
Gets the page setup properties.- Returns:
- the page setup properties
-
getSheetTabColor
Gets the sheet tab color.- Returns:
- the sheet tab color
-
setSheetTabColor
Sets the sheet tab color.- Parameters:
sheetTabColor- the new sheet tab color
-
getCodeName
Gets the code name.- Returns:
- the code name
-
setCodeName
Sets the code name.- Parameters:
codeName- the new code name
-
isEnableConditionalFormattingCalculations
public boolean isEnableConditionalFormattingCalculations()Checks if is enable conditional formatting calculations.- Returns:
- true, if is enable conditional formatting calculations
-
setEnableConditionalFormattingCalculations
public void setEnableConditionalFormattingCalculations(boolean enableConditionalFormattingCalculations)Sets the enable conditional formatting calculations.- Parameters:
enableConditionalFormattingCalculations- the new enable conditional formatting calculations
-
isFilterMode
public boolean isFilterMode()Checks if is filter mode.- Returns:
- true, if is filter mode
-
setFilterMode
public void setFilterMode(boolean filterMode)Sets the filter mode.- Parameters:
filterMode- the new filter mode
-
isPublished
public boolean isPublished()Checks if is published.- Returns:
- true, if is published
-
setPublished
public void setPublished(boolean published)Sets the published.- Parameters:
published- the new published
-
isSyncHorizontal
public boolean isSyncHorizontal()Checks if is sync horizontal.- Returns:
- true, if is sync horizontal
-
setSyncHorizontal
public void setSyncHorizontal(boolean syncHorizontal)Sets the sync horizontal.- Parameters:
syncHorizontal- the new sync horizontal
-
getSyncReference
Gets the sync reference.- Returns:
- the sync reference
-
setSyncReference
Sets the sync reference.- Parameters:
syncReference- the new sync reference
-
isSyncVertical
public boolean isSyncVertical()Checks if is sync vertical.- Returns:
- true, if is sync vertical
-
setSyncVertical
public void setSyncVertical(boolean syncVertical)Sets the sync vertical.- Parameters:
syncVertical- the new sync vertical
-
isTransitionFormulaEntry
public boolean isTransitionFormulaEntry()Checks if is transition formula entry.- Returns:
- true, if is transition formula entry
-
setTransitionFormulaEntry
public void setTransitionFormulaEntry(boolean transitionFormulaEntry)Sets the transition formula entry.- Parameters:
transitionFormulaEntry- the new transition formula entry
-
isTransitionFormulaEvaluation
public boolean isTransitionFormulaEvaluation()Checks if is transition formula evaluation.- Returns:
- true, if is transition formula evaluation
-
setTransitionFormulaEvaluation
public void setTransitionFormulaEvaluation(boolean transitionFormulaEvaluation)Sets the transition formula evaluation.- Parameters:
transitionFormulaEvaluation- the new transition formula evaluation
-