org.w3c.dom.css
Interface ElementCSSInlineStyle


public interface ElementCSSInlineStyle

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). The expectation is that an instance of the ElementCSSInlineStyle interface can be obtained by using binding-specific casting methods on an instance of the Element interface when the element supports inline CSS style informations.

See also the Document Object Model (DOM) Level 2 Style Specification.

Since:
BlackBerry API 6.0.0, DOM Level 2

Method Summary
 CSSStyleDeclaration getStyle()
          The style attribute.
 



Method Detail

getStyle

CSSStyleDeclaration getStyle()
The style attribute.

Since:
BlackBerry API 6.0.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal