Class Title
java.lang.Object
com.independentsoft.office.charts.Title
The Class Title.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.Gets the chart text.Gets the layout.Gets the text properties.booleanChecks if is overlay.voidsetChartText(ChartText chartText)Sets the chart text.voidSets the layout.voidsetOverlay(boolean overlay)Sets the overlay.toString()
-
Constructor Details
-
Title
public Title()Instantiates a new title.
-
-
Method Details
-
clone
-
toString
-
getLayout
Gets the layout.- Returns:
- the layout
-
setLayout
Sets the layout.- Parameters:
layout- the new layout
-
isOverlay
public boolean isOverlay()Checks if is overlay.- Returns:
- true, if is overlay
-
setOverlay
public void setOverlay(boolean overlay)Sets the overlay.- Parameters:
overlay- the new overlay
-
getChartShapeProperties
Gets the chart shape properties.- Returns:
- the chart shape properties
-
getChartText
Gets the chart text.- Returns:
- the chart text
-
setChartText
Sets the chart text.- Parameters:
chartText- the new chart text
-
getTextProperties
Gets the text properties.- Returns:
- the text properties
-