All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTProperties extends XmlObject
An XML CT_Properties(@http://schemas.openxmlformats.org/officeDocument/2006/custom-properties). This is a complex type.
  • Field Details

  • Method Details

    • getPropertyList

      List<CTProperty> getPropertyList()
      Gets a List of "property" elements
    • getPropertyArray

      CTProperty[] getPropertyArray()
      Gets array of all "property" elements
    • getPropertyArray

      CTProperty getPropertyArray(int i)
      Gets ith "property" element
    • sizeOfPropertyArray

      int sizeOfPropertyArray()
      Returns number of "property" element
    • setPropertyArray

      void setPropertyArray(CTProperty[] propertyArray)
      Sets array of all "property" element
    • setPropertyArray

      void setPropertyArray(int i, CTProperty property)
      Sets ith "property" element
    • insertNewProperty

      CTProperty insertNewProperty(int i)
      Inserts and returns a new empty value (as xml) as the ith "property" element
    • addNewProperty

      CTProperty addNewProperty()
      Appends and returns a new empty value (as xml) as the last "property" element
    • removeProperty

      void removeProperty(int i)
      Removes the ith "property" element