Interface CTCustomChartsheetViews
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTCustomChartsheetViews extends XmlObject
An XML CT_CustomChartsheetViews(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTCustomChartsheetViews.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTCustomChartsheetViewaddNewCustomSheetView()Appends and returns a new empty value (as xml) as the last "customSheetView" elementCTCustomChartsheetView[]getCustomSheetViewArray()Deprecated.CTCustomChartsheetViewgetCustomSheetViewArray(int i)Gets ith "customSheetView" elementjava.util.List<CTCustomChartsheetView>getCustomSheetViewList()Gets a List of "customSheetView" elementsCTCustomChartsheetViewinsertNewCustomSheetView(int i)Inserts and returns a new empty value (as xml) as the ith "customSheetView" elementvoidremoveCustomSheetView(int i)Removes the ith "customSheetView" elementvoidsetCustomSheetViewArray(int i, CTCustomChartsheetView customSheetView)Sets ith "customSheetView" elementvoidsetCustomSheetViewArray(CTCustomChartsheetView[] customSheetViewArray)Sets array of all "customSheetView" elementintsizeOfCustomSheetViewArray()Returns number of "customSheetView" 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
-
getCustomSheetViewList
java.util.List<CTCustomChartsheetView> getCustomSheetViewList()
Gets a List of "customSheetView" elements
-
getCustomSheetViewArray
@Deprecated CTCustomChartsheetView[] getCustomSheetViewArray()
Deprecated.Gets array of all "customSheetView" elements
-
getCustomSheetViewArray
CTCustomChartsheetView getCustomSheetViewArray(int i)
Gets ith "customSheetView" element
-
sizeOfCustomSheetViewArray
int sizeOfCustomSheetViewArray()
Returns number of "customSheetView" element
-
setCustomSheetViewArray
void setCustomSheetViewArray(CTCustomChartsheetView[] customSheetViewArray)
Sets array of all "customSheetView" element
-
setCustomSheetViewArray
void setCustomSheetViewArray(int i, CTCustomChartsheetView customSheetView)Sets ith "customSheetView" element
-
insertNewCustomSheetView
CTCustomChartsheetView insertNewCustomSheetView(int i)
Inserts and returns a new empty value (as xml) as the ith "customSheetView" element
-
addNewCustomSheetView
CTCustomChartsheetView addNewCustomSheetView()
Appends and returns a new empty value (as xml) as the last "customSheetView" element
-
removeCustomSheetView
void removeCustomSheetView(int i)
Removes the ith "customSheetView" element
-
-