Uses of Interface
com.itextpdf.styledxmlparser.css.resolve.IStyleInheritance
Packages that use IStyleInheritance
Package
Description
-
Uses of IStyleInheritance in com.itextpdf.styledxmlparser.css.resolve
Classes in com.itextpdf.styledxmlparser.css.resolve that implement IStyleInheritanceModifier and TypeClassDescriptionclass
Helper class that allows you to check if a property is inheritable. -
Uses of IStyleInheritance in com.itextpdf.styledxmlparser.util
Method parameters in com.itextpdf.styledxmlparser.util with type arguments of type IStyleInheritanceModifier and TypeMethodDescriptionprivate static boolean
StyleUtil.checkInheritance
(String styleProperty, Set<IStyleInheritance> inheritanceRules) Check all inheritance rule-sets to see if the passed property is inheritableStyleUtil.mergeParentStyleDeclaration
(Map<String, String> styles, String styleProperty, String parentPropValue, String parentFontSizeString, Set<IStyleInheritance> inheritanceRules) Merge parent CSS declarations. -
Uses of IStyleInheritance in com.itextpdf.svg.css.impl
Classes in com.itextpdf.svg.css.impl that implement IStyleInheritanceModifier and TypeClassDescriptionclass
Helper class that allows you to check if a property is inheritable.Fields in com.itextpdf.svg.css.impl with type parameters of type IStyleInheritanceModifier and TypeFieldDescriptionstatic final Set
<IStyleInheritance> SvgStyleResolver.INHERITANCE_RULES