public final class FeatFormulaErr2 extends java.lang.Object implements SharedFeature
This record part specifies Formula Evaluation & Error Ignoring data
for a sheet, stored as part of a Shared Feature. It can be found in
records such as FeatRecord
.
For the full meanings of the flags, see pages 669 and 670
of the Excel binary file format documentation and/or
https://msdn.microsoft.com/en-us/library/dd924991%28v=office.12%29.aspx
Constructor and Description |
---|
FeatFormulaErr2() |
FeatFormulaErr2(FeatFormulaErr2 other) |
FeatFormulaErr2(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
int |
_getRawErrorCheckValue() |
FeatFormulaErr2 |
copy() |
boolean |
getCheckCalculationErrors() |
boolean |
getCheckDateTimeFormats() |
boolean |
getCheckEmptyCellRef() |
boolean |
getCheckInconsistentFormulas() |
boolean |
getCheckInconsistentRanges() |
boolean |
getCheckNumbersAsText() |
boolean |
getCheckUnprotectedFormulas() |
int |
getDataSize() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
boolean |
getPerformDataValidation() |
void |
serialize(LittleEndianOutput out) |
void |
setCheckCalculationErrors(boolean checkCalculationErrors) |
void |
setCheckDateTimeFormats(boolean checkDateTimeFormats) |
void |
setCheckEmptyCellRef(boolean checkEmptyCellRef) |
void |
setCheckInconsistentFormulas(boolean checkInconsistentFormulas) |
void |
setCheckInconsistentRanges(boolean checkInconsistentRanges) |
void |
setCheckNumbersAsText(boolean checkNumbersAsText) |
void |
setCheckUnprotectedFormulas(boolean checkUnprotectedFormulas) |
void |
setPerformDataValidation(boolean performDataValidation) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericRecordType
public FeatFormulaErr2()
public FeatFormulaErr2(FeatFormulaErr2 other)
public FeatFormulaErr2(RecordInputStream in)
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
public java.lang.String toString()
toString
in interface SharedFeature
toString
in class java.lang.Object
public void serialize(LittleEndianOutput out)
serialize
in interface SharedFeature
public int getDataSize()
getDataSize
in interface SharedFeature
public int _getRawErrorCheckValue()
public boolean getCheckCalculationErrors()
public void setCheckCalculationErrors(boolean checkCalculationErrors)
public boolean getCheckEmptyCellRef()
public void setCheckEmptyCellRef(boolean checkEmptyCellRef)
public boolean getCheckNumbersAsText()
public void setCheckNumbersAsText(boolean checkNumbersAsText)
public boolean getCheckInconsistentRanges()
public void setCheckInconsistentRanges(boolean checkInconsistentRanges)
public boolean getCheckInconsistentFormulas()
public void setCheckInconsistentFormulas(boolean checkInconsistentFormulas)
public boolean getCheckDateTimeFormats()
public void setCheckDateTimeFormats(boolean checkDateTimeFormats)
public boolean getCheckUnprotectedFormulas()
public void setCheckUnprotectedFormulas(boolean checkUnprotectedFormulas)
public boolean getPerformDataValidation()
public void setPerformDataValidation(boolean performDataValidation)
public FeatFormulaErr2 copy()
copy
in interface SharedFeature
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.