Interface CTCustomWorkbookViews
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCustomWorkbookViews extends XmlObject
An XML CT_CustomWorkbookViews(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCustomWorkbookViews.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTCustomWorkbookView
addNewCustomWorkbookView()
Appends and returns a new empty value (as xml) as the last "customWorkbookView" elementCTCustomWorkbookView[]
getCustomWorkbookViewArray()
Deprecated.CTCustomWorkbookView
getCustomWorkbookViewArray(int i)
Gets ith "customWorkbookView" elementjava.util.List<CTCustomWorkbookView>
getCustomWorkbookViewList()
Gets a List of "customWorkbookView" elementsCTCustomWorkbookView
insertNewCustomWorkbookView(int i)
Inserts and returns a new empty value (as xml) as the ith "customWorkbookView" elementvoid
removeCustomWorkbookView(int i)
Removes the ith "customWorkbookView" elementvoid
setCustomWorkbookViewArray(int i, CTCustomWorkbookView customWorkbookView)
Sets ith "customWorkbookView" elementvoid
setCustomWorkbookViewArray(CTCustomWorkbookView[] customWorkbookViewArray)
Sets array of all "customWorkbookView" elementint
sizeOfCustomWorkbookViewArray()
Returns number of "customWorkbookView" element-
Methods 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getCustomWorkbookViewList
java.util.List<CTCustomWorkbookView> getCustomWorkbookViewList()
Gets a List of "customWorkbookView" elements
-
getCustomWorkbookViewArray
@Deprecated CTCustomWorkbookView[] getCustomWorkbookViewArray()
Deprecated.Gets array of all "customWorkbookView" elements
-
getCustomWorkbookViewArray
CTCustomWorkbookView getCustomWorkbookViewArray(int i)
Gets ith "customWorkbookView" element
-
sizeOfCustomWorkbookViewArray
int sizeOfCustomWorkbookViewArray()
Returns number of "customWorkbookView" element
-
setCustomWorkbookViewArray
void setCustomWorkbookViewArray(CTCustomWorkbookView[] customWorkbookViewArray)
Sets array of all "customWorkbookView" element
-
setCustomWorkbookViewArray
void setCustomWorkbookViewArray(int i, CTCustomWorkbookView customWorkbookView)
Sets ith "customWorkbookView" element
-
insertNewCustomWorkbookView
CTCustomWorkbookView insertNewCustomWorkbookView(int i)
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
-
-