Class CssDeviceCmykAwareValidator
java.lang.Object
com.itextpdf.styledxmlparser.css.validate.impl.CssDefaultValidator
com.itextpdf.styledxmlparser.css.validate.impl.CssDeviceCmykAwareValidator
- All Implemented Interfaces:
-
ICssDeclarationValidator
Class that bundles all the CSS declaration validators. It extends the default
CssDefaultValidator
to also support device-cmyk color structure.
-
Field Summary
Fields inherited from class com.itextpdf.styledxmlparser.css.validate.impl.CssDefaultValidator
defaultValidators
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newCssDeviceCmykAwareValidator
instance which extends the defaultCssDefaultValidator
to also support device-cmyk color structure. -
Method Summary
Methods inherited from class com.itextpdf.styledxmlparser.css.validate.impl.CssDefaultValidator
isValid
-
Constructor Details
-
CssDeviceCmykAwareValidator
public CssDeviceCmykAwareValidator()Instantiates a newCssDeviceCmykAwareValidator
instance which extends the defaultCssDefaultValidator
to also support device-cmyk color structure.
-