Uses of Interface
com.itextpdf.tool.xml.css.CssInheritanceRules
-
Packages that use CssInheritanceRules Package Description com.itextpdf.tool.xml.css Collection of classes to handle css files, rules, properties. -
-
Uses of CssInheritanceRules in com.itextpdf.tool.xml.css
Classes in com.itextpdf.tool.xml.css that implement CssInheritanceRules Modifier and Type Class Description class
DefaultCssInheritanceRules
Fields in com.itextpdf.tool.xml.css declared as CssInheritanceRules Modifier and Type Field Description private CssInheritanceRules
StyleAttrCSSResolver. inherit
Methods in com.itextpdf.tool.xml.css with parameters of type CssInheritanceRules Modifier and Type Method Description void
StyleAttrCSSResolver. setCssInheritance(CssInheritanceRules cssInheritanceRules)
By setting an implementation ofCssInheritanceRules
a developer can set rules on what css selectors are inherited from parent tags.void
StyleAttrCSSResolver. setCssInheritanceRules(CssInheritanceRules inherit)
Constructors in com.itextpdf.tool.xml.css with parameters of type CssInheritanceRules Constructor Description StyleAttrCSSResolver(CssInheritanceRules rules, CssFiles cssFiles, CssUtils utils)
StyleAttrCSSResolver(CssInheritanceRules rules, CssFiles cssFiles, CssUtils utils, FileRetrieve fileRetrieve)
-