Class CssDeviceCmykAwareValidator
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.validate.impl.CssDefaultValidator
-
- com.itextpdf.styledxmlparser.css.validate.impl.CssDeviceCmykAwareValidator
-
- All Implemented Interfaces:
ICssDeclarationValidator
public class CssDeviceCmykAwareValidator extends CssDefaultValidator
Class that bundles all the CSS declaration validators. It extends the defaultCssDefaultValidator
to also support device-cmyk color structure.
-
-
Field Summary
-
Fields inherited from class com.itextpdf.styledxmlparser.css.validate.impl.CssDefaultValidator
defaultValidators
-
-
Constructor Summary
Constructors Constructor Description CssDeviceCmykAwareValidator()
Instantiates 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 Detail
-
CssDeviceCmykAwareValidator
public CssDeviceCmykAwareValidator()
Instantiates a newCssDeviceCmykAwareValidator
instance which extends the defaultCssDefaultValidator
to also support device-cmyk color structure.
-
-