* Set the rollover appearance stream.
(stream: PdfStream)
| 361 | * Set the rollover appearance stream. |
| 362 | */ |
| 363 | setRolloverAppearance(stream: PdfStream): void { |
| 364 | this.setAppearance("R", stream); |
| 365 | } |
| 366 | |
| 367 | /** |
| 368 | * Set the down appearance stream. |
nothing calls this directly
no test coverage detected