Class CssInheritance
- Namespace
- iText.StyledXmlParser.Css.Resolve
- Assembly
- itext.styledxmlparser.dll
Helper class that allows you to check if a property is inheritable.
public class CssInheritance : IStyleInheritance
- Inheritance
-
CssInheritance
- Implements
- Inherited Members
Constructors
CssInheritance()
public CssInheritance()
Methods
IsInheritable(string)
Checks if a property is inheritable.
public virtual bool IsInheritable(string cssProperty)
Parameters
cssProperty
stringthe CSS property
Returns
- bool
true, if the property is inheritable