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)
Copyright © 2022 Apache Software Foundation. All Rights Reserved.