Interface CTAutoFilter
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTAutoFilter extends XmlObject
An XML CT_AutoFilter(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTAutoFilter>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTFilterColumnaddNewFilterColumn()Appends and returns a new empty value (as xml) as the last "filterColumn" elementCTSortStateaddNewSortState()Appends and returns a new empty "sortState" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTFilterColumn[]getFilterColumnArray()Gets array of all "filterColumn" elementsCTFilterColumngetFilterColumnArray(int i)Gets ith "filterColumn" elementjava.util.List<CTFilterColumn>getFilterColumnList()Gets a List of "filterColumn" elementsjava.lang.StringgetRef()Gets the "ref" attributeCTSortStategetSortState()Gets the "sortState" elementCTFilterColumninsertNewFilterColumn(int i)Inserts and returns a new empty value (as xml) as the ith "filterColumn" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetRef()True if has "ref" attributebooleanisSetSortState()True 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" elementvoidsetRef(java.lang.String ref)Sets the "ref" attributevoidsetSortState(CTSortState sortState)Sets the "sortState" elementintsizeOfFilterColumnArray()Returns number of "filterColumn" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetRef()Unsets the "ref" attributevoidunsetSortState()Unsets the "sortState" elementSTRefxgetRef()Gets (as xml) the "ref" attributevoidxsetRef(STRef ref)Sets (as xml) the "ref" attribute-
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTAutoFilter> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getFilterColumnList
java.util.List<CTFilterColumn> getFilterColumnList()
Gets a List of "filterColumn" elements
-
getFilterColumnArray
CTFilterColumn[] getFilterColumnArray()
Gets array of all "filterColumn" elements
-
getFilterColumnArray
CTFilterColumn getFilterColumnArray(int i)
Gets ith "filterColumn" element
-
sizeOfFilterColumnArray
int sizeOfFilterColumnArray()
Returns number of "filterColumn" element
-
setFilterColumnArray
void setFilterColumnArray(CTFilterColumn[] filterColumnArray)
Sets array of all "filterColumn" element
-
setFilterColumnArray
void setFilterColumnArray(int i, CTFilterColumn filterColumn)Sets ith "filterColumn" element
-
insertNewFilterColumn
CTFilterColumn insertNewFilterColumn(int i)
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
void setSortState(CTSortState sortState)
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
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getRef
java.lang.String getRef()
Gets the "ref" attribute
-
xgetRef
STRef xgetRef()
Gets (as xml) the "ref" attribute
-
isSetRef
boolean isSetRef()
True if has "ref" attribute
-
setRef
void setRef(java.lang.String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(STRef ref)
Sets (as xml) the "ref" attribute
-
unsetRef
void unsetRef()
Unsets the "ref" attribute
-
-