* Set the annotation state.
(state: TextAnnotationState)
| 147 | * Set the annotation state. |
| 148 | */ |
| 149 | setState(state: TextAnnotationState): void { |
| 150 | this.dict.set("State", PdfName.of(state)); |
| 151 | this.markModified(); |
| 152 | } |
| 153 | |
| 154 | /** |
| 155 | * State model for the annotation. |
nothing calls this directly
no test coverage detected