Interface CTAutoFilter
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_AutoFilter(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTAutoFilter> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extLst" elementAppends and returns a new empty value (as xml) as the last "filterColumn" elementAppends and returns a new empty "sortState" elementGets the "extLst" elementGets array of all "filterColumn" elementsgetFilterColumnArray(int i) Gets ith "filterColumn" elementGets a List of "filterColumn" elementsgetRef()Gets the "ref" attributeGets the "sortState" elementinsertNewFilterColumn(int i) Inserts and returns a new empty value (as xml) as the ith "filterColumn" elementbooleanTrue if has "extLst" elementbooleanisSetRef()True if has "ref" attributebooleanTrue if has "sortState" elementvoidremoveFilterColumn(int i) Removes the ith "filterColumn" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetFilterColumnArray(int i, CTFilterColumn filterColumn) Sets ith "filterColumn" elementvoidsetFilterColumnArray(CTFilterColumn[] filterColumnArray) Sets array of all "filterColumn" elementvoidSets the "ref" attributevoidsetSortState(CTSortState sortState) Sets the "sortState" elementintReturns number of "filterColumn" elementvoidUnsets the "extLst" elementvoidunsetRef()Unsets the "ref" attributevoidUnsets the "sortState" elementxgetRef()Gets (as xml) the "ref" attributevoidSets (as xml) the "ref" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getFilterColumnList
List<CTFilterColumn> getFilterColumnList()Gets a List of "filterColumn" elements -
getFilterColumnArray
CTFilterColumn[] getFilterColumnArray()Gets array of all "filterColumn" elements -
getFilterColumnArray
Gets ith "filterColumn" element -
sizeOfFilterColumnArray
int sizeOfFilterColumnArray()Returns number of "filterColumn" element -
setFilterColumnArray
Sets array of all "filterColumn" element -
setFilterColumnArray
Sets ith "filterColumn" element -
insertNewFilterColumn
Inserts and returns a new empty value (as xml) as the ith "filterColumn" element -
addNewFilterColumn
CTFilterColumn addNewFilterColumn()Appends and returns a new empty value (as xml) as the last "filterColumn" element -
removeFilterColumn
void removeFilterColumn(int i) Removes the ith "filterColumn" element -
getSortState
CTSortState getSortState()Gets the "sortState" element -
isSetSortState
boolean isSetSortState()True if has "sortState" element -
setSortState
Sets the "sortState" element -
addNewSortState
CTSortState addNewSortState()Appends and returns a new empty "sortState" element -
unsetSortState
void unsetSortState()Unsets the "sortState" element -
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getRef
String getRef()Gets the "ref" attribute -
xgetRef
STRef xgetRef()Gets (as xml) the "ref" attribute -
isSetRef
boolean isSetRef()True if has "ref" attribute -
setRef
Sets the "ref" attribute -
xsetRef
Sets (as xml) the "ref" attribute -
unsetRef
void unsetRef()Unsets the "ref" attribute
-