@param printing the printing state to set
(final boolean printing)
| 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. |
no test coverage detected