Interface CTIgnoredError
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTIgnoredError extends XmlObject
An XML CT_IgnoredError(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTIgnoredError.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetCalculatedColumn()Gets the "calculatedColumn" attributebooleangetEmptyCellReference()Gets the "emptyCellReference" attributebooleangetEvalError()Gets the "evalError" attributebooleangetFormula()Gets the "formula" attributebooleangetFormulaRange()Gets the "formulaRange" attributebooleangetListDataValidation()Gets the "listDataValidation" attributebooleangetNumberStoredAsText()Gets the "numberStoredAsText" attributejava.util.ListgetSqref()Gets the "sqref" attributebooleangetTwoDigitTextYear()Gets the "twoDigitTextYear" attributebooleangetUnlockedFormula()Gets the "unlockedFormula" attributebooleanisSetCalculatedColumn()True if has "calculatedColumn" attributebooleanisSetEmptyCellReference()True if has "emptyCellReference" attributebooleanisSetEvalError()True if has "evalError" attributebooleanisSetFormula()True if has "formula" attributebooleanisSetFormulaRange()True if has "formulaRange" attributebooleanisSetListDataValidation()True if has "listDataValidation" attributebooleanisSetNumberStoredAsText()True if has "numberStoredAsText" attributebooleanisSetTwoDigitTextYear()True if has "twoDigitTextYear" attributebooleanisSetUnlockedFormula()True if has "unlockedFormula" attributevoidsetCalculatedColumn(boolean calculatedColumn)Sets the "calculatedColumn" attributevoidsetEmptyCellReference(boolean emptyCellReference)Sets the "emptyCellReference" attributevoidsetEvalError(boolean evalError)Sets the "evalError" attributevoidsetFormula(boolean formula)Sets the "formula" attributevoidsetFormulaRange(boolean formulaRange)Sets the "formulaRange" attributevoidsetListDataValidation(boolean listDataValidation)Sets the "listDataValidation" attributevoidsetNumberStoredAsText(boolean numberStoredAsText)Sets the "numberStoredAsText" attributevoidsetSqref(java.util.List sqref)Sets the "sqref" attributevoidsetTwoDigitTextYear(boolean twoDigitTextYear)Sets the "twoDigitTextYear" attributevoidsetUnlockedFormula(boolean unlockedFormula)Sets the "unlockedFormula" attributevoidunsetCalculatedColumn()Unsets the "calculatedColumn" attributevoidunsetEmptyCellReference()Unsets the "emptyCellReference" attributevoidunsetEvalError()Unsets the "evalError" attributevoidunsetFormula()Unsets the "formula" attributevoidunsetFormulaRange()Unsets the "formulaRange" attributevoidunsetListDataValidation()Unsets the "listDataValidation" attributevoidunsetNumberStoredAsText()Unsets the "numberStoredAsText" attributevoidunsetTwoDigitTextYear()Unsets the "twoDigitTextYear" attributevoidunsetUnlockedFormula()Unsets the "unlockedFormula" attributeXmlBooleanxgetCalculatedColumn()Gets (as xml) the "calculatedColumn" attributeXmlBooleanxgetEmptyCellReference()Gets (as xml) the "emptyCellReference" attributeXmlBooleanxgetEvalError()Gets (as xml) the "evalError" attributeXmlBooleanxgetFormula()Gets (as xml) the "formula" attributeXmlBooleanxgetFormulaRange()Gets (as xml) the "formulaRange" attributeXmlBooleanxgetListDataValidation()Gets (as xml) the "listDataValidation" attributeXmlBooleanxgetNumberStoredAsText()Gets (as xml) the "numberStoredAsText" attributeSTSqrefxgetSqref()Gets (as xml) the "sqref" attributeXmlBooleanxgetTwoDigitTextYear()Gets (as xml) the "twoDigitTextYear" attributeXmlBooleanxgetUnlockedFormula()Gets (as xml) the "unlockedFormula" attributevoidxsetCalculatedColumn(XmlBoolean calculatedColumn)Sets (as xml) the "calculatedColumn" attributevoidxsetEmptyCellReference(XmlBoolean emptyCellReference)Sets (as xml) the "emptyCellReference" attributevoidxsetEvalError(XmlBoolean evalError)Sets (as xml) the "evalError" attributevoidxsetFormula(XmlBoolean formula)Sets (as xml) the "formula" attributevoidxsetFormulaRange(XmlBoolean formulaRange)Sets (as xml) the "formulaRange" attributevoidxsetListDataValidation(XmlBoolean listDataValidation)Sets (as xml) the "listDataValidation" attributevoidxsetNumberStoredAsText(XmlBoolean numberStoredAsText)Sets (as xml) the "numberStoredAsText" attributevoidxsetSqref(STSqref sqref)Sets (as xml) the "sqref" attributevoidxsetTwoDigitTextYear(XmlBoolean twoDigitTextYear)Sets (as xml) the "twoDigitTextYear" attributevoidxsetUnlockedFormula(XmlBoolean unlockedFormula)Sets (as xml) the "unlockedFormula" attribute-
Methods 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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getSqref
java.util.List getSqref()
Gets the "sqref" attribute
-
xgetSqref
STSqref xgetSqref()
Gets (as xml) the "sqref" attribute
-
setSqref
void setSqref(java.util.List sqref)
Sets the "sqref" attribute
-
xsetSqref
void xsetSqref(STSqref sqref)
Sets (as xml) the "sqref" attribute
-
getEvalError
boolean getEvalError()
Gets the "evalError" attribute
-
xgetEvalError
XmlBoolean xgetEvalError()
Gets (as xml) the "evalError" attribute
-
isSetEvalError
boolean isSetEvalError()
True if has "evalError" attribute
-
setEvalError
void setEvalError(boolean evalError)
Sets the "evalError" attribute
-
xsetEvalError
void xsetEvalError(XmlBoolean evalError)
Sets (as xml) the "evalError" attribute
-
unsetEvalError
void unsetEvalError()
Unsets the "evalError" attribute
-
getTwoDigitTextYear
boolean getTwoDigitTextYear()
Gets the "twoDigitTextYear" attribute
-
xgetTwoDigitTextYear
XmlBoolean xgetTwoDigitTextYear()
Gets (as xml) the "twoDigitTextYear" attribute
-
isSetTwoDigitTextYear
boolean isSetTwoDigitTextYear()
True if has "twoDigitTextYear" attribute
-
setTwoDigitTextYear
void setTwoDigitTextYear(boolean twoDigitTextYear)
Sets the "twoDigitTextYear" attribute
-
xsetTwoDigitTextYear
void xsetTwoDigitTextYear(XmlBoolean twoDigitTextYear)
Sets (as xml) the "twoDigitTextYear" attribute
-
unsetTwoDigitTextYear
void unsetTwoDigitTextYear()
Unsets the "twoDigitTextYear" attribute
-
getNumberStoredAsText
boolean getNumberStoredAsText()
Gets the "numberStoredAsText" attribute
-
xgetNumberStoredAsText
XmlBoolean xgetNumberStoredAsText()
Gets (as xml) the "numberStoredAsText" attribute
-
isSetNumberStoredAsText
boolean isSetNumberStoredAsText()
True if has "numberStoredAsText" attribute
-
setNumberStoredAsText
void setNumberStoredAsText(boolean numberStoredAsText)
Sets the "numberStoredAsText" attribute
-
xsetNumberStoredAsText
void xsetNumberStoredAsText(XmlBoolean numberStoredAsText)
Sets (as xml) the "numberStoredAsText" attribute
-
unsetNumberStoredAsText
void unsetNumberStoredAsText()
Unsets the "numberStoredAsText" attribute
-
getFormula
boolean getFormula()
Gets the "formula" attribute
-
xgetFormula
XmlBoolean xgetFormula()
Gets (as xml) the "formula" attribute
-
isSetFormula
boolean isSetFormula()
True if has "formula" attribute
-
setFormula
void setFormula(boolean formula)
Sets the "formula" attribute
-
xsetFormula
void xsetFormula(XmlBoolean formula)
Sets (as xml) the "formula" attribute
-
unsetFormula
void unsetFormula()
Unsets the "formula" attribute
-
getFormulaRange
boolean getFormulaRange()
Gets the "formulaRange" attribute
-
xgetFormulaRange
XmlBoolean xgetFormulaRange()
Gets (as xml) the "formulaRange" attribute
-
isSetFormulaRange
boolean isSetFormulaRange()
True if has "formulaRange" attribute
-
setFormulaRange
void setFormulaRange(boolean formulaRange)
Sets the "formulaRange" attribute
-
xsetFormulaRange
void xsetFormulaRange(XmlBoolean formulaRange)
Sets (as xml) the "formulaRange" attribute
-
unsetFormulaRange
void unsetFormulaRange()
Unsets the "formulaRange" attribute
-
getUnlockedFormula
boolean getUnlockedFormula()
Gets the "unlockedFormula" attribute
-
xgetUnlockedFormula
XmlBoolean xgetUnlockedFormula()
Gets (as xml) the "unlockedFormula" attribute
-
isSetUnlockedFormula
boolean isSetUnlockedFormula()
True if has "unlockedFormula" attribute
-
setUnlockedFormula
void setUnlockedFormula(boolean unlockedFormula)
Sets the "unlockedFormula" attribute
-
xsetUnlockedFormula
void xsetUnlockedFormula(XmlBoolean unlockedFormula)
Sets (as xml) the "unlockedFormula" attribute
-
unsetUnlockedFormula
void unsetUnlockedFormula()
Unsets the "unlockedFormula" attribute
-
getEmptyCellReference
boolean getEmptyCellReference()
Gets the "emptyCellReference" attribute
-
xgetEmptyCellReference
XmlBoolean xgetEmptyCellReference()
Gets (as xml) the "emptyCellReference" attribute
-
isSetEmptyCellReference
boolean isSetEmptyCellReference()
True if has "emptyCellReference" attribute
-
setEmptyCellReference
void setEmptyCellReference(boolean emptyCellReference)
Sets the "emptyCellReference" attribute
-
xsetEmptyCellReference
void xsetEmptyCellReference(XmlBoolean emptyCellReference)
Sets (as xml) the "emptyCellReference" attribute
-
unsetEmptyCellReference
void unsetEmptyCellReference()
Unsets the "emptyCellReference" attribute
-
getListDataValidation
boolean getListDataValidation()
Gets the "listDataValidation" attribute
-
xgetListDataValidation
XmlBoolean xgetListDataValidation()
Gets (as xml) the "listDataValidation" attribute
-
isSetListDataValidation
boolean isSetListDataValidation()
True if has "listDataValidation" attribute
-
setListDataValidation
void setListDataValidation(boolean listDataValidation)
Sets the "listDataValidation" attribute
-
xsetListDataValidation
void xsetListDataValidation(XmlBoolean listDataValidation)
Sets (as xml) the "listDataValidation" attribute
-
unsetListDataValidation
void unsetListDataValidation()
Unsets the "listDataValidation" attribute
-
getCalculatedColumn
boolean getCalculatedColumn()
Gets the "calculatedColumn" attribute
-
xgetCalculatedColumn
XmlBoolean xgetCalculatedColumn()
Gets (as xml) the "calculatedColumn" attribute
-
isSetCalculatedColumn
boolean isSetCalculatedColumn()
True if has "calculatedColumn" attribute
-
setCalculatedColumn
void setCalculatedColumn(boolean calculatedColumn)
Sets the "calculatedColumn" attribute
-
xsetCalculatedColumn
void xsetCalculatedColumn(XmlBoolean calculatedColumn)
Sets (as xml) the "calculatedColumn" attribute
-
unsetCalculatedColumn
void unsetCalculatedColumn()
Unsets the "calculatedColumn" attribute
-
-