org.apache.poi.hssf.record.common
Class FeatFormulaErr2
java.lang.Object
org.apache.poi.hssf.record.common.FeatFormulaErr2
- All Implemented Interfaces:
- SharedFeature
public final class FeatFormulaErr2
- extends java.lang.Object
- implements SharedFeature
Title: FeatFormulaErr2 (Formula Evaluation Shared Feature) common record part
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FeatFormulaErr2
public FeatFormulaErr2()
FeatFormulaErr2
public FeatFormulaErr2(RecordInputStream in)
toString
public java.lang.String toString()
- Specified by:
toString
in interface SharedFeature
- Overrides:
toString
in class java.lang.Object
serialize
public void serialize(LittleEndianOutput out)
- Specified by:
serialize
in interface SharedFeature
getDataSize
public int getDataSize()
- Specified by:
getDataSize
in interface SharedFeature
_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)