Class CssInheritance
java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.CssInheritance
- All Implemented Interfaces:
-
IStyleInheritance
Helper class that allows you to check if a property is inheritable.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isInheritable
(String cssProperty) Checks if a property is inheritable.
-
Constructor Details
-
CssInheritance
public CssInheritance()
-
-
Method Details
-
isInheritable
Checks if a property is inheritable.- Specified by:
-
isInheritable
in interfaceIStyleInheritance
- Parameters:
-
cssProperty
- the CSS property - Returns:
- true, if the property is inheritable
-