public interface StyleDeclarationProvider
CSSStyleDeclaration
objects to
expose their underlying StyleDeclaration
objects storing the
properties.Modifier and Type | Method and Description |
---|---|
StyleDeclaration |
getStyleDeclaration()
Returns the object storing the properties of this style declaration.
|
void |
setStyleDeclaration(StyleDeclaration sd)
Sets the object storing the properties of this style declaration.
|
StyleDeclaration getStyleDeclaration()
void setStyleDeclaration(StyleDeclaration sd)