org.apache.poi.xssf.usermodel.helpers
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
Method Summary |
static void |
addIgnoredErrors(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err,
java.lang.String ref,
IgnoredErrorType... ignoredErrorTypes)
|
static java.util.Set<IgnoredErrorType> |
getErrorTypes(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err)
|
static boolean |
isSet(IgnoredErrorType errorType,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error)
|
static void |
set(IgnoredErrorType errorType,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSSFIgnoredErrorHelper
public XSSFIgnoredErrorHelper()
isSet
public static boolean isSet(IgnoredErrorType errorType,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error)
set
public static void set(IgnoredErrorType errorType,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error)
addIgnoredErrors
public static void addIgnoredErrors(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err,
java.lang.String ref,
IgnoredErrorType... ignoredErrorTypes)
getErrorTypes
public static java.util.Set<IgnoredErrorType> getErrorTypes(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err)
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.