|
iText 7 7.2.5 API
|
Class to store a CSS declaration. More...
Public Member Functions |
|
| CssDeclaration (String property, String expression) | |
| Instantiates a new CSS declaration. More... |
|
| override String | ToString () |
| virtual String | GetProperty () |
| Gets the property. More... |
|
| virtual String | GetExpression () |
| Gets the expression. More... |
|
| virtual void | SetExpression (String expression) |
| Sets the expression. More... |
|
Class to store a CSS declaration.
|
inline |
Instantiates a new CSS declaration.
| property | the property |
| expression | the expression |
|
inlinevirtual |
Gets the expression.
|
inlinevirtual |
Gets the property.
|
inlinevirtual |
Sets the expression.
| expression | the new expression |