Class ChartSheetView
java.lang.Object
com.independentsoft.office.spreadsheet.ChartSheetView
The Class ChartSheetView.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the workbook view id.intGets the zoom scale.booleanChecks if is tab selected.booleanChecks if is zoom to fit.voidsetTabSelected(boolean tabSelected)Sets the tab selected.voidsetWorkbookViewID(int workbookViewID)Sets the workbook view id.voidsetZoomScale(int zoomScale)Sets the zoom scale.voidsetZoomToFit(boolean zoomToFit)Sets the zoom to fit.toString()
-
Constructor Details
-
ChartSheetView
public ChartSheetView()Instantiates a new chart sheet view.
-
-
Method Details
-
clone
-
toString
-
isTabSelected
public boolean isTabSelected()Checks if is tab selected.- Returns:
- true, if is tab selected
-
setTabSelected
public void setTabSelected(boolean tabSelected)Sets the tab selected.- Parameters:
tabSelected- the new tab selected
-
getWorkbookViewID
public int getWorkbookViewID()Gets the workbook view id.- Returns:
- the workbook view id
-
setWorkbookViewID
public void setWorkbookViewID(int workbookViewID)Sets the workbook view id.- Parameters:
workbookViewID- the new workbook view id
-
getZoomScale
public int getZoomScale()Gets the zoom scale.- Returns:
- the zoom scale
-
setZoomScale
public void setZoomScale(int zoomScale)Sets the zoom scale.- Parameters:
zoomScale- the new zoom scale
-
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
-