Interface CTSortState
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SortState(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTSortState> 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 "sortCondition" elementbooleanGets the "caseSensitive" attributebooleanGets the "columnSort" attributeGets the "extLst" elementgetRef()Gets the "ref" attributeGets array of all "sortCondition" elementsgetSortConditionArray(int i) Gets ith "sortCondition" elementGets a List of "sortCondition" elementsGets the "sortMethod" attributeinsertNewSortCondition(int i) Inserts and returns a new empty value (as xml) as the ith "sortCondition" elementbooleanTrue if has "caseSensitive" attributebooleanTrue if has "columnSort" attributebooleanTrue if has "extLst" elementbooleanTrue if has "sortMethod" attributevoidremoveSortCondition(int i) Removes the ith "sortCondition" elementvoidsetCaseSensitive(boolean caseSensitive) Sets the "caseSensitive" attributevoidsetColumnSort(boolean columnSort) Sets the "columnSort" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidSets the "ref" attributevoidsetSortConditionArray(int i, CTSortCondition sortCondition) Sets ith "sortCondition" elementvoidsetSortConditionArray(CTSortCondition[] sortConditionArray) Sets array of all "sortCondition" elementvoidsetSortMethod(STSortMethod.Enum sortMethod) Sets the "sortMethod" attributeintReturns number of "sortCondition" elementvoidUnsets the "caseSensitive" attributevoidUnsets the "columnSort" attributevoidUnsets the "extLst" elementvoidUnsets the "sortMethod" attributeGets (as xml) the "caseSensitive" attributeGets (as xml) the "columnSort" attributexgetRef()Gets (as xml) the "ref" attributeGets (as xml) the "sortMethod" attributevoidxsetCaseSensitive(XmlBoolean caseSensitive) Sets (as xml) the "caseSensitive" attributevoidxsetColumnSort(XmlBoolean columnSort) Sets (as xml) the "columnSort" attributevoidSets (as xml) the "ref" attributevoidxsetSortMethod(STSortMethod sortMethod) Sets (as xml) the "sortMethod" 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
-
getSortConditionList
List<CTSortCondition> getSortConditionList()Gets a List of "sortCondition" elements -
getSortConditionArray
CTSortCondition[] getSortConditionArray()Gets array of all "sortCondition" elements -
getSortConditionArray
Gets ith "sortCondition" element -
sizeOfSortConditionArray
int sizeOfSortConditionArray()Returns number of "sortCondition" element -
setSortConditionArray
Sets array of all "sortCondition" element -
setSortConditionArray
Sets ith "sortCondition" element -
insertNewSortCondition
Inserts and returns a new empty value (as xml) as the ith "sortCondition" element -
addNewSortCondition
CTSortCondition addNewSortCondition()Appends and returns a new empty value (as xml) as the last "sortCondition" element -
removeSortCondition
void removeSortCondition(int i) Removes the ith "sortCondition" 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 -
getColumnSort
boolean getColumnSort()Gets the "columnSort" attribute -
xgetColumnSort
XmlBoolean xgetColumnSort()Gets (as xml) the "columnSort" attribute -
isSetColumnSort
boolean isSetColumnSort()True if has "columnSort" attribute -
setColumnSort
void setColumnSort(boolean columnSort) Sets the "columnSort" attribute -
xsetColumnSort
Sets (as xml) the "columnSort" attribute -
unsetColumnSort
void unsetColumnSort()Unsets the "columnSort" attribute -
getCaseSensitive
boolean getCaseSensitive()Gets the "caseSensitive" attribute -
xgetCaseSensitive
XmlBoolean xgetCaseSensitive()Gets (as xml) the "caseSensitive" attribute -
isSetCaseSensitive
boolean isSetCaseSensitive()True if has "caseSensitive" attribute -
setCaseSensitive
void setCaseSensitive(boolean caseSensitive) Sets the "caseSensitive" attribute -
xsetCaseSensitive
Sets (as xml) the "caseSensitive" attribute -
unsetCaseSensitive
void unsetCaseSensitive()Unsets the "caseSensitive" attribute -
getSortMethod
STSortMethod.Enum getSortMethod()Gets the "sortMethod" attribute -
xgetSortMethod
STSortMethod xgetSortMethod()Gets (as xml) the "sortMethod" attribute -
isSetSortMethod
boolean isSetSortMethod()True if has "sortMethod" attribute -
setSortMethod
Sets the "sortMethod" attribute -
xsetSortMethod
Sets (as xml) the "sortMethod" attribute -
unsetSortMethod
void unsetSortMethod()Unsets the "sortMethod" attribute -
getRef
String getRef()Gets the "ref" attribute -
xgetRef
STRef xgetRef()Gets (as xml) the "ref" attribute -
setRef
Sets the "ref" attribute -
xsetRef
Sets (as xml) the "ref" attribute
-