Class CellStyle
java.lang.Object
com.independentsoft.office.odf.styles.Style
com.independentsoft.office.odf.styles.BaseStyle
com.independentsoft.office.odf.styles.CellStyle
Represents the cell styles.
-
Field Summary
Fields inherited from class com.independentsoft.office.odf.styles.BaseStyle
className, dataStyle, enableAutoUpdate, family, linkedStyleName, listStyle, masterPageName, nextStyle, outlineLevelEmpty, outlineNumberingLevel, parentStyle, styleMappingsFields inherited from class com.independentsoft.office.odf.styles.Style
displayName, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Specifies formatting properties for cell.Specifies formatting properties for paragraph.Specifies formatting properties for text.toString()Converts the value of the current CellStyle object to its equivalent string representation.Methods inherited from class com.independentsoft.office.odf.styles.BaseStyle
getClassName, getDataStyle, getFamily, getListStyle, getMasterPageName, getNextStyle, getOutlineNumberingLevel, getParentStyle, getStyleMappings, isEnableAutoUpdate, setClassName, setDataStyle, setEnableAutoUpdate, setListStyle, setMasterPageName, setNextStyle, setOutlineNumberingLevel, setParentStyle, toStringMethods inherited from class com.independentsoft.office.odf.styles.Style
getDisplayName, getName, setDisplayName, setName
-
Constructor Details
-
CellStyle
public CellStyle()Initializes a new instance of the CellStyle class. -
CellStyle
Initializes a new instance of the CellStyle class.- Parameters:
name- the name
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current CellStyle object to its equivalent string representation. -
getTextProperties
Specifies formatting properties for text.- Returns:
- the text properties
-
getParagraphProperties
Specifies formatting properties for paragraph.- Returns:
- the paragraph properties
-
getCellProperties
Specifies formatting properties for cell.- Returns:
- the cell properties
-