public class XSSFIgnoredErrorHelper
extends java.lang.Object
Constructor and Description |
---|
XSSFIgnoredErrorHelper() |
Modifier and Type | Method and Description |
---|---|
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) |
public static boolean isSet(IgnoredErrorType errorType, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error)
public static void set(IgnoredErrorType errorType, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error)
public static void addIgnoredErrors(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err, java.lang.String ref, IgnoredErrorType... ignoredErrorTypes)
public static java.util.Set<IgnoredErrorType> getErrorTypes(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.