* Set whether the popup is initially open.
(open: boolean)
| 104 | * Set whether the popup is initially open. |
| 105 | */ |
| 106 | setOpen(open: boolean): void { |
| 107 | this.dict.set("Open", PdfBool.of(open)); |
| 108 | this.markModified(); |
| 109 | } |
| 110 | |
| 111 | /** |
| 112 | * Icon name to display. |
nothing calls this directly
no test coverage detected