AnnotationType
Defined in: src/core/types.ts:419
PDF annotation subtype values.
Note: Values are non-contiguous per the PDF specification (e.g. 12 and 19 are unused).
Enumeration Members
Section titled “Enumeration Members”| Enumeration Member | Value | Description | Defined in |
|---|---|---|---|
Caret | "Caret" | Caret (text insertion indicator). | src/core/types.ts:447 |
Circle | "Circle" | Ellipse annotation. | src/core/types.ts:433 |
FileAttachment | "FileAttachment" | Embedded file attachment. | src/core/types.ts:453 |
FreeText | "FreeText" | Free text (directly displayed on page). | src/core/types.ts:427 |
Highlight | "Highlight" | Text highlight markup. | src/core/types.ts:437 |
Ink | "Ink" | Ink (freehand drawing). | src/core/types.ts:449 |
Line | "Line" | Line annotation. | src/core/types.ts:429 |
Link | "Link" | Hyperlink. | src/core/types.ts:425 |
Polygon | "Polygon" | Polygon annotation. | src/core/types.ts:435 |
Popup | "Popup" | Pop-up window for parent annotation. | src/core/types.ts:451 |
PrinterMark | "PrinterMark" | Printer’s mark annotation. | src/core/types.ts:461 |
Redact | "Redact" | Redaction annotation. | src/core/types.ts:473 |
RichMedia | "RichMedia" | Rich media annotation. | src/core/types.ts:469 |
Screen | "Screen" | Screen annotation (multimedia). | src/core/types.ts:459 |
Sound | "Sound" | Sound annotation. | src/core/types.ts:455 |
Square | "Square" | Rectangle annotation. | src/core/types.ts:431 |
Squiggly | "Squiggly" | Text squiggly underline markup. | src/core/types.ts:441 |
Stamp | "Stamp" | Rubber stamp annotation. | src/core/types.ts:445 |
Strikeout | "Strikeout" | Text strikeout markup. | src/core/types.ts:443 |
Text | "Text" | Text note (sticky note). | src/core/types.ts:423 |
ThreeD | "ThreeD" | 3D annotation. | src/core/types.ts:467 |
TrapNet | "TrapNet" | Trap network annotation. | src/core/types.ts:463 |
Underline | "Underline" | Text underline markup. | src/core/types.ts:439 |
Unknown | "Unknown" | Unknown annotation type. | src/core/types.ts:421 |
Watermark | "Watermark" | Watermark annotation. | src/core/types.ts:465 |
Widget | "Widget" | Interactive form widget. | src/core/types.ts:457 |
XFAWidget | "XFAWidget" | XFA widget annotation. | src/core/types.ts:471 |