Interface CTCustomWorkbookViews
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CustomWorkbookViews(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCustomWorkbookViews> static final SchemaTypeFields 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 "customWorkbookView" elementGets array of all "customWorkbookView" elementsgetCustomWorkbookViewArray(int i) Gets ith "customWorkbookView" elementGets a List of "customWorkbookView" elementsinsertNewCustomWorkbookView(int i) Inserts and returns a new empty value (as xml) as the ith "customWorkbookView" elementvoidremoveCustomWorkbookView(int i) Removes the ith "customWorkbookView" elementvoidsetCustomWorkbookViewArray(int i, CTCustomWorkbookView customWorkbookView) Sets ith "customWorkbookView" elementvoidsetCustomWorkbookViewArray(CTCustomWorkbookView[] customWorkbookViewArray) Sets array of all "customWorkbookView" elementintReturns number of "customWorkbookView" 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, valueHashCodeMethods 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
-
getCustomWorkbookViewList
List<CTCustomWorkbookView> getCustomWorkbookViewList()Gets a List of "customWorkbookView" elements -
getCustomWorkbookViewArray
CTCustomWorkbookView[] getCustomWorkbookViewArray()Gets array of all "customWorkbookView" elements -
getCustomWorkbookViewArray
Gets ith "customWorkbookView" element -
sizeOfCustomWorkbookViewArray
int sizeOfCustomWorkbookViewArray()Returns number of "customWorkbookView" element -
setCustomWorkbookViewArray
Sets array of all "customWorkbookView" element -
setCustomWorkbookViewArray
Sets ith "customWorkbookView" element -
insertNewCustomWorkbookView
Inserts and returns a new empty value (as xml) as the ith "customWorkbookView" element -
addNewCustomWorkbookView
CTCustomWorkbookView addNewCustomWorkbookView()Appends and returns a new empty value (as xml) as the last "customWorkbookView" element -
removeCustomWorkbookView
void removeCustomWorkbookView(int i) Removes the ith "customWorkbookView" element
-