Interface CTCustomFilters
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CustomFilters(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCustomFilters> 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 value (as xml) as the last "customFilter" elementbooleangetAnd()Gets the "and" attributeGets array of all "customFilter" elementsgetCustomFilterArray(int i) Gets ith "customFilter" elementGets a List of "customFilter" elementsinsertNewCustomFilter(int i) Inserts and returns a new empty value (as xml) as the ith "customFilter" elementbooleanisSetAnd()True if has "and" attributevoidremoveCustomFilter(int i) Removes the ith "customFilter" elementvoidsetAnd(boolean and) Sets the "and" attributevoidsetCustomFilterArray(int i, CTCustomFilter customFilter) Sets ith "customFilter" elementvoidsetCustomFilterArray(CTCustomFilter[] customFilterArray) Sets array of all "customFilter" elementintReturns number of "customFilter" elementvoidunsetAnd()Unsets the "and" attributexgetAnd()Gets (as xml) the "and" attributevoidxsetAnd(XmlBoolean and) Sets (as xml) the "and" 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
-
getCustomFilterList
List<CTCustomFilter> getCustomFilterList()Gets a List of "customFilter" elements -
getCustomFilterArray
CTCustomFilter[] getCustomFilterArray()Gets array of all "customFilter" elements -
getCustomFilterArray
Gets ith "customFilter" element -
sizeOfCustomFilterArray
int sizeOfCustomFilterArray()Returns number of "customFilter" element -
setCustomFilterArray
Sets array of all "customFilter" element -
setCustomFilterArray
Sets ith "customFilter" element -
insertNewCustomFilter
Inserts and returns a new empty value (as xml) as the ith "customFilter" element -
addNewCustomFilter
CTCustomFilter addNewCustomFilter()Appends and returns a new empty value (as xml) as the last "customFilter" element -
removeCustomFilter
void removeCustomFilter(int i) Removes the ith "customFilter" element -
getAnd
boolean getAnd()Gets the "and" attribute -
xgetAnd
XmlBoolean xgetAnd()Gets (as xml) the "and" attribute -
isSetAnd
boolean isSetAnd()True if has "and" attribute -
setAnd
void setAnd(boolean and) Sets the "and" attribute -
xsetAnd
Sets (as xml) the "and" attribute -
unsetAnd
void unsetAnd()Unsets the "and" attribute
-