Package elemental2.dom
Interface ElementCSSInlineStyle
@JsType(isNative=true,
namespace="<global>")
public interface ElementCSSInlineStyle
-
Method Summary
Modifier and TypeMethodDescriptionstatic ElementCSSInlineStylecreate()@Nullable CSSStyleDeclarationgetStyle()voidsetStyle(@Nullable CSSStyleDeclaration style)
-
Method Details
-
create
-
getStyle
-
setStyle
-