|
1 | | -# AnnotationType |
| 1 | +# AnnotationType |
2 | 2 |
|
3 | 3 |
|
4 | 4 | ## Enum |
5 | | -Name | Type | Value |
6 | | ------------- | ------------- | ------------- |
7 | | -**Caret** | **string** | 'Caret' |
8 | | -**Circle** | **string** | 'Circle' |
9 | | -**FileAttachment** | **string** | 'FileAttachment' |
10 | | -**FreeText** | **string** | 'FreeText' |
11 | | -**Highlight** | **string** | 'Highlight' |
12 | | -**Ink** | **string** | 'Ink' |
13 | | -**Line** | **string** | 'Line' |
14 | | -**Link** | **string** | 'Link' |
15 | | -**Movie** | **string** | 'Movie' |
16 | | -**PDF3D** | **string** | 'PDF3D' |
17 | | -**Polygon** | **string** | 'Polygon' |
18 | | -**PolyLine** | **string** | 'PolyLine' |
19 | | -**Popup** | **string** | 'Popup' |
20 | | -**PrinterMark** | **string** | 'PrinterMark' |
21 | | -**Redaction** | **string** | 'Redaction' |
22 | | -**RichMedia** | **string** | 'RichMedia' |
23 | | -**Screen** | **string** | 'Screen' |
24 | | -**Sound** | **string** | 'Sound' |
25 | | -**Square** | **string** | 'Square' |
26 | | -**Squiggly** | **string** | 'Squiggly' |
27 | | -**Stamp** | **string** | 'Stamp' |
28 | | -**StrikeOut** | **string** | 'StrikeOut' |
29 | | -**Text** | **string** | 'Text' |
30 | | -**TrapNet** | **string** | 'TrapNet' |
31 | | -**Underline** | **string** | 'Underline' |
32 | | -**Unknown** | **string** | 'Unknown' |
33 | | -**Watermark** | **string** | 'Watermark' |
34 | | -**Widget** | **string** | 'Widget' |
| 5 | +Name | Type | Value | Description |
| 6 | +------------ | ------------- | ------------- | ------------- |
| 7 | +**Caret** | **string** | 'Caret' | Caret annotation type. |
| 8 | +**Circle** | **string** | 'Circle' | Circle annotation type. |
| 9 | +**FileAttachment** | **string** | 'FileAttachment' | File attachment annotation type. |
| 10 | +**FreeText** | **string** | 'FreeText' | Free text annotation type. |
| 11 | +**Highlight** | **string** | 'Highlight' | Highlight annotation type. |
| 12 | +**Ink** | **string** | 'Ink' | Ink annotation type. |
| 13 | +**Line** | **string** | 'Line' | Line annotation type. |
| 14 | +**Link** | **string** | 'Link' | Link annotation type. |
| 15 | +**Movie** | **string** | 'Movie' | Movie annotation type. |
| 16 | +**PDF3D** | **string** | 'PDF3D' | |
| 17 | +**Polygon** | **string** | 'Polygon' | Polygon annotation type. |
| 18 | +**PolyLine** | **string** | 'PolyLine' | Plyline annotation type. |
| 19 | +**Popup** | **string** | 'Popup' | Popup annotation type. |
| 20 | +**PrinterMark** | **string** | 'PrinterMark' | Printer mark annotation type. |
| 21 | +**Redaction** | **string** | 'Redaction' | Redaction annotation type. |
| 22 | +**RichMedia** | **string** | 'RichMedia' | Rich media annotation type |
| 23 | +**Screen** | **string** | 'Screen' | Screen annotation type. |
| 24 | +**Sound** | **string** | 'Sound' | Sound annotation type. |
| 25 | +**Square** | **string** | 'Square' | Square annotatotion type. |
| 26 | +**Squiggly** | **string** | 'Squiggly' | Squiggle annotation type. |
| 27 | +**Stamp** | **string** | 'Stamp' | Rubber stamp annotation type. |
| 28 | +**StrikeOut** | **string** | 'StrikeOut' | Strikeout annotation type. |
| 29 | +**Text** | **string** | 'Text' | Text annotation type. |
| 30 | +**TrapNet** | **string** | 'TrapNet' | Trap network annotation type. |
| 31 | +**Underline** | **string** | 'Underline' | Underline annotation type. |
| 32 | +**Unknown** | **string** | 'Unknown' | Unknown annotation. |
| 33 | +**Watermark** | **string** | 'Watermark' | Watermark annotation type. |
| 34 | +**Widget** | **string** | 'Widget' | Widget annotation type. |
35 | 35 |
|
36 | 36 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/models/annotationType.ts) |
37 | 37 |
|
0 commit comments