Package | Description |
---|---|
com.realobjects.pdfreactor |
Main access to the API of PDFreactor.
|
Modifier and Type | Field and Description |
---|---|
static Configuration.CssPropertySupport |
Configuration.CssPropertySupport.ALL
Indicates that all style declarations are considered valid
disregarding the possibility of improper rendering.
|
static Configuration.CssPropertySupport |
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 |
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 |
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 |
Configuration.CssPropertySupport.valueOf(String name) |
static Configuration.CssPropertySupport[] |
Configuration.CssPropertySupport.values() |
Modifier and Type | Method and Description |
---|---|
Configuration.CssSettings |
Configuration.CssSettings.setSupportQueryMode(Configuration.CssPropertySupport supportQuery)
Adjusts the CSS property support behavior.
|
Configuration.CssSettings |
Configuration.CssSettings.setValidationMode(Configuration.CssPropertySupport validation)
Adjusts the CSS property validation behavior.
|
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.