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
stringthe identifier for property
Returns
- bool
true, if the property is inheritable, false otherwise