public interface CTCustomWorkbookViews extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTCustomWorkbookViews.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTCustomWorkbookView |
addNewCustomWorkbookView()
Appends and returns a new empty value (as xml) as the last "customWorkbookView" element
|
CTCustomWorkbookView[] |
getCustomWorkbookViewArray()
Deprecated.
|
CTCustomWorkbookView |
getCustomWorkbookViewArray(int i)
Gets ith "customWorkbookView" element
|
List<CTCustomWorkbookView> |
getCustomWorkbookViewList()
Gets a List of "customWorkbookView" elements
|
CTCustomWorkbookView |
insertNewCustomWorkbookView(int i)
Inserts and returns a new empty value (as xml) as the ith "customWorkbookView" element
|
void |
removeCustomWorkbookView(int i)
Removes the ith "customWorkbookView" element
|
void |
setCustomWorkbookViewArray(CTCustomWorkbookView[] customWorkbookViewArray)
Sets array of all "customWorkbookView" element
|
void |
setCustomWorkbookViewArray(int i,
CTCustomWorkbookView customWorkbookView)
Sets ith "customWorkbookView" element
|
int |
sizeOfCustomWorkbookViewArray()
Returns number of "customWorkbookView" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
List<CTCustomWorkbookView> getCustomWorkbookViewList()
@Deprecated CTCustomWorkbookView[] getCustomWorkbookViewArray()
CTCustomWorkbookView getCustomWorkbookViewArray(int i)
int sizeOfCustomWorkbookViewArray()
void setCustomWorkbookViewArray(CTCustomWorkbookView[] customWorkbookViewArray)
void setCustomWorkbookViewArray(int i,
CTCustomWorkbookView customWorkbookView)
CTCustomWorkbookView insertNewCustomWorkbookView(int i)
CTCustomWorkbookView addNewCustomWorkbookView()
void removeCustomWorkbookView(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved