public class CssDeclaration extends Object
Constructor and Description |
---|
CssDeclaration(String property, String expression)
Instantiates a new CSS declaration.
|
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Gets the expression.
|
String |
getProperty()
Gets the property.
|
void |
setExpression(String expression)
Sets the expression.
|
String |
toString() |
public String getProperty()
public String getExpression()
public void setExpression(String expression)
expression
- the new expression
Copyright © 1998–2023 iText Group NV. All rights reserved.