Interface CTTextBody

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTTextBody extends XmlObject
An XML CT_TextBody(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getBodyPr

      Gets the "bodyPr" element
    • setBodyPr

      void setBodyPr(CTTextBodyProperties bodyPr)
      Sets the "bodyPr" element
    • addNewBodyPr

      CTTextBodyProperties addNewBodyPr()
      Appends and returns a new empty "bodyPr" element
    • getLstStyle

      CTTextListStyle getLstStyle()
      Gets the "lstStyle" element
    • isSetLstStyle

      boolean isSetLstStyle()
      True if has "lstStyle" element
    • setLstStyle

      void setLstStyle(CTTextListStyle lstStyle)
      Sets the "lstStyle" element
    • addNewLstStyle

      CTTextListStyle addNewLstStyle()
      Appends and returns a new empty "lstStyle" element
    • unsetLstStyle

      void unsetLstStyle()
      Unsets the "lstStyle" element
    • getPList

      List<CTTextParagraph> getPList()
      Gets a List of "p" elements
    • getPArray

      CTTextParagraph[] getPArray()
      Gets array of all "p" elements
    • getPArray

      CTTextParagraph getPArray(int i)
      Gets ith "p" element
    • sizeOfPArray

      int sizeOfPArray()
      Returns number of "p" element
    • setPArray

      void setPArray(CTTextParagraph[] pArray)
      Sets array of all "p" element
    • setPArray

      void setPArray(int i, CTTextParagraph p)
      Sets ith "p" element
    • insertNewP

      CTTextParagraph insertNewP(int i)
      Inserts and returns a new empty value (as xml) as the ith "p" element
    • addNewP

      CTTextParagraph addNewP()
      Appends and returns a new empty value (as xml) as the last "p" element
    • removeP

      void removeP(int i)
      Removes the ith "p" element