Class XSSFIgnoredErrorHelper
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.helpers.XSSFIgnoredErrorHelper
-
public class XSSFIgnoredErrorHelper extends java.lang.Object
XSSF-specific code for working with ignored errors
-
-
Constructor Summary
Constructors Constructor Description XSSFIgnoredErrorHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addIgnoredErrors(CTIgnoredError err, java.lang.String ref, IgnoredErrorType... ignoredErrorTypes)
static java.util.Set<IgnoredErrorType>
getErrorTypes(CTIgnoredError err)
static boolean
isSet(IgnoredErrorType errorType, CTIgnoredError error)
static void
set(IgnoredErrorType errorType, CTIgnoredError error)
-
-
-
Method Detail
-
isSet
public static boolean isSet(IgnoredErrorType errorType, CTIgnoredError error)
-
set
public static void set(IgnoredErrorType errorType, CTIgnoredError error)
-
addIgnoredErrors
public static void addIgnoredErrors(CTIgnoredError err, java.lang.String ref, IgnoredErrorType... ignoredErrorTypes)
-
getErrorTypes
public static java.util.Set<IgnoredErrorType> getErrorTypes(CTIgnoredError err)
-
-