MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / setPrinting

Method setPrinting

src/main/java/org/htmlunit/SgmlPage.java:419–422  ·  view source on GitHub ↗

@param printing the printing state to set

(final boolean printing)

Source from the content-addressed store, hash-verified

417 * @param printing the printing state to set
418 */
419 public void setPrinting(final boolean printing) {
420 printing_ = printing;
421 clearComputedStyles();
422 }
423
424 /**
425 * Informs about the use of a domChangeListener.

Callers 1

printMethod · 0.80

Calls 1

clearComputedStylesMethod · 0.95

Tested by

no test coverage detected