Interface CTProtectedRanges

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTProtectedRanges
    extends XmlObject
    An XML CT_ProtectedRanges(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getProtectedRangeList

        java.util.List<CTProtectedRange> getProtectedRangeList()
        Gets a List of "protectedRange" elements
      • getProtectedRangeArray

        @Deprecated
        CTProtectedRange[] getProtectedRangeArray()
        Deprecated.
        Gets array of all "protectedRange" elements
      • getProtectedRangeArray

        CTProtectedRange getProtectedRangeArray​(int i)
        Gets ith "protectedRange" element
      • sizeOfProtectedRangeArray

        int sizeOfProtectedRangeArray()
        Returns number of "protectedRange" element
      • setProtectedRangeArray

        void setProtectedRangeArray​(CTProtectedRange[] protectedRangeArray)
        Sets array of all "protectedRange" element
      • setProtectedRangeArray

        void setProtectedRangeArray​(int i,
                                    CTProtectedRange protectedRange)
        Sets ith "protectedRange" element
      • insertNewProtectedRange

        CTProtectedRange insertNewProtectedRange​(int i)
        Inserts and returns a new empty value (as xml) as the ith "protectedRange" element
      • addNewProtectedRange

        CTProtectedRange addNewProtectedRange()
        Appends and returns a new empty value (as xml) as the last "protectedRange" element
      • removeProtectedRange

        void removeProtectedRange​(int i)
        Removes the ith "protectedRange" element