Skip to content

Commit 1f0606c

Browse files
committed
Fix quotes
1 parent d40f989 commit 1f0606c

File tree

107 files changed

+731
-4871
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+731
-4871
lines changed

README.md

Lines changed: 129 additions & 129 deletions
Large diffs are not rendered by default.

docs/Annotation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Annotation
2+
Provides annotation.
23

34
## Properties
45
Name | Type | Description | Notes

docs/AnnotationFlags.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# AnnotationFlags
2+
A set of flags specifying various characteristics of the annotation.
3+
4+
## Enum
5+
Name | Type | Value
6+
------------ | ------------- | -------------
7+
**DEFAULT** | **string** | 'Default'
8+
**INVISIBLE** | **string** | 'Invisible'
9+
**HIDDEN** | **string** | 'Hidden'
10+
**PRINT** | **string** | 'Print'
11+
**NOZOOM** | **string** | 'NoZoom'
12+
**NOROTATE** | **string** | 'NoRotate'
13+
**NOVIEW** | **string** | 'NoView'
14+
**READONLY** | **string** | 'ReadOnly'
15+
**LOCKED** | **string** | 'Locked'
16+
**TOGGLENOVIEW** | **string** | 'ToggleNoView'
17+
**LOCKEDCONTENTS** | **string** | 'LockedContents'
218

3-
## Properties
4-
Name | Type | Description | Notes
5-
------------ | ------------- | ------------- | -------------
619

720
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
821

docs/AnnotationInfo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# AnnotationInfo
2+
Provides annotation.
23

34
## Properties
45
Name | Type | Description | Notes

docs/AnnotationState.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# AnnotationState
2+
The enumeration of states to which the original annotation can be set.
3+
4+
## Enum
5+
Name | Type | Value
6+
------------ | ------------- | -------------
7+
**UNDEFINED** | **string** | 'Undefined'
8+
**MARKED** | **string** | 'Marked'
9+
**UNMARKED** | **string** | 'Unmarked'
10+
**ACCEPTED** | **string** | 'Accepted'
11+
**REJECTED** | **string** | 'Rejected'
12+
**CANCELLED** | **string** | 'Cancelled'
13+
**COMPLETED** | **string** | 'Completed'
14+
**NONE** | **string** | 'None'
215

3-
## Properties
4-
Name | Type | Description | Notes
5-
------------ | ------------- | ------------- | -------------
616

717
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
818

docs/AnnotationType.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,38 @@
11
# AnnotationType
22

3-
## Properties
4-
Name | Type | Description | Notes
5-
------------ | ------------- | ------------- | -------------
3+
4+
## Enum
5+
Name | Type | Value
6+
------------ | ------------- | -------------
7+
**TEXT** | **string** | 'Text'
8+
**CIRCLE** | **string** | 'Circle'
9+
**POLYGON** | **string** | 'Polygon'
10+
**POLYLINE** | **string** | 'PolyLine'
11+
**LINE** | **string** | 'Line'
12+
**SQUARE** | **string** | 'Square'
13+
**FREETEXT** | **string** | 'FreeText'
14+
**HIGHLIGHT** | **string** | 'Highlight'
15+
**UNDERLINE** | **string** | 'Underline'
16+
**SQUIGGLY** | **string** | 'Squiggly'
17+
**STRIKEOUT** | **string** | 'StrikeOut'
18+
**CARET** | **string** | 'Caret'
19+
**INK** | **string** | 'Ink'
20+
**LINK** | **string** | 'Link'
21+
**POPUP** | **string** | 'Popup'
22+
**FILEATTACHMENT** | **string** | 'FileAttachment'
23+
**SOUND** | **string** | 'Sound'
24+
**MOVIE** | **string** | 'Movie'
25+
**SCREEN** | **string** | 'Screen'
26+
**WIDGET** | **string** | 'Widget'
27+
**WATERMARK** | **string** | 'Watermark'
28+
**TRAPNET** | **string** | 'TrapNet'
29+
**PRINTERMARK** | **string** | 'PrinterMark'
30+
**REDACTION** | **string** | 'Redaction'
31+
**STAMP** | **string** | 'Stamp'
32+
**RICHMEDIA** | **string** | 'RichMedia'
33+
**UNKNOWN** | **string** | 'Unknown'
34+
**PDF3D** | **string** | 'PDF3D'
35+
636

737
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
838

docs/AnnotationsInfo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# AnnotationsInfo
2+
List of annotations.
23

34
## Properties
45
Name | Type | Description | Notes

docs/AnnotationsInfoResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# AnnotationsInfoResponse
22

3+
34
## Properties
45
Name | Type | Description | Notes
56
------------ | ------------- | ------------- | -------------

docs/AntialiasingProcessingType.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# AntialiasingProcessingType
2+
This enum describes possible antialiasing measures during conversion
3+
4+
## Enum
5+
Name | Type | Value
6+
------------ | ------------- | -------------
7+
**NOADDITIONALPROCESSING** | **string** | 'NoAdditionalProcessing'
8+
**TRYCORRECTRESULTHTML** | **string** | 'TryCorrectResultHtml'
29

3-
## Properties
4-
Name | Type | Description | Notes
5-
------------ | ------------- | ------------- | -------------
610

711
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
812

docs/AppendDocument.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# AppendDocument
2+
Class for appendDocument service request building.
23

34
## Properties
45
Name | Type | Description | Notes

0 commit comments

Comments
 (0)