Package com.itextpdf.styledxmlparser.css
Class CssDeclaration
java.lang.Object
com.itextpdf.styledxmlparser.css.CssDeclaration
Class to store a CSS declaration.
-
Constructor Summary
ConstructorDescriptionCssDeclaration
(String property, String expression) Instantiates a new CSS declaration. -
Method Summary
Modifier and TypeMethodDescriptionGets the expression.Gets the property.void
setExpression
(String expression) Sets the expression.toString()
-
Constructor Details
-
CssDeclaration
Instantiates a new CSS declaration.- Parameters:
-
property
- the property -
expression
- the expression
-
-
Method Details