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