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