Interface CTProtectedRanges
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_ProtectedRanges(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTProtectedRanges> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "protectedRange" elementGets array of all "protectedRange" elementsgetProtectedRangeArray
(int i) Gets ith "protectedRange" elementGets a List of "protectedRange" elementsinsertNewProtectedRange
(int i) Inserts and returns a new empty value (as xml) as the ith "protectedRange" elementvoid
removeProtectedRange
(int i) Removes the ith "protectedRange" elementvoid
setProtectedRangeArray
(int i, CTProtectedRange protectedRange) Sets ith "protectedRange" elementvoid
setProtectedRangeArray
(CTProtectedRange[] protectedRangeArray) Sets array of all "protectedRange" elementint
Returns number of "protectedRange" elementMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getProtectedRangeList
List<CTProtectedRange> getProtectedRangeList()Gets a List of "protectedRange" elements -
getProtectedRangeArray
CTProtectedRange[] getProtectedRangeArray()Gets array of all "protectedRange" elements -
getProtectedRangeArray
Gets ith "protectedRange" element -
sizeOfProtectedRangeArray
int sizeOfProtectedRangeArray()Returns number of "protectedRange" element -
setProtectedRangeArray
Sets array of all "protectedRange" element -
setProtectedRangeArray
Sets ith "protectedRange" element -
insertNewProtectedRange
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
-