* Set the state model.
(model: TextAnnotationStateModel)
| 164 | * Set the state model. |
| 165 | */ |
| 166 | setStateModel(model: TextAnnotationStateModel): void { |
| 167 | this.dict.set("StateModel", PdfName.of(model)); |
| 168 | this.markModified(); |
| 169 | } |
| 170 | } |
nothing calls this directly
no test coverage detected