Skip to content

Commit 08955d4

Browse files
committed
Add Model Docs
1 parent 464d993 commit 08955d4

File tree

96 files changed

+96
-0
lines changed

Some content is hidden

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

96 files changed

+96
-0
lines changed

docs/Annotation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ Name | Type | Description | Notes
1919
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
2020
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
2121
**links** | [**Array<Link>**](Link.md) | Link to the document. (Inherited from **[LinkElement](LinkElement.md)**) | [optional]
22+
2223
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2324

docs/AnnotationInfo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ Name | Type | Description | Notes
2020
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. (Inherited from **[Annotation](Annotation.md)**) | [optional]
2121
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. (Inherited from **[Annotation](Annotation.md)**) | [optional]
2222
**links** | [**Array<Link>**](Link.md) | Link to the document. (Inherited from **[LinkElement](LinkElement.md)**) | [optional]
23+
2324
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2425

docs/AnnotationsInfo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**list** | [**Array<AnnotationInfo>**](AnnotationInfo.md) | | [optional]
99
**links** | [**Array<Link>**](Link.md) | Link to the document. (Inherited from **[LinkElement](LinkElement.md)**) | [optional]
10+
1011
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1112

docs/AnnotationsInfoResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ Name | Type | Description | Notes
88
**annotations** | [**AnnotationsInfo**](AnnotationsInfo.md) | | [optional]
99
**code** | **number** | Response status code. (Inherited from **[AsposeResponse](AsposeResponse.md)**) |
1010
**status** | **string** | Response status. (Inherited from **[AsposeResponse](AsposeResponse.md)**) | [optional]
11+
1112
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1213

docs/AppendDocument.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ Name | Type | Description | Notes
77
**document** | **string** | Document to append (server path). |
88
**startPage** | **number** | Appending start page. |
99
**endPage** | **number** | Appending end page. |
10+
1011
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1112

docs/AsposeResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**code** | **number** | Response status code. |
88
**status** | **string** | Response status. | [optional]
9+
910
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1011

docs/Attachment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ Name | Type | Description | Notes
1313
**size** | **number** | 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** | [**Array<Link>**](Link.md) | Link to the document. (Inherited from **[LinkElement](LinkElement.md)**) | [optional]
16+
1617
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1718

docs/AttachmentResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ Name | Type | Description | Notes
88
**attachment** | [**Attachment**](Attachment.md) | | [optional]
99
**code** | **number** | Response status code. (Inherited from **[AsposeResponse](AsposeResponse.md)**) |
1010
**status** | **string** | Response status. (Inherited from **[AsposeResponse](AsposeResponse.md)**) | [optional]
11+
1112
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1213

docs/Attachments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**list** | [**Array<LinkElement>**](LinkElement.md) | | [optional]
99
**links** | [**Array<Link>**](Link.md) | Link to the document. (Inherited from **[LinkElement](LinkElement.md)**) | [optional]
10+
1011
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1112

docs/AttachmentsResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ Name | Type | Description | Notes
88
**attachments** | [**Attachments**](Attachments.md) | | [optional]
99
**code** | **number** | Response status code. (Inherited from **[AsposeResponse](AsposeResponse.md)**) |
1010
**status** | **string** | Response status. (Inherited from **[AsposeResponse](AsposeResponse.md)**) | [optional]
11+
1112
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1213

0 commit comments

Comments
 (0)