public interface CssDeclaration
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProperty()
Get the css property of this declaration
|
java.lang.String |
getValue()
Get the value of this declaration
|
void |
setProperty(java.lang.String property)
Set the css property of the declaration
|
void |
setValue(java.lang.String value)
Set the value of this declaration
|
java.lang.String |
toCss()
Get a String representation of the declaration
|
java.lang.String getProperty()
void setProperty(java.lang.String property)
java.lang.String getValue()
void setValue(java.lang.String value)
java.lang.String toCss()