Class FeatFormulaErr2
java.lang.Object
org.apache.poi.hssf.record.common.FeatFormulaErr2
- All Implemented Interfaces:
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleanbooleanbooleanbooleanbooleanbooleanintbooleanvoidvoidsetCheckCalculationErrors(boolean checkCalculationErrors) voidsetCheckDateTimeFormats(boolean checkDateTimeFormats) voidsetCheckEmptyCellRef(boolean checkEmptyCellRef) voidsetCheckInconsistentFormulas(boolean checkInconsistentFormulas) voidsetCheckInconsistentRanges(boolean checkInconsistentRanges) voidsetCheckNumbersAsText(boolean checkNumbersAsText) voidsetCheckUnprotectedFormulas(boolean checkUnprotectedFormulas) voidsetPerformDataValidation(boolean performDataValidation) toString()
-
Constructor Details
-
FeatFormulaErr2
public FeatFormulaErr2() -
FeatFormulaErr2
-
-
Method Details
-
toString
- Specified by:
toStringin interfaceSharedFeature- Overrides:
toStringin classObject
-
serialize
- 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)
-