Class DefaultCellStyle

java.lang.Object
com.independentsoft.office.odf.styles.DefaultStyle
com.independentsoft.office.odf.styles.DefaultCellStyle

public class DefaultCellStyle extends DefaultStyle
Represents default styles of the cell.
  • Constructor Details

    • DefaultCellStyle

      public DefaultCellStyle()
      Initializes a new instance of the DefaultCellStyle class.
  • Method Details

    • clone

      public DefaultCellStyle clone()
      Creates a new object that is a deep copy of the current instance.
      Overrides:
      clone in class Object
      Returns:
      A new object that is a copy of this instance.
    • toString

      public String toString()
      Converts the value of the current DefaultCellStyle object to its equivalent string representation.
      Overrides:
      toString in class DefaultStyle
      Returns:
      the string
    • getTextProperties

      public TextProperties getTextProperties()
      Specifies formatting properties for text.
      Returns:
      the text properties
    • getParagraphProperties

      public ParagraphProperties getParagraphProperties()
      Specifies formatting properties for paragraph.
      Returns:
      the paragraph properties
    • getCellProperties

      public CellProperties getCellProperties()
      Specifies formatting properties for cell.
      Returns:
      the cell properties