Class CustomChartSheetView
java.lang.Object
com.independentsoft.office.spreadsheet.CustomChartSheetView
The Class CustomChartSheetView.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getGuid()Gets the guid.Gets the header footer settings.Gets the page margins.Gets the page setup settings.intGets the prints the scale.Gets the visibility state.booleanChecks if is zoom to fit.voidSets the guid.voidsetPageMargins(PageMargins pageMargins)Sets the page margins.voidsetPrintScale(int printScale)Sets the prints the scale.voidsetVisibilityState(SheetVisibilityType visibilityState)Sets the visibility state.voidsetZoomToFit(boolean zoomToFit)Sets the zoom to fit.toString()
-
Constructor Details
-
CustomChartSheetView
public CustomChartSheetView()Instantiates a new custom chart sheet view.
-
-
Method Details
-
clone
-
toString
-
getPageMargins
Gets the page margins.- Returns:
- the page margins
-
setPageMargins
Sets the page margins.- Parameters:
pageMargins- the new page margins
-
getPageSetupSettings
Gets the page setup settings.- Returns:
- the page setup settings
-
getGuid
Gets the guid.- Returns:
- the guid
-
setGuid
Sets the guid.- Parameters:
guid- the new guid
-
getPrintScale
public int getPrintScale()Gets the prints the scale.- Returns:
- the prints the scale
-
setPrintScale
public void setPrintScale(int printScale)Sets the prints the scale.- Parameters:
printScale- the new prints the scale
-
getVisibilityState
Gets the visibility state.- Returns:
- the visibility state
-
setVisibilityState
Sets the visibility state.- Parameters:
visibilityState- the new visibility state
-
isZoomToFit
public boolean isZoomToFit()Checks if is zoom to fit.- Returns:
- true, if is zoom to fit
-
setZoomToFit
public void setZoomToFit(boolean zoomToFit)Sets the zoom to fit.- Parameters:
zoomToFit- the new zoom to fit
-