public static final class Configuration.CssPropertySupport extends Enum
An enum containing CSS property support mode constants.
Modifier and Type | Field and Description |
---|---|
static Configuration.CssPropertySupport |
ALL
Indicates that all style declarations are considered valid
disregarding the possibility of improper rendering.
|
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(String name) |
static Configuration.CssPropertySupport[] |
values() |
public static final 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.
public static final Configuration.CssPropertySupport HTML
Indicates that all values set in style declarations will be validated as long as PDFreactor supports the corresponding property.
Style declarations for properties not supported by PDFreactor are taken as invalid.
public static final Configuration.CssPropertySupport HTML_THIRD_PARTY
Indicates that all values set in style declarations will be validated as long as PDFreactor supports the corresponding property.
Style declarations for properties not supported by PDFreactor but by third party products are taken as valid.
public static final 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.
Style declarations for properties not supported by any third party product but supported by PDFreactor will be validated.
public static Configuration.CssPropertySupport[] values()
public static Configuration.CssPropertySupport valueOf(String name)
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.