Interface CTCustomProperties

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getCustomPrList

      List<CTCustomProperty> getCustomPrList()
      Gets a List of "customPr" elements
    • getCustomPrArray

      CTCustomProperty[] getCustomPrArray()
      Gets array of all "customPr" elements
    • getCustomPrArray

      CTCustomProperty getCustomPrArray(int i)
      Gets ith "customPr" element
    • sizeOfCustomPrArray

      int sizeOfCustomPrArray()
      Returns number of "customPr" element
    • setCustomPrArray

      void setCustomPrArray(CTCustomProperty[] customPrArray)
      Sets array of all "customPr" element
    • setCustomPrArray

      void setCustomPrArray(int i, CTCustomProperty customPr)
      Sets ith "customPr" element
    • insertNewCustomPr

      CTCustomProperty insertNewCustomPr(int i)
      Inserts and returns a new empty value (as xml) as the ith "customPr" element
    • addNewCustomPr

      CTCustomProperty addNewCustomPr()
      Appends and returns a new empty value (as xml) as the last "customPr" element
    • removeCustomPr

      void removeCustomPr(int i)
      Removes the ith "customPr" element