Class TextBody

java.lang.Object
com.independentsoft.office.diagrams.TextBody

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

    • TextBody

      public TextBody()
      Instantiates a new text body.
  • Method Details

    • clone

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