Class DialogSheet
java.lang.Object
com.independentsoft.office.spreadsheet.Sheet
com.independentsoft.office.spreadsheet.DialogSheet
The Class DialogSheet.
-
Field Summary
Fields inherited from class com.independentsoft.office.spreadsheet.Sheet
drawingObjects, headerFooterSettings, id, name, pageMargins, relationship, visibilityState, vmlDrawing, vmlDrawingHeaderFooter -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new dialog sheet.DialogSheet(String name)Instantiates a new dialog sheet. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the code name.Gets the custom sheet views.Gets the outline properties.Gets the page setup properties.Gets the page setup settings.Gets the prints the options.Gets the sheet protection.Gets the sheet tab color.Gets the sync reference.getViews()Gets the views.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.voidsetPrintOptions(PrintOptions printOptions)Sets the prints the options.voidsetPublished(boolean published)Sets the published.voidsetSheetProtection(SheetProtection sheetProtection)Sets the sheet protection.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()Methods inherited from class com.independentsoft.office.spreadsheet.Sheet
getDrawingObjects, getHeaderFooterSettings, getID, getName, getPageMargins, getVisibilityState, getVmlHeaderFooterObjects, getVmlObjects, setDrawingObjects, setID, setName, setPageMargins, setVisibilityState
-
Constructor Details
-
DialogSheet
public DialogSheet()Instantiates a new dialog sheet. -
DialogSheet
Instantiates a new dialog sheet.- Parameters:
name- the name
-
-
Method Details
-
clone
-
toString
-
getCustomSheetViews
Gets the custom sheet views.- Returns:
- the custom sheet views
-
getPageSetupSettings
Gets the page setup settings.- Returns:
- the page setup settings
-
getPrintOptions
Gets the prints the options.- Returns:
- the prints the options
-
setPrintOptions
Sets the prints the options.- Parameters:
printOptions- the new prints the options
-
getSheetProtection
Gets the sheet protection.- Returns:
- the sheet protection
-
setSheetProtection
Sets the sheet protection.- Parameters:
sheetProtection- the new sheet protection
-
getViews
Gets the views.- Returns:
- the views
-
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
-