All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getTagList

      List<CTStringTag> getTagList()
      Gets a List of "tag" elements
    • getTagArray

      CTStringTag[] getTagArray()
      Gets array of all "tag" elements
    • getTagArray

      CTStringTag getTagArray(int i)
      Gets ith "tag" element
    • sizeOfTagArray

      int sizeOfTagArray()
      Returns number of "tag" element
    • setTagArray

      void setTagArray(CTStringTag[] tagArray)
      Sets array of all "tag" element
    • setTagArray

      void setTagArray(int i, CTStringTag tag)
      Sets ith "tag" element
    • insertNewTag

      CTStringTag insertNewTag(int i)
      Inserts and returns a new empty value (as xml) as the ith "tag" element
    • addNewTag

      CTStringTag addNewTag()
      Appends and returns a new empty value (as xml) as the last "tag" element
    • removeTag

      void removeTag(int i)
      Removes the ith "tag" element