Uses of Enum Class
org.apache.poi.ss.usermodel.IgnoredErrorType
Packages that use IgnoredErrorType
Package
Description
-
Uses of IgnoredErrorType in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return IgnoredErrorTypeModifier and TypeMethodDescriptionstatic IgnoredErrorTypeReturns the enum constant of this class with the specified name.static IgnoredErrorType[]IgnoredErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IgnoredErrorType in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return types with arguments of type IgnoredErrorTypeModifier and TypeMethodDescriptionXSSFSheet.getIgnoredErrors()Returns the errors currently being ignored and the ranges where they are ignored.Methods in org.apache.poi.xssf.usermodel with parameters of type IgnoredErrorTypeModifier and TypeMethodDescriptionvoidXSSFSheet.addIgnoredErrors(CellRangeAddress region, IgnoredErrorType... ignoredErrorTypes) Ignore errors across a range of cells.voidXSSFSheet.addIgnoredErrors(CellReference cell, IgnoredErrorType... ignoredErrorTypes) Add ignored errors (usually to suppress them in the UI of a consuming application). -
Uses of IgnoredErrorType in org.apache.poi.xssf.usermodel.helpers
Methods in org.apache.poi.xssf.usermodel.helpers that return types with arguments of type IgnoredErrorTypeModifier and TypeMethodDescriptionstatic Set<IgnoredErrorType>XSSFIgnoredErrorHelper.getErrorTypes(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err) Methods in org.apache.poi.xssf.usermodel.helpers with parameters of type IgnoredErrorTypeModifier and TypeMethodDescriptionstatic voidXSSFIgnoredErrorHelper.addIgnoredErrors(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err, String ref, IgnoredErrorType... ignoredErrorTypes) static booleanXSSFIgnoredErrorHelper.isSet(IgnoredErrorType errorType, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error) static voidXSSFIgnoredErrorHelper.set(IgnoredErrorType errorType, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error)