Skip to content

Commit d40f989

Browse files
committed
Add docs
1 parent 4db39f6 commit d40f989

File tree

108 files changed

+10361
-4
lines changed

Some content is hidden

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

108 files changed

+10361
-4
lines changed

.swagger-codegen-ignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
*.sh
2626
.travis.yml
2727
.gitignore
28-
*.md
29-
docs/**
28+
#*.md
29+
#docs/**
3030
test/**
3131

3232
# Ignore other files and folders

README.md

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

docs/Annotation.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Annotation
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**links** | [**list[Link]**](Link.md) | Link to the document. | [optional]
7+
**contents** | **str** | Get the annotation content. | [optional]
8+
**creation_date** | **str** | The date and time when the annotation was created. | [optional]
9+
**subject** | **str** | Get the annotation subject. | [optional]
10+
**title** | **str** | Get the annotation title. | [optional]
11+
**modified** | **str** | The date and time when the annotation was last modified. | [optional]
12+
**id** | **str** | Gets ID of the annotation. | [optional]
13+
**flags** | [**list[AnnotationFlags]**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
14+
**name** | **str** | Gets Name of the annotation. | [optional]
15+
**rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. | [optional]
16+
**page_index** | **int** | Gets PageIndex of the annotation. | [optional]
17+
**z_index** | **int** | Gets ZIndex of the annotation. | [optional]
18+
**horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
19+
**vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
20+
21+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
22+
23+

docs/AnnotationFlags.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AnnotationFlags
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
7+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
8+
9+

docs/AnnotationInfo.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# AnnotationInfo
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**links** | [**list[Link]**](Link.md) | Link to the document. | [optional]
7+
**contents** | **str** | Get the annotation content. | [optional]
8+
**creation_date** | **str** | The date and time when the annotation was created. | [optional]
9+
**subject** | **str** | Get the annotation subject. | [optional]
10+
**title** | **str** | Get the annotation title. | [optional]
11+
**modified** | **str** | The date and time when the annotation was last modified. | [optional]
12+
**id** | **str** | Gets ID of the annotation. | [optional]
13+
**flags** | [**list[AnnotationFlags]**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
14+
**name** | **str** | Gets Name of the annotation. | [optional]
15+
**rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. | [optional]
16+
**page_index** | **int** | Gets PageIndex of the annotation. | [optional]
17+
**z_index** | **int** | Gets ZIndex of the annotation. | [optional]
18+
**horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
19+
**vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
20+
**annotation_type** | [**AnnotationType**](AnnotationType.md) | Gets annotation type. | [optional]
21+
22+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
23+
24+

docs/AnnotationState.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AnnotationState
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
7+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
8+
9+

docs/AnnotationType.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AnnotationType
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
7+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
8+
9+

docs/AnnotationsInfo.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AnnotationsInfo
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**links** | [**list[Link]**](Link.md) | Link to the document. | [optional]
7+
**list** | [**list[AnnotationInfo]**](AnnotationInfo.md) | | [optional]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+

docs/AnnotationsInfoResponse.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AnnotationsInfoResponse
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**code** | **int** | Response status code. |
7+
**status** | **str** | Response status. | [optional]
8+
**annotations** | [**AnnotationsInfo**](AnnotationsInfo.md) | | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+

docs/AntialiasingProcessingType.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AntialiasingProcessingType
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
7+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
8+
9+

0 commit comments

Comments
 (0)