MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / getStyle

Method getStyle

src/main/java/org/htmlunit/javascript/host/Element.java:1223–1225  ·  view source on GitHub ↗

Returns the style object for this element. @return the style object for this element

()

Source from the content-addressed store, hash-verified

1221 * @return the style object for this element
1222 */
1223 protected CSSStyleDeclaration getStyle() {
1224 return style_;
1225 }
1226
1227 /**
1228 * Sets the styles for this element.

Callers 15

setStyleMethod · 0.95
convertFunction · 0.45
replaceFontsFunction · 0.45
tiny_mce_src.jsFile · 0.45
convertFunction · 0.45
replaceFontsFunction · 0.45
tiny_mce.jsFile · 0.45
xFunction · 0.45
gFunction · 0.45
tiny_mce_jquery.jsFile · 0.45
xFunction · 0.45

Implementers 1

DomElementsrc/main/java/org/htmlunit/html/DomEle

Calls

no outgoing calls

Tested by

no test coverage detected