Class FeatFormulaErr2
- java.lang.Object
-
- org.apache.poi.hssf.record.common.FeatFormulaErr2
-
- All Implemented Interfaces:
GenericRecord,SharedFeature
public final class FeatFormulaErr2 extends Object implements SharedFeature
Title: FeatFormulaErr2 (Formula Evaluation Shared Feature) common record partThis 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 Summary
Constructors Constructor Description FeatFormulaErr2()FeatFormulaErr2(FeatFormulaErr2 other)FeatFormulaErr2(RecordInputStream in)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Constructor Detail
-
FeatFormulaErr2
public FeatFormulaErr2()
-
FeatFormulaErr2
public FeatFormulaErr2(FeatFormulaErr2 other)
-
FeatFormulaErr2
public FeatFormulaErr2(RecordInputStream in)
-
-
Method Detail
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
toString
public String toString()
- Specified by:
toStringin interfaceSharedFeature- Overrides:
toStringin classObject
-
serialize
public void serialize(LittleEndianOutput out)
- Specified by:
serializein interfaceSharedFeature
-
getDataSize
public int getDataSize()
- Specified by:
getDataSizein interfaceSharedFeature
-
_getRawErrorCheckValue
public int _getRawErrorCheckValue()
-
getCheckCalculationErrors
public boolean getCheckCalculationErrors()
-
setCheckCalculationErrors
public void setCheckCalculationErrors(boolean checkCalculationErrors)
-
getCheckEmptyCellRef
public boolean getCheckEmptyCellRef()
-
setCheckEmptyCellRef
public void setCheckEmptyCellRef(boolean checkEmptyCellRef)
-
getCheckNumbersAsText
public boolean getCheckNumbersAsText()
-
setCheckNumbersAsText
public void setCheckNumbersAsText(boolean checkNumbersAsText)
-
getCheckInconsistentRanges
public boolean getCheckInconsistentRanges()
-
setCheckInconsistentRanges
public void setCheckInconsistentRanges(boolean checkInconsistentRanges)
-
getCheckInconsistentFormulas
public boolean getCheckInconsistentFormulas()
-
setCheckInconsistentFormulas
public void setCheckInconsistentFormulas(boolean checkInconsistentFormulas)
-
getCheckDateTimeFormats
public boolean getCheckDateTimeFormats()
-
setCheckDateTimeFormats
public void setCheckDateTimeFormats(boolean checkDateTimeFormats)
-
getCheckUnprotectedFormulas
public boolean getCheckUnprotectedFormulas()
-
setCheckUnprotectedFormulas
public void setCheckUnprotectedFormulas(boolean checkUnprotectedFormulas)
-
getPerformDataValidation
public boolean getPerformDataValidation()
-
setPerformDataValidation
public void setPerformDataValidation(boolean performDataValidation)
-
copy
public FeatFormulaErr2 copy()
- Specified by:
copyin interfaceSharedFeature
-
-