Interface CTFilters
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Filters(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields 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 "dateGroupItem" elementAppends and returns a new empty value (as xml) as the last "filter" elementbooleangetBlank()Gets the "blank" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STCalendarType.EnumGets the "calendarType" attributeGets array of all "dateGroupItem" elementsgetDateGroupItemArray(int i) Gets ith "dateGroupItem" elementGets a List of "dateGroupItem" elementsCTFilter[]Gets array of all "filter" elementsgetFilterArray(int i) Gets ith "filter" elementGets a List of "filter" elementsinsertNewDateGroupItem(int i) Inserts and returns a new empty value (as xml) as the ith "dateGroupItem" elementinsertNewFilter(int i) Inserts and returns a new empty value (as xml) as the ith "filter" elementbooleanTrue if has "blank" attributebooleanTrue if has "calendarType" attributevoidremoveDateGroupItem(int i) Removes the ith "dateGroupItem" elementvoidremoveFilter(int i) Removes the ith "filter" elementvoidsetBlank(boolean blank) Sets the "blank" attributevoidsetCalendarType(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STCalendarType.Enum calendarType) Sets the "calendarType" attributevoidsetDateGroupItemArray(int i, CTDateGroupItem dateGroupItem) Sets ith "dateGroupItem" elementvoidsetDateGroupItemArray(CTDateGroupItem[] dateGroupItemArray) Sets array of all "dateGroupItem" elementvoidsetFilterArray(int i, CTFilter filter) Sets ith "filter" elementvoidsetFilterArray(CTFilter[] filterArray) Sets array of all "filter" elementintReturns number of "dateGroupItem" elementintReturns number of "filter" elementvoidUnsets the "blank" attributevoidUnsets the "calendarType" attributeGets (as xml) the "blank" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STCalendarTypeGets (as xml) the "calendarType" attributevoidxsetBlank(XmlBoolean blank) Sets (as xml) the "blank" attributevoidxsetCalendarType(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STCalendarType calendarType) Sets (as xml) the "calendarType" 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
-
getFilterList
Gets a List of "filter" elements -
getFilterArray
CTFilter[] getFilterArray()Gets array of all "filter" elements -
getFilterArray
Gets ith "filter" element -
sizeOfFilterArray
int sizeOfFilterArray()Returns number of "filter" element -
setFilterArray
Sets array of all "filter" element -
setFilterArray
Sets ith "filter" element -
insertNewFilter
Inserts and returns a new empty value (as xml) as the ith "filter" element -
addNewFilter
CTFilter addNewFilter()Appends and returns a new empty value (as xml) as the last "filter" element -
removeFilter
void removeFilter(int i) Removes the ith "filter" element -
getDateGroupItemList
List<CTDateGroupItem> getDateGroupItemList()Gets a List of "dateGroupItem" elements -
getDateGroupItemArray
CTDateGroupItem[] getDateGroupItemArray()Gets array of all "dateGroupItem" elements -
getDateGroupItemArray
Gets ith "dateGroupItem" element -
sizeOfDateGroupItemArray
int sizeOfDateGroupItemArray()Returns number of "dateGroupItem" element -
setDateGroupItemArray
Sets array of all "dateGroupItem" element -
setDateGroupItemArray
Sets ith "dateGroupItem" element -
insertNewDateGroupItem
Inserts and returns a new empty value (as xml) as the ith "dateGroupItem" element -
addNewDateGroupItem
CTDateGroupItem addNewDateGroupItem()Appends and returns a new empty value (as xml) as the last "dateGroupItem" element -
removeDateGroupItem
void removeDateGroupItem(int i) Removes the ith "dateGroupItem" element -
getBlank
boolean getBlank()Gets the "blank" attribute -
xgetBlank
XmlBoolean xgetBlank()Gets (as xml) the "blank" attribute -
isSetBlank
boolean isSetBlank()True if has "blank" attribute -
setBlank
void setBlank(boolean blank) Sets the "blank" attribute -
xsetBlank
Sets (as xml) the "blank" attribute -
unsetBlank
void unsetBlank()Unsets the "blank" attribute -
getCalendarType
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STCalendarType.Enum getCalendarType()Gets the "calendarType" attribute -
xgetCalendarType
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STCalendarType xgetCalendarType()Gets (as xml) the "calendarType" attribute -
isSetCalendarType
boolean isSetCalendarType()True if has "calendarType" attribute -
unsetCalendarType
void unsetCalendarType()Unsets the "calendarType" attribute
-