Uses of Interface
com.itextpdf.styledxmlparser.css.resolve.IStyleInheritance
-
Packages that use IStyleInheritance Package Description com.itextpdf.styledxmlparser.css.resolve com.itextpdf.styledxmlparser.util com.itextpdf.svg.css.impl -
-
Uses of IStyleInheritance in com.itextpdf.styledxmlparser.css.resolve
Classes in com.itextpdf.styledxmlparser.css.resolve that implement IStyleInheritance Modifier and Type Class Description class
CssInheritance
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 IStyleInheritance Modifier and Type Method Description private static boolean
StyleUtil. checkInheritance(java.lang.String styleProperty, java.util.Set<IStyleInheritance> inheritanceRules)
Check all inheritance rule-sets to see if the passed property is inheritablestatic java.util.Map<java.lang.String,java.lang.String>
StyleUtil. mergeParentStyleDeclaration(java.util.Map<java.lang.String,java.lang.String> styles, java.lang.String styleProperty, java.lang.String parentPropValue, java.lang.String parentFontSizeString, java.util.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 IStyleInheritance Modifier and Type Class Description class
SvgAttributeInheritance
Helper class that allows you to check if a property is inheritable.Fields in com.itextpdf.svg.css.impl with type parameters of type IStyleInheritance Modifier and Type Field Description static java.util.Set<IStyleInheritance>
SvgStyleResolver. INHERITANCE_RULES
-