Class Style
java.lang.Object
com.independentsoft.office.odf.styles.Style
- Direct Known Subclasses:
BaseStyle,BooleanStyle,CurrencyStyle,DateStyle,ListStyle,NumberStyle,NumberTextStyle,PercentageStyle,TimeStyle
Represents the style.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Styleclone()Gets the name of a style.getName()Gets the names that are used for referencing style.voidsetDisplayName(String displayName)Sets the name of a style.voidSets the names that are used for referencing style.
-
Field Details
-
name
-
displayName
-
-
Constructor Details
-
Style
public Style()
-
-
Method Details
-
clone
-
getName
Gets the names that are used for referencing style.- Returns:
- the name
-
setName
Sets the names that are used for referencing style.- Parameters:
name- the new name
-
getDisplayName
Gets the name of a style.- Returns:
- the display name
-
setDisplayName
Sets the name of a style.- Parameters:
displayName- the new display name
-