@DOMObjectAttribute @DOMNoInterfaceObjectAttribute public interface IElementCSSInlineStyle
Inline style information attached to elements is exposed through the style attribute. This represents the contents of the STYLE attribute for HTML elements (or elements in other schemas or DTDs which use the STYLE attribute in the same way).
Modifier and Type | Method and Description |
---|---|
ICSSStyleDeclaration |
getStyle()
Represents Represents a style attribute that allows author to directly apply style information to specific element.
|
@DOMNameAttribute(name="style") ICSSStyleDeclaration getStyle()
Represents Represents a style attribute that allows author to directly apply style information to specific element.