Table of Contents

Interface IStyleInheritance

Namespace
iText.StyledXmlParser.Css.Resolve
Assembly
itext.styledxmlparser.dll

Interface for attribute and style-inheritance logic

public interface IStyleInheritance

Methods

IsInheritable(string)

Checks if a property or attribute is inheritable is inheritable.

bool IsInheritable(string propertyIdentifier)

Parameters

propertyIdentifier string

the identifier for property

Returns

bool

true, if the property is inheritable, false otherwise