public interface CTSheetViews extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTSheetViews.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 |
|---|---|
CTExtensionList |
addNewExtLst()
Appends and returns a new empty "extLst" element
|
CTSheetView |
addNewSheetView()
Appends and returns a new empty value (as xml) as the last "sheetView" element
|
CTExtensionList |
getExtLst()
Gets the "extLst" element
|
CTSheetView[] |
getSheetViewArray()
Deprecated.
|
CTSheetView |
getSheetViewArray(int i)
Gets ith "sheetView" element
|
List<CTSheetView> |
getSheetViewList()
Gets a List of "sheetView" elements
|
CTSheetView |
insertNewSheetView(int i)
Inserts and returns a new empty value (as xml) as the ith "sheetView" element
|
boolean |
isSetExtLst()
True if has "extLst" element
|
void |
removeSheetView(int i)
Removes the ith "sheetView" element
|
void |
setExtLst(CTExtensionList extLst)
Sets the "extLst" element
|
void |
setSheetViewArray(CTSheetView[] sheetViewArray)
Sets array of all "sheetView" element
|
void |
setSheetViewArray(int i,
CTSheetView sheetView)
Sets ith "sheetView" element
|
int |
sizeOfSheetViewArray()
Returns number of "sheetView" element
|
void |
unsetExtLst()
Unsets the "extLst" 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<CTSheetView> getSheetViewList()
@Deprecated CTSheetView[] getSheetViewArray()
CTSheetView getSheetViewArray(int i)
int sizeOfSheetViewArray()
void setSheetViewArray(CTSheetView[] sheetViewArray)
void setSheetViewArray(int i,
CTSheetView sheetView)
CTSheetView insertNewSheetView(int i)
CTSheetView addNewSheetView()
void removeSheetView(int i)
CTExtensionList getExtLst()
boolean isSetExtLst()
void setExtLst(CTExtensionList extLst)
CTExtensionList addNewExtLst()
void unsetExtLst()
Copyright © 2010 - 2020 Adobe. All Rights Reserved