public static final class Configuration.CssPropertySupport
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static Configuration.CssPropertySupport |
ALL
Indicates that all style declarations are considered valid
disregarding the possibility of improper rendering; valid
values may be overwritten by invalid style declarations.
|
static Configuration.CssPropertySupport |
HTML
Indicates that all values set in style declarations will be
validated as long as PDFreactor supports the corresponding
property.
|
static Configuration.CssPropertySupport |
HTML_THIRD_PARTY
Indicates that all values set in style declarations will be
validated as long as PDFreactor supports the corresponding
property.
|
static Configuration.CssPropertySupport |
HTML_THIRD_PARTY_LENIENT
Indicates that all values set in style declarations will be
taken as valid if a third party product supports the corresponding
property.
|
Modifier and Type | Method and Description |
---|---|
static Configuration.CssPropertySupport |
valueOf(java.lang.String name) |
static Configuration.CssPropertySupport[] |
values() |
public static final Configuration.CssPropertySupport ALL
public static final Configuration.CssPropertySupport HTML
public static final Configuration.CssPropertySupport HTML_THIRD_PARTY
public static final Configuration.CssPropertySupport HTML_THIRD_PARTY_LENIENT
public static Configuration.CssPropertySupport[] values()
public static Configuration.CssPropertySupport valueOf(java.lang.String name)
This doc was generated on 2018-08-13. Copyright © 2002-2018 RealObjects GmbH. All Rights Reserved.