Class DefaultChartStyle
java.lang.Object
com.independentsoft.office.odf.styles.DefaultStyle
com.independentsoft.office.odf.styles.DefaultChartStyle
Represents default styles of the chart.
-
Field Summary
Fields inherited from class com.independentsoft.office.odf.styles.DefaultStyle
family -
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the DefaultChartStyle class. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Specifies formatting properties for chart.Specifies formatting properties for graphic.Specifies formatting properties for paragraph.Specifies formatting properties for text.toString()Converts the value of the current DefaultChartStyle object to its equivalent string representation.Methods inherited from class com.independentsoft.office.odf.styles.DefaultStyle
getFamily, setFamily, toString
-
Constructor Details
-
DefaultChartStyle
public DefaultChartStyle()Initializes a new instance of the DefaultChartStyle class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current DefaultChartStyle object to its equivalent string representation.- Overrides:
toStringin classDefaultStyle- Returns:
- the string
-
getTextProperties
Specifies formatting properties for text.- Returns:
- the text properties
-
getParagraphProperties
Specifies formatting properties for paragraph.- Returns:
- the paragraph properties
-
getGraphicProperties
Specifies formatting properties for graphic.- Returns:
- the graphic properties
-
getChartProperties
Specifies formatting properties for chart.- Returns:
- the chart properties
-