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.
    • Method Detail

      • addNewBodyPr

        CTTextBodyProperties addNewBodyPr()
        Appends and returns a new empty "bodyPr" 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

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

        @Deprecated
        CTTextParagraph[] getPArray()
        Deprecated.
        Gets array of all "p" elements
      • 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