Package com.realobjects.pdfreactor
Class Configuration.CssSettings
java.lang.Object
com.realobjects.pdfreactor.Configuration.CssSettings
- Enclosing class:
Configuration
A type containing settings of how CSS properties are supported.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetSupportQueryMode
(Configuration.CssPropertySupport supportQuery) Adjusts the CSS property support behavior.setValidationMode
(Configuration.CssPropertySupport validation) Adjusts the CSS property validation behavior.
-
Constructor Details
-
CssSettings
public CssSettings()
-
-
Method Details
-
setValidationMode
Adjusts the CSS property validation behavior.
- Parameters:
validation
-- Returns:
- The current
Configuration.CssSettings
instance.
-
setSupportQueryMode
Adjusts the CSS property support behavior.
- Parameters:
supportQuery
-- Returns:
- The current
Configuration.CssSettings
instance.
-