Class DefaultParagraphStyle

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

public class DefaultParagraphStyle extends DefaultStyle
Represents default styles of the paragraph style.
  • Constructor Details

    • DefaultParagraphStyle

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

    • clone

      public DefaultParagraphStyle 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 DefaultParagraphStyle 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