Skip to content

Commit 31ea33d

Browse files
Merge pull request #17 from kaferi/master
Fix doc
2 parents 9ae7789 + fa3f862 commit 31ea33d

39 files changed

+52
-52
lines changed

docs/Annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**id** | **String** | Gets ID of the annotation. | [optional]
1212
**flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
1313
**name** | **String** | Gets Name of the annotation. | [optional]
14-
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14+
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
1515
**pageIndex** | **Integer** | Gets PageIndex of the annotation. | [optional]
1616
**zIndex** | **Integer** | Gets ZIndex of the annotation. | [optional]
1717
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]

docs/AnnotationInfo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Provides annotation.
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**annotationType** | [**AnnotationType**](AnnotationType.md) | Gets annotation type. | [optional]
8+
**annotationType** | [**AnnotationType**](AnnotationType.md) | Gets annotation type. |
99
**color** | [**Color**](Color.md) | Color of the annotation. | [optional]
1010
**contents** | **String** | Get the annotation content. | [optional]
1111
**modified** | **String** | The date and time when the annotation was last modified. | [optional]
1212
**id** | **String** | Gets ID of the annotation. | [optional]
1313
**flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
1414
**name** | **String** | Gets Name of the annotation. | [optional]
15-
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
15+
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
1616
**pageIndex** | **Integer** | Gets PageIndex of the annotation. | [optional]
1717
**zIndex** | **Integer** | Gets ZIndex of the annotation. | [optional]
1818
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]

docs/Attachment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
**name** | **String** | Gets the name of the attachment. | [optional]
1111
**creationDate** | **String** | The date and time when the embedded file was created. | [optional]
1212
**modificationDate** | **String** | The date and time when the embedded file was last modified. | [optional]
13-
**size** | **Integer** | The size of the uncompressed embedded file, in bytes. | [optional]
13+
**size** | **Integer** | The size of the uncompressed embedded file, in bytes. |
1414
**checkSum** | **String** | A 16-byte string that is the checksum of the bytes of the uncompressed embedded file. The checksum is calculated by applying the standard MD5 message-digest algorithm to the bytes of the embedded file stream. | [optional]
1515
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
1616

docs/CaretAnnotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
1717
**id** | **String** | Gets ID of the annotation. | [optional]
1818
**flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
1919
**name** | **String** | Gets Name of the annotation. | [optional]
20-
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
20+
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
2121
**pageIndex** | **Integer** | Gets PageIndex of the annotation. | [optional]
2222
**zIndex** | **Integer** | Gets ZIndex of the annotation. | [optional]
2323
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]

docs/CircleAnnotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
1717
**id** | **String** | Gets ID of the annotation. | [optional]
1818
**flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
1919
**name** | **String** | Gets Name of the annotation. | [optional]
20-
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
20+
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
2121
**pageIndex** | **Integer** | Gets PageIndex of the annotation. | [optional]
2222
**zIndex** | **Integer** | Gets ZIndex of the annotation. | [optional]
2323
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]

docs/CommonFigureAnnotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
1717
**id** | **String** | Gets ID of the annotation. | [optional]
1818
**flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
1919
**name** | **String** | Gets Name of the annotation. | [optional]
20-
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
20+
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
2121
**pageIndex** | **Integer** | Gets PageIndex of the annotation. | [optional]
2222
**zIndex** | **Integer** | Gets ZIndex of the annotation. | [optional]
2323
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]

docs/DocumentProperty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**name** | **String** | Pame of the property. | [optional]
99
**value** | **String** | Property value. | [optional]
10-
**builtIn** | **Boolean** | Value indicating whether it is a built-in property. | [optional]
10+
**builtIn** | **Boolean** | Value indicating whether it is a built-in property. |
1111
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
1212

1313

docs/Field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**selectedItems** | **List<Integer>** | Selected items. | [optional]
1010
**type** | [**FieldType**](FieldType.md) | Field type. | [optional]
1111
**rect** | [**Rectangle**](Rectangle.md) | Field rectangle. | [optional]
12-
**values** | **List<String>** | Field values. | [optional]
12+
**values** | **List<String>** | Field values. |
1313
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
1414

1515

docs/Fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Represents list of form fields.
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**list** | [**List<Field>**](Field.md) | List of form fields. | [optional]
8+
**list** | [**List<Field>**](Field.md) | List of form fields. |
99
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
1010

1111

docs/FileAttachmentAnnotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
2020
**id** | **String** | Gets ID of the annotation. | [optional]
2121
**flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
2222
**name** | **String** | Gets Name of the annotation. | [optional]
23-
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
23+
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
2424
**pageIndex** | **Integer** | Gets PageIndex of the annotation. | [optional]
2525
**zIndex** | **Integer** | Gets ZIndex of the annotation. | [optional]
2626
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]

0 commit comments

Comments
 (0)