Interface CTDataValidation
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DataValidation(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTDataValidation> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the "allowBlank" attributegetError()Gets the "error" attributeGets the "errorStyle" attributeGets the "errorTitle" attributeGets the "formula1" elementGets the "formula2" elementGets the "imeMode" attributeGets the "operator" attributeGets the "prompt" attributeGets the "promptTitle" attributebooleanGets the "showDropDown" attributebooleanGets the "showErrorMessage" attributebooleanGets the "showInputMessage" attributegetSqref()Gets the "sqref" attributegetType()Gets the "type" attributebooleanTrue if has "allowBlank" attributebooleanTrue if has "error" attributebooleanTrue if has "errorStyle" attributebooleanTrue if has "errorTitle" attributebooleanTrue if has "formula1" elementbooleanTrue if has "formula2" elementbooleanTrue if has "imeMode" attributebooleanTrue if has "operator" attributebooleanTrue if has "prompt" attributebooleanTrue if has "promptTitle" attributebooleanTrue if has "showDropDown" attributebooleanTrue if has "showErrorMessage" attributebooleanTrue if has "showInputMessage" attributebooleanTrue if has "type" attributevoidsetAllowBlank(boolean allowBlank) Sets the "allowBlank" attributevoidSets the "error" attributevoidsetErrorStyle(STDataValidationErrorStyle.Enum errorStyle) Sets the "errorStyle" attributevoidsetErrorTitle(String errorTitle) Sets the "errorTitle" attributevoidsetFormula1(String formula1) Sets the "formula1" elementvoidsetFormula2(String formula2) Sets the "formula2" elementvoidsetImeMode(STDataValidationImeMode.Enum imeMode) Sets the "imeMode" attributevoidsetOperator(STDataValidationOperator.Enum operator) Sets the "operator" attributevoidSets the "prompt" attributevoidsetPromptTitle(String promptTitle) Sets the "promptTitle" attributevoidsetShowDropDown(boolean showDropDown) Sets the "showDropDown" attributevoidsetShowErrorMessage(boolean showErrorMessage) Sets the "showErrorMessage" attributevoidsetShowInputMessage(boolean showInputMessage) Sets the "showInputMessage" attributevoidSets the "sqref" attributevoidSets the "type" attributevoidUnsets the "allowBlank" attributevoidUnsets the "error" attributevoidUnsets the "errorStyle" attributevoidUnsets the "errorTitle" attributevoidUnsets the "formula1" elementvoidUnsets the "formula2" elementvoidUnsets the "imeMode" attributevoidUnsets the "operator" attributevoidUnsets the "prompt" attributevoidUnsets the "promptTitle" attributevoidUnsets the "showDropDown" attributevoidUnsets the "showErrorMessage" attributevoidUnsets the "showInputMessage" attributevoidUnsets the "type" attributeGets (as xml) the "allowBlank" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "error" attributeGets (as xml) the "errorStyle" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "errorTitle" attributeGets (as xml) the "formula1" elementGets (as xml) the "formula2" elementGets (as xml) the "imeMode" attributeGets (as xml) the "operator" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "prompt" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "promptTitle" attributeGets (as xml) the "showDropDown" attributeGets (as xml) the "showErrorMessage" attributeGets (as xml) the "showInputMessage" attributeGets (as xml) the "sqref" attributexgetType()Gets (as xml) the "type" attributevoidxsetAllowBlank(XmlBoolean allowBlank) Sets (as xml) the "allowBlank" attributevoidxsetError(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring error) Sets (as xml) the "error" attributevoidxsetErrorStyle(STDataValidationErrorStyle errorStyle) Sets (as xml) the "errorStyle" attributevoidxsetErrorTitle(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring errorTitle) Sets (as xml) the "errorTitle" attributevoidxsetFormula1(STFormula formula1) Sets (as xml) the "formula1" elementvoidxsetFormula2(STFormula formula2) Sets (as xml) the "formula2" elementvoidxsetImeMode(STDataValidationImeMode imeMode) Sets (as xml) the "imeMode" attributevoidxsetOperator(STDataValidationOperator operator) Sets (as xml) the "operator" attributevoidxsetPrompt(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring prompt) Sets (as xml) the "prompt" attributevoidxsetPromptTitle(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring promptTitle) Sets (as xml) the "promptTitle" attributevoidxsetShowDropDown(XmlBoolean showDropDown) Sets (as xml) the "showDropDown" attributevoidxsetShowErrorMessage(XmlBoolean showErrorMessage) Sets (as xml) the "showErrorMessage" attributevoidxsetShowInputMessage(XmlBoolean showInputMessage) Sets (as xml) the "showInputMessage" attributevoidSets (as xml) the "sqref" attributevoidxsetType(STDataValidationType type) Sets (as xml) the "type" 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
-
getFormula1
String getFormula1()Gets the "formula1" element -
xgetFormula1
STFormula xgetFormula1()Gets (as xml) the "formula1" element -
isSetFormula1
boolean isSetFormula1()True if has "formula1" element -
setFormula1
Sets the "formula1" element -
xsetFormula1
Sets (as xml) the "formula1" element -
unsetFormula1
void unsetFormula1()Unsets the "formula1" element -
getFormula2
String getFormula2()Gets the "formula2" element -
xgetFormula2
STFormula xgetFormula2()Gets (as xml) the "formula2" element -
isSetFormula2
boolean isSetFormula2()True if has "formula2" element -
setFormula2
Sets the "formula2" element -
xsetFormula2
Sets (as xml) the "formula2" element -
unsetFormula2
void unsetFormula2()Unsets the "formula2" element -
getType
STDataValidationType.Enum getType()Gets the "type" attribute -
xgetType
STDataValidationType xgetType()Gets (as xml) the "type" attribute -
isSetType
boolean isSetType()True if has "type" attribute -
setType
Sets the "type" attribute -
xsetType
Sets (as xml) the "type" attribute -
unsetType
void unsetType()Unsets the "type" attribute -
getErrorStyle
STDataValidationErrorStyle.Enum getErrorStyle()Gets the "errorStyle" attribute -
xgetErrorStyle
STDataValidationErrorStyle xgetErrorStyle()Gets (as xml) the "errorStyle" attribute -
isSetErrorStyle
boolean isSetErrorStyle()True if has "errorStyle" attribute -
setErrorStyle
Sets the "errorStyle" attribute -
xsetErrorStyle
Sets (as xml) the "errorStyle" attribute -
unsetErrorStyle
void unsetErrorStyle()Unsets the "errorStyle" attribute -
getImeMode
STDataValidationImeMode.Enum getImeMode()Gets the "imeMode" attribute -
xgetImeMode
STDataValidationImeMode xgetImeMode()Gets (as xml) the "imeMode" attribute -
isSetImeMode
boolean isSetImeMode()True if has "imeMode" attribute -
setImeMode
Sets the "imeMode" attribute -
xsetImeMode
Sets (as xml) the "imeMode" attribute -
unsetImeMode
void unsetImeMode()Unsets the "imeMode" attribute -
getOperator
STDataValidationOperator.Enum getOperator()Gets the "operator" attribute -
xgetOperator
STDataValidationOperator xgetOperator()Gets (as xml) the "operator" attribute -
isSetOperator
boolean isSetOperator()True if has "operator" attribute -
setOperator
Sets the "operator" attribute -
xsetOperator
Sets (as xml) the "operator" attribute -
unsetOperator
void unsetOperator()Unsets the "operator" attribute -
getAllowBlank
boolean getAllowBlank()Gets the "allowBlank" attribute -
xgetAllowBlank
XmlBoolean xgetAllowBlank()Gets (as xml) the "allowBlank" attribute -
isSetAllowBlank
boolean isSetAllowBlank()True if has "allowBlank" attribute -
setAllowBlank
void setAllowBlank(boolean allowBlank) Sets the "allowBlank" attribute -
xsetAllowBlank
Sets (as xml) the "allowBlank" attribute -
unsetAllowBlank
void unsetAllowBlank()Unsets the "allowBlank" attribute -
getShowDropDown
boolean getShowDropDown()Gets the "showDropDown" attribute -
xgetShowDropDown
XmlBoolean xgetShowDropDown()Gets (as xml) the "showDropDown" attribute -
isSetShowDropDown
boolean isSetShowDropDown()True if has "showDropDown" attribute -
setShowDropDown
void setShowDropDown(boolean showDropDown) Sets the "showDropDown" attribute -
xsetShowDropDown
Sets (as xml) the "showDropDown" attribute -
unsetShowDropDown
void unsetShowDropDown()Unsets the "showDropDown" attribute -
getShowInputMessage
boolean getShowInputMessage()Gets the "showInputMessage" attribute -
xgetShowInputMessage
XmlBoolean xgetShowInputMessage()Gets (as xml) the "showInputMessage" attribute -
isSetShowInputMessage
boolean isSetShowInputMessage()True if has "showInputMessage" attribute -
setShowInputMessage
void setShowInputMessage(boolean showInputMessage) Sets the "showInputMessage" attribute -
xsetShowInputMessage
Sets (as xml) the "showInputMessage" attribute -
unsetShowInputMessage
void unsetShowInputMessage()Unsets the "showInputMessage" attribute -
getShowErrorMessage
boolean getShowErrorMessage()Gets the "showErrorMessage" attribute -
xgetShowErrorMessage
XmlBoolean xgetShowErrorMessage()Gets (as xml) the "showErrorMessage" attribute -
isSetShowErrorMessage
boolean isSetShowErrorMessage()True if has "showErrorMessage" attribute -
setShowErrorMessage
void setShowErrorMessage(boolean showErrorMessage) Sets the "showErrorMessage" attribute -
xsetShowErrorMessage
Sets (as xml) the "showErrorMessage" attribute -
unsetShowErrorMessage
void unsetShowErrorMessage()Unsets the "showErrorMessage" attribute -
getErrorTitle
String getErrorTitle()Gets the "errorTitle" attribute -
xgetErrorTitle
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetErrorTitle()Gets (as xml) the "errorTitle" attribute -
isSetErrorTitle
boolean isSetErrorTitle()True if has "errorTitle" attribute -
setErrorTitle
Sets the "errorTitle" attribute -
unsetErrorTitle
void unsetErrorTitle()Unsets the "errorTitle" attribute -
getError
String getError()Gets the "error" attribute -
xgetError
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetError()Gets (as xml) the "error" attribute -
isSetError
boolean isSetError()True if has "error" attribute -
setError
Sets the "error" attribute -
unsetError
void unsetError()Unsets the "error" attribute -
getPromptTitle
String getPromptTitle()Gets the "promptTitle" attribute -
xgetPromptTitle
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetPromptTitle()Gets (as xml) the "promptTitle" attribute -
isSetPromptTitle
boolean isSetPromptTitle()True if has "promptTitle" attribute -
setPromptTitle
Sets the "promptTitle" attribute -
unsetPromptTitle
void unsetPromptTitle()Unsets the "promptTitle" attribute -
getPrompt
String getPrompt()Gets the "prompt" attribute -
xgetPrompt
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetPrompt()Gets (as xml) the "prompt" attribute -
isSetPrompt
boolean isSetPrompt()True if has "prompt" attribute -
setPrompt
Sets the "prompt" attribute -
unsetPrompt
void unsetPrompt()Unsets the "prompt" attribute -
getSqref
List getSqref()Gets the "sqref" attribute -
xgetSqref
STSqref xgetSqref()Gets (as xml) the "sqref" attribute -
setSqref
Sets the "sqref" attribute -
xsetSqref
Sets (as xml) the "sqref" attribute
-