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
Constructors - 
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.CssSettingsinstance. 
 - 
setSupportQueryMode
Adjusts the CSS property support behavior.
- Parameters:
 supportQuery-- Returns:
 - The current 
Configuration.CssSettingsinstance. 
 
 -