Class ChartSheet
java.lang.Object
com.independentsoft.office.spreadsheet.Sheet
com.independentsoft.office.spreadsheet.ChartSheet
The Class ChartSheet.
-
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 chart sheet.ChartSheet(String name)Instantiates a new chart sheet. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the code name.Gets the custom sheet views.Gets the page setup settings.Gets the sheet tab color.getViews()Gets the views.booleanChecks if is published.voidsetCodeName(String codeName)Sets the code name.voidsetPublished(boolean published)Sets the published.voidsetSheetTabColor(SheetTabColor sheetTabColor)Sets the sheet tab color.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
-
ChartSheet
public ChartSheet()Instantiates a new chart sheet. -
ChartSheet
Instantiates a new chart sheet.- Parameters:
name- the name
-
-
Method Details
-
clone
-
toString
-
getCustomSheetViews
Gets the custom sheet views.- Returns:
- the custom sheet views
-
getViews
Gets the views.- Returns:
- the views
-
getPageSetupSettings
Gets the page setup settings.- Returns:
- the page setup settings
-
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
-
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
-