All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getRPrList

      List<CTRPr> getRPrList()
      Gets a List of "rPr" elements
    • getRPrArray

      CTRPr[] getRPrArray()
      Gets array of all "rPr" elements
    • getRPrArray

      CTRPr getRPrArray(int i)
      Gets ith "rPr" element
    • sizeOfRPrArray

      int sizeOfRPrArray()
      Returns number of "rPr" element
    • setRPrArray

      void setRPrArray(CTRPr[] rPrArray)
      Sets array of all "rPr" element
    • setRPrArray

      void setRPrArray(int i, CTRPr rPr)
      Sets ith "rPr" element
    • insertNewRPr

      CTRPr insertNewRPr(int i)
      Inserts and returns a new empty value (as xml) as the ith "rPr" element
    • addNewRPr

      CTRPr addNewRPr()
      Appends and returns a new empty value (as xml) as the last "rPr" element
    • removeRPr

      void removeRPr(int i)
      Removes the ith "rPr" element