Package org.xlsx4j.sml
Class CTIgnoredError
java.lang.Object
org.xlsx4j.sml.CTIgnoredError
- All Implemented Interfaces:
Child
Java class for CT_IgnoredError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_IgnoredError">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="sqref" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Sqref" />
<attribute name="evalError" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="twoDigitTextYear" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="numberStoredAsText" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="formula" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="formulaRange" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="unlockedFormula" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="emptyCellReference" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="listDataValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="calculatedColumn" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the parent object in the object tree representing the unmarshalled xml document.getSqref()Gets the value of the sqref property.booleanGets the value of the calculatedColumn property.booleanGets the value of the emptyCellReference property.booleanGets the value of the evalError property.booleanGets the value of the formula property.booleanGets the value of the formulaRange property.booleanGets the value of the listDataValidation property.booleanGets the value of the numberStoredAsText property.booleanGets the value of the twoDigitTextYear property.booleanGets the value of the unlockedFormula property.voidsetCalculatedColumn(Boolean value) Sets the value of the calculatedColumn property.voidsetEmptyCellReference(Boolean value) Sets the value of the emptyCellReference property.voidsetEvalError(Boolean value) Sets the value of the evalError property.voidsetFormula(Boolean value) Sets the value of the formula property.voidsetFormulaRange(Boolean value) Sets the value of the formulaRange property.voidsetListDataValidation(Boolean value) Sets the value of the listDataValidation property.voidsetNumberStoredAsText(Boolean value) Sets the value of the numberStoredAsText property.voidvoidsetTwoDigitTextYear(Boolean value) Sets the value of the twoDigitTextYear property.voidsetUnlockedFormula(Boolean value) Sets the value of the unlockedFormula property.
-
Field Details
-
sqref
-
evalError
-
twoDigitTextYear
-
numberStoredAsText
-
formula
-
formulaRange
-
unlockedFormula
-
emptyCellReference
-
listDataValidation
-
calculatedColumn
-
-
Constructor Details
-
CTIgnoredError
public CTIgnoredError()
-
-
Method Details
-
getSqref
Gets the value of the sqref property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the sqref property.For example, to add a new item, do as follows:
getSqref().add(newItem);Objects of the following type(s) are allowed in the list
String -
isEvalError
public boolean isEvalError()Gets the value of the evalError property.- Returns:
- possible object is
Boolean
-
setEvalError
Sets the value of the evalError property.- Parameters:
value- allowed object isBoolean
-
isTwoDigitTextYear
public boolean isTwoDigitTextYear()Gets the value of the twoDigitTextYear property.- Returns:
- possible object is
Boolean
-
setTwoDigitTextYear
Sets the value of the twoDigitTextYear property.- Parameters:
value- allowed object isBoolean
-
isNumberStoredAsText
public boolean isNumberStoredAsText()Gets the value of the numberStoredAsText property.- Returns:
- possible object is
Boolean
-
setNumberStoredAsText
Sets the value of the numberStoredAsText property.- Parameters:
value- allowed object isBoolean
-
isFormula
public boolean isFormula()Gets the value of the formula property.- Returns:
- possible object is
Boolean
-
setFormula
Sets the value of the formula property.- Parameters:
value- allowed object isBoolean
-
isFormulaRange
public boolean isFormulaRange()Gets the value of the formulaRange property.- Returns:
- possible object is
Boolean
-
setFormulaRange
Sets the value of the formulaRange property.- Parameters:
value- allowed object isBoolean
-
isUnlockedFormula
public boolean isUnlockedFormula()Gets the value of the unlockedFormula property.- Returns:
- possible object is
Boolean
-
setUnlockedFormula
Sets the value of the unlockedFormula property.- Parameters:
value- allowed object isBoolean
-
isEmptyCellReference
public boolean isEmptyCellReference()Gets the value of the emptyCellReference property.- Returns:
- possible object is
Boolean
-
setEmptyCellReference
Sets the value of the emptyCellReference property.- Parameters:
value- allowed object isBoolean
-
isListDataValidation
public boolean isListDataValidation()Gets the value of the listDataValidation property.- Returns:
- possible object is
Boolean
-
setListDataValidation
Sets the value of the listDataValidation property.- Parameters:
value- allowed object isBoolean
-
isCalculatedColumn
public boolean isCalculatedColumn()Gets the value of the calculatedColumn property.- Returns:
- possible object is
Boolean
-
setCalculatedColumn
Sets the value of the calculatedColumn property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-