* Set the normal appearance stream.
(stream: PdfStream)
| 354 | * Set the normal appearance stream. |
| 355 | */ |
| 356 | setNormalAppearance(stream: PdfStream): void { |
| 357 | this.setAppearance("N", stream); |
| 358 | } |
| 359 | |
| 360 | /** |
| 361 | * Set the rollover appearance stream. |
no test coverage detected