Interface CTDataValidations
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DataValidations(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTDataValidations> 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 "dataValidation" elementlonggetCount()Gets the "count" attributeGets array of all "dataValidation" elementsgetDataValidationArray(int i) Gets ith "dataValidation" elementGets a List of "dataValidation" elementsbooleanGets the "disablePrompts" attributelongGets the "xWindow" attributelongGets the "yWindow" attributeinsertNewDataValidation(int i) Inserts and returns a new empty value (as xml) as the ith "dataValidation" elementbooleanTrue if has "count" attributebooleanTrue if has "disablePrompts" attributebooleanTrue if has "xWindow" attributebooleanTrue if has "yWindow" attributevoidremoveDataValidation(int i) Removes the ith "dataValidation" elementvoidsetCount(long count) Sets the "count" attributevoidsetDataValidationArray(int i, CTDataValidation dataValidation) Sets ith "dataValidation" elementvoidsetDataValidationArray(CTDataValidation[] dataValidationArray) Sets array of all "dataValidation" elementvoidsetDisablePrompts(boolean disablePrompts) Sets the "disablePrompts" attributevoidsetXWindow(long xWindow) Sets the "xWindow" attributevoidsetYWindow(long yWindow) Sets the "yWindow" attributeintReturns number of "dataValidation" elementvoidUnsets the "count" attributevoidUnsets the "disablePrompts" attributevoidUnsets the "xWindow" attributevoidUnsets the "yWindow" attributeGets (as xml) the "count" attributeGets (as xml) the "disablePrompts" attributeGets (as xml) the "xWindow" attributeGets (as xml) the "yWindow" attributevoidxsetCount(XmlUnsignedInt count) Sets (as xml) the "count" attributevoidxsetDisablePrompts(XmlBoolean disablePrompts) Sets (as xml) the "disablePrompts" attributevoidxsetXWindow(XmlUnsignedInt xWindow) Sets (as xml) the "xWindow" attributevoidxsetYWindow(XmlUnsignedInt yWindow) Sets (as xml) the "yWindow" 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
-
getDataValidationList
List<CTDataValidation> getDataValidationList()Gets a List of "dataValidation" elements -
getDataValidationArray
CTDataValidation[] getDataValidationArray()Gets array of all "dataValidation" elements -
getDataValidationArray
Gets ith "dataValidation" element -
sizeOfDataValidationArray
int sizeOfDataValidationArray()Returns number of "dataValidation" element -
setDataValidationArray
Sets array of all "dataValidation" element -
setDataValidationArray
Sets ith "dataValidation" element -
insertNewDataValidation
Inserts and returns a new empty value (as xml) as the ith "dataValidation" element -
addNewDataValidation
CTDataValidation addNewDataValidation()Appends and returns a new empty value (as xml) as the last "dataValidation" element -
removeDataValidation
void removeDataValidation(int i) Removes the ith "dataValidation" element -
getDisablePrompts
boolean getDisablePrompts()Gets the "disablePrompts" attribute -
xgetDisablePrompts
XmlBoolean xgetDisablePrompts()Gets (as xml) the "disablePrompts" attribute -
isSetDisablePrompts
boolean isSetDisablePrompts()True if has "disablePrompts" attribute -
setDisablePrompts
void setDisablePrompts(boolean disablePrompts) Sets the "disablePrompts" attribute -
xsetDisablePrompts
Sets (as xml) the "disablePrompts" attribute -
unsetDisablePrompts
void unsetDisablePrompts()Unsets the "disablePrompts" attribute -
getXWindow
long getXWindow()Gets the "xWindow" attribute -
xgetXWindow
XmlUnsignedInt xgetXWindow()Gets (as xml) the "xWindow" attribute -
isSetXWindow
boolean isSetXWindow()True if has "xWindow" attribute -
setXWindow
void setXWindow(long xWindow) Sets the "xWindow" attribute -
xsetXWindow
Sets (as xml) the "xWindow" attribute -
unsetXWindow
void unsetXWindow()Unsets the "xWindow" attribute -
getYWindow
long getYWindow()Gets the "yWindow" attribute -
xgetYWindow
XmlUnsignedInt xgetYWindow()Gets (as xml) the "yWindow" attribute -
isSetYWindow
boolean isSetYWindow()True if has "yWindow" attribute -
setYWindow
void setYWindow(long yWindow) Sets the "yWindow" attribute -
xsetYWindow
Sets (as xml) the "yWindow" attribute -
unsetYWindow
void unsetYWindow()Unsets the "yWindow" attribute -
getCount
long getCount()Gets the "count" attribute -
xgetCount
XmlUnsignedInt xgetCount()Gets (as xml) the "count" attribute -
isSetCount
boolean isSetCount()True if has "count" attribute -
setCount
void setCount(long count) Sets the "count" attribute -
xsetCount
Sets (as xml) the "count" attribute -
unsetCount
void unsetCount()Unsets the "count" attribute
-