Class IgnoredError
java.lang.Object
com.independentsoft.office.spreadsheet.IgnoredError
The Class IgnoredError.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the reference sequence.booleanChecks if is calculated column.booleanChecks if is empty cell reference.booleanChecks if is evaluation error.booleanChecks if is formula.booleanChecks if is formula range.booleanChecks if is list data validation.booleanChecks if is number stored as text.booleanChecks if is two digit text year.booleanChecks if is unlocked formula.voidsetCalculatedColumn(boolean calculatedColumn)Sets the calculated column.voidsetEmptyCellReference(boolean emptyCellReference)Sets the empty cell reference.voidsetEvaluationError(boolean evaluationError)Sets the evaluation error.voidsetFormula(boolean formula)Sets the formula.voidsetFormulaRange(boolean formulaRange)Sets the formula range.voidsetListDataValidation(boolean listDataValidation)Sets the list data validation.voidsetNumberStoredAsText(boolean numberStoredAsText)Sets the number stored as text.voidsetReferenceSequence(String referenceSequence)Sets the reference sequence.voidsetTwoDigitTextYear(boolean twoDigitTextYear)Sets the two digit text year.voidsetUnlockedFormula(boolean unlockedFormula)Sets the unlocked formula.toString()
-
Constructor Details
-
IgnoredError
public IgnoredError()Instantiates a new ignored error.
-
-
Method Details
-
clone
-
toString
-
isCalculatedColumn
public boolean isCalculatedColumn()Checks if is calculated column.- Returns:
- true, if is calculated column
-
setCalculatedColumn
public void setCalculatedColumn(boolean calculatedColumn)Sets the calculated column.- Parameters:
calculatedColumn- the new calculated column
-
isEmptyCellReference
public boolean isEmptyCellReference()Checks if is empty cell reference.- Returns:
- true, if is empty cell reference
-
setEmptyCellReference
public void setEmptyCellReference(boolean emptyCellReference)Sets the empty cell reference.- Parameters:
emptyCellReference- the new empty cell reference
-
isEvaluationError
public boolean isEvaluationError()Checks if is evaluation error.- Returns:
- true, if is evaluation error
-
setEvaluationError
public void setEvaluationError(boolean evaluationError)Sets the evaluation error.- Parameters:
evaluationError- the new evaluation error
-
isFormula
public boolean isFormula()Checks if is formula.- Returns:
- true, if is formula
-
setFormula
public void setFormula(boolean formula)Sets the formula.- Parameters:
formula- the new formula
-
isFormulaRange
public boolean isFormulaRange()Checks if is formula range.- Returns:
- true, if is formula range
-
setFormulaRange
public void setFormulaRange(boolean formulaRange)Sets the formula range.- Parameters:
formulaRange- the new formula range
-
isListDataValidation
public boolean isListDataValidation()Checks if is list data validation.- Returns:
- true, if is list data validation
-
setListDataValidation
public void setListDataValidation(boolean listDataValidation)Sets the list data validation.- Parameters:
listDataValidation- the new list data validation
-
isNumberStoredAsText
public boolean isNumberStoredAsText()Checks if is number stored as text.- Returns:
- true, if is number stored as text
-
setNumberStoredAsText
public void setNumberStoredAsText(boolean numberStoredAsText)Sets the number stored as text.- Parameters:
numberStoredAsText- the new number stored as text
-
getReferenceSequence
Gets the reference sequence.- Returns:
- the reference sequence
-
setReferenceSequence
Sets the reference sequence.- Parameters:
referenceSequence- the new reference sequence
-
isTwoDigitTextYear
public boolean isTwoDigitTextYear()Checks if is two digit text year.- Returns:
- true, if is two digit text year
-
setTwoDigitTextYear
public void setTwoDigitTextYear(boolean twoDigitTextYear)Sets the two digit text year.- Parameters:
twoDigitTextYear- the new two digit text year
-
isUnlockedFormula
public boolean isUnlockedFormula()Checks if is unlocked formula.- Returns:
- true, if is unlocked formula
-
setUnlockedFormula
public void setUnlockedFormula(boolean unlockedFormula)Sets the unlocked formula.- Parameters:
unlockedFormula- the new unlocked formula
-