Class DefaultGraphicStyle

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

public class DefaultGraphicStyle extends DefaultStyle
Represents default styles of the graphic style.
  • Constructor Details

    • DefaultGraphicStyle

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

    • clone

      public DefaultGraphicStyle 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 DefaultGraphicStyle 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
    • getGraphicProperties

      public GraphicProperties getGraphicProperties()
      Specifies formatting properties for graphic.
      Returns:
      the graphic properties