Class DefaultStyle

java.lang.Object
com.independentsoft.office.odf.styles.DefaultStyle
Direct Known Subclasses:
DefaultCellStyle, DefaultChartStyle, DefaultColumnStyle, DefaultDrawingPageStyle, DefaultGraphicStyle, DefaultParagraphStyle, DefaultRowStyle, DefaultRubyStyle, DefaultSectionStyle, DefaultTableStyle, DefaultTextStyle

public abstract class DefaultStyle extends Object
Represents default style.
  • Field Details

  • Constructor Details

    • DefaultStyle

      public DefaultStyle()
  • Method Details

    • toString

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

      protected String toString(String innerXml)
    • getFamily

      public StyleFamily getFamily()
      Gets the style family.
      Returns:
      the family
    • setFamily

      public void setFamily(StyleFamily family)
      Gets the style family.
      Parameters:
      family - the new family