Interface CTProperties

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

      • getPropertyList

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

        @Deprecated
        CTProperty[] getPropertyArray()
        Deprecated.
        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