Class CssNonStandardRuleSet
java.lang.Object
com.itextpdf.styledxmlparser.css.CssStatement
com.itextpdf.styledxmlparser.css.CssRuleSet
com.itextpdf.styledxmlparser.css.page.CssNonStandardRuleSet
Class for a non standard
CssRuleSet
.-
Constructor Summary
ConstructorsConstructorDescriptionCssNonStandardRuleSet
(ICssSelector selector, List<CssDeclaration> declarations) Creates a newCssNonStandardRuleSet
instance. -
Method Summary
Methods inherited from class com.itextpdf.styledxmlparser.css.CssRuleSet
getCssRuleSets, getImportantDeclarations, getNormalDeclarations, getSelector
-
Constructor Details
-
CssNonStandardRuleSet
Creates a newCssNonStandardRuleSet
instance.- Parameters:
selector
- the selectordeclarations
- the declarations
-
-
Method Details
-
toString
- Overrides:
toString
in classCssRuleSet
-