Class CssDefaults
java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.CssDefaults
Helper class that allows you to get the default values of CSS properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getDefaultValue
(String property) Gets the default value of a property.
-
Constructor Details
-
CssDefaults
public CssDefaults()
-
-
Method Details
-
getDefaultValue
Gets the default value of a property.- Parameters:
-
property
- the property - Returns:
- the default value
-