AnnotationTextMatch
Overview
AnnotationTextMatch is a interface in Aspose.PDF FOSS for TypeScript.
A match in the text an annotation CARRIES, rather than the text it draws.
Properties: annot, key, text, value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
annot | : Annotation | Read | The annotation carrying the text. |
key | : AnnotationTextKey | Read | Which entry matched. |
value | : string | Read | That entry’s full value. |
text | : string | Read | The matched substring of it. |