Interface CTFilterColumn
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTFilterColumn extends XmlObject
An XML CT_FilterColumn(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTFilterColumn>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 CTColorFilteraddNewColorFilter()Appends and returns a new empty "colorFilter" elementCTCustomFiltersaddNewCustomFilters()Appends and returns a new empty "customFilters" elementCTDynamicFilteraddNewDynamicFilter()Appends and returns a new empty "dynamicFilter" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTFiltersaddNewFilters()Appends and returns a new empty "filters" elementCTIconFilteraddNewIconFilter()Appends and returns a new empty "iconFilter" elementCTTop10addNewTop10()Appends and returns a new empty "top10" elementlonggetColId()Gets the "colId" attributeCTColorFiltergetColorFilter()Gets the "colorFilter" elementCTCustomFiltersgetCustomFilters()Gets the "customFilters" elementCTDynamicFiltergetDynamicFilter()Gets the "dynamicFilter" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTFiltersgetFilters()Gets the "filters" elementbooleangetHiddenButton()Gets the "hiddenButton" attributeCTIconFiltergetIconFilter()Gets the "iconFilter" elementbooleangetShowButton()Gets the "showButton" attributeCTTop10getTop10()Gets the "top10" elementbooleanisSetColorFilter()True if has "colorFilter" elementbooleanisSetCustomFilters()True if has "customFilters" elementbooleanisSetDynamicFilter()True if has "dynamicFilter" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetFilters()True if has "filters" elementbooleanisSetHiddenButton()True if has "hiddenButton" attributebooleanisSetIconFilter()True if has "iconFilter" elementbooleanisSetShowButton()True if has "showButton" attributebooleanisSetTop10()True if has "top10" elementvoidsetColId(long colId)Sets the "colId" attributevoidsetColorFilter(CTColorFilter colorFilter)Sets the "colorFilter" elementvoidsetCustomFilters(CTCustomFilters customFilters)Sets the "customFilters" elementvoidsetDynamicFilter(CTDynamicFilter dynamicFilter)Sets the "dynamicFilter" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetFilters(CTFilters filters)Sets the "filters" elementvoidsetHiddenButton(boolean hiddenButton)Sets the "hiddenButton" attributevoidsetIconFilter(CTIconFilter iconFilter)Sets the "iconFilter" elementvoidsetShowButton(boolean showButton)Sets the "showButton" attributevoidsetTop10(CTTop10 top10)Sets the "top10" elementvoidunsetColorFilter()Unsets the "colorFilter" elementvoidunsetCustomFilters()Unsets the "customFilters" elementvoidunsetDynamicFilter()Unsets the "dynamicFilter" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetFilters()Unsets the "filters" elementvoidunsetHiddenButton()Unsets the "hiddenButton" attributevoidunsetIconFilter()Unsets the "iconFilter" elementvoidunsetShowButton()Unsets the "showButton" attributevoidunsetTop10()Unsets the "top10" elementXmlUnsignedIntxgetColId()Gets (as xml) the "colId" attributeXmlBooleanxgetHiddenButton()Gets (as xml) the "hiddenButton" attributeXmlBooleanxgetShowButton()Gets (as xml) the "showButton" attributevoidxsetColId(XmlUnsignedInt colId)Sets (as xml) the "colId" attributevoidxsetHiddenButton(XmlBoolean hiddenButton)Sets (as xml) the "hiddenButton" attributevoidxsetShowButton(XmlBoolean showButton)Sets (as xml) the "showButton" 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<CTFilterColumn> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getFilters
CTFilters getFilters()
Gets the "filters" element
-
isSetFilters
boolean isSetFilters()
True if has "filters" element
-
setFilters
void setFilters(CTFilters filters)
Sets the "filters" element
-
addNewFilters
CTFilters addNewFilters()
Appends and returns a new empty "filters" element
-
unsetFilters
void unsetFilters()
Unsets the "filters" element
-
getTop10
CTTop10 getTop10()
Gets the "top10" element
-
isSetTop10
boolean isSetTop10()
True if has "top10" element
-
setTop10
void setTop10(CTTop10 top10)
Sets the "top10" element
-
addNewTop10
CTTop10 addNewTop10()
Appends and returns a new empty "top10" element
-
unsetTop10
void unsetTop10()
Unsets the "top10" element
-
getCustomFilters
CTCustomFilters getCustomFilters()
Gets the "customFilters" element
-
isSetCustomFilters
boolean isSetCustomFilters()
True if has "customFilters" element
-
setCustomFilters
void setCustomFilters(CTCustomFilters customFilters)
Sets the "customFilters" element
-
addNewCustomFilters
CTCustomFilters addNewCustomFilters()
Appends and returns a new empty "customFilters" element
-
unsetCustomFilters
void unsetCustomFilters()
Unsets the "customFilters" element
-
getDynamicFilter
CTDynamicFilter getDynamicFilter()
Gets the "dynamicFilter" element
-
isSetDynamicFilter
boolean isSetDynamicFilter()
True if has "dynamicFilter" element
-
setDynamicFilter
void setDynamicFilter(CTDynamicFilter dynamicFilter)
Sets the "dynamicFilter" element
-
addNewDynamicFilter
CTDynamicFilter addNewDynamicFilter()
Appends and returns a new empty "dynamicFilter" element
-
unsetDynamicFilter
void unsetDynamicFilter()
Unsets the "dynamicFilter" element
-
getColorFilter
CTColorFilter getColorFilter()
Gets the "colorFilter" element
-
isSetColorFilter
boolean isSetColorFilter()
True if has "colorFilter" element
-
setColorFilter
void setColorFilter(CTColorFilter colorFilter)
Sets the "colorFilter" element
-
addNewColorFilter
CTColorFilter addNewColorFilter()
Appends and returns a new empty "colorFilter" element
-
unsetColorFilter
void unsetColorFilter()
Unsets the "colorFilter" element
-
getIconFilter
CTIconFilter getIconFilter()
Gets the "iconFilter" element
-
isSetIconFilter
boolean isSetIconFilter()
True if has "iconFilter" element
-
setIconFilter
void setIconFilter(CTIconFilter iconFilter)
Sets the "iconFilter" element
-
addNewIconFilter
CTIconFilter addNewIconFilter()
Appends and returns a new empty "iconFilter" element
-
unsetIconFilter
void unsetIconFilter()
Unsets the "iconFilter" 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
-
getColId
long getColId()
Gets the "colId" attribute
-
xgetColId
XmlUnsignedInt xgetColId()
Gets (as xml) the "colId" attribute
-
setColId
void setColId(long colId)
Sets the "colId" attribute
-
xsetColId
void xsetColId(XmlUnsignedInt colId)
Sets (as xml) the "colId" attribute
-
getHiddenButton
boolean getHiddenButton()
Gets the "hiddenButton" attribute
-
xgetHiddenButton
XmlBoolean xgetHiddenButton()
Gets (as xml) the "hiddenButton" attribute
-
isSetHiddenButton
boolean isSetHiddenButton()
True if has "hiddenButton" attribute
-
setHiddenButton
void setHiddenButton(boolean hiddenButton)
Sets the "hiddenButton" attribute
-
xsetHiddenButton
void xsetHiddenButton(XmlBoolean hiddenButton)
Sets (as xml) the "hiddenButton" attribute
-
unsetHiddenButton
void unsetHiddenButton()
Unsets the "hiddenButton" attribute
-
getShowButton
boolean getShowButton()
Gets the "showButton" attribute
-
xgetShowButton
XmlBoolean xgetShowButton()
Gets (as xml) the "showButton" attribute
-
isSetShowButton
boolean isSetShowButton()
True if has "showButton" attribute
-
setShowButton
void setShowButton(boolean showButton)
Sets the "showButton" attribute
-
xsetShowButton
void xsetShowButton(XmlBoolean showButton)
Sets (as xml) the "showButton" attribute
-
unsetShowButton
void unsetShowButton()
Unsets the "showButton" attribute
-
-