* Set the down appearance stream.
(stream: PdfStream)
| 368 | * Set the down appearance stream. |
| 369 | */ |
| 370 | setDownAppearance(stream: PdfStream): void { |
| 371 | this.setAppearance("D", stream); |
| 372 | } |
| 373 | |
| 374 | /** |
| 375 | * Get an appearance stream by type. |
nothing calls this directly
no test coverage detected