Class TextProperties

java.lang.Object
com.independentsoft.office.charts.TextProperties

public class TextProperties extends Object
The Class TextProperties.
  • Constructor Details

    • TextProperties

      public TextProperties()
      Instantiates a new text properties.
  • Method Details

    • clone

      public TextProperties clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getTextBodyProperties

      public TextBodyProperties getTextBodyProperties()
      Gets the text body properties.
      Returns:
      the text body properties
    • getTextListStyle

      public TextListStyle getTextListStyle()
      Gets the text list style.
      Returns:
      the text list style
    • setTextListStyle

      public void setTextListStyle(TextListStyle textListStyle)
      Sets the text list style.
      Parameters:
      textListStyle - the new text list style
    • getParagraphs

      public List<TextParagraph> getParagraphs()
      Gets the paragraphs.
      Returns:
      the paragraphs