Class ChartSheetProperties
java.lang.Object
com.independentsoft.office.spreadsheet.ChartSheetProperties
The Class ChartSheetProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the code name.Gets the sheet tab color.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()
-
Constructor Details
-
ChartSheetProperties
public ChartSheetProperties()Instantiates a new chart sheet properties.
-
-
Method Details
-
clone
-
toString
-
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
-