public interface CTBookViews extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTBookViews.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 |
|---|---|
CTBookView |
addNewWorkbookView()
Appends and returns a new empty value (as xml) as the last "workbookView" element
|
CTBookView[] |
getWorkbookViewArray()
Deprecated.
|
CTBookView |
getWorkbookViewArray(int i)
Gets ith "workbookView" element
|
List<CTBookView> |
getWorkbookViewList()
Gets a List of "workbookView" elements
|
CTBookView |
insertNewWorkbookView(int i)
Inserts and returns a new empty value (as xml) as the ith "workbookView" element
|
void |
removeWorkbookView(int i)
Removes the ith "workbookView" element
|
void |
setWorkbookViewArray(CTBookView[] workbookViewArray)
Sets array of all "workbookView" element
|
void |
setWorkbookViewArray(int i,
CTBookView workbookView)
Sets ith "workbookView" element
|
int |
sizeOfWorkbookViewArray()
Returns number of "workbookView" 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<CTBookView> getWorkbookViewList()
@Deprecated CTBookView[] getWorkbookViewArray()
CTBookView getWorkbookViewArray(int i)
int sizeOfWorkbookViewArray()
void setWorkbookViewArray(CTBookView[] workbookViewArray)
void setWorkbookViewArray(int i,
CTBookView workbookView)
CTBookView insertNewWorkbookView(int i)
CTBookView addNewWorkbookView()
void removeWorkbookView(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved