Table of Contents

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 string

the CSS property

Returns

bool

true, if the property is inheritable