Skip to content

Commit 6214854

Browse files
committed
Decorate
1 parent 1a5659f commit 6214854

Some content is hidden

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

68 files changed

+271
-271
lines changed

docs/Annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
1818
**zIndex** | **number** | Gets ZIndex of the annotation. | [optional]
1919
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
2020
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
21-
**links** | [**Array<Link>**](Link.md) | Link to the document. *Inherited from [LinkElement](LinkElement.md)* | [optional]
21+
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional]
2222

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

docs/AnnotationInfo.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ Provides annotation.
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**annotationType** | [**AnnotationType**](AnnotationType.md) | Gets annotation type. |
9-
**contents** | **string** | Get the annotation content. *Inherited from [Annotation](Annotation.md)* | [optional]
10-
**creationDate** | **string** | The date and time when the annotation was created. *Inherited from [Annotation](Annotation.md)* | [optional]
11-
**subject** | **string** | Get the annotation subject. *Inherited from [Annotation](Annotation.md)* | [optional]
12-
**title** | **string** | Get the annotation title. *Inherited from [Annotation](Annotation.md)* | [optional]
13-
**modified** | **string** | The date and time when the annotation was last modified. *Inherited from [Annotation](Annotation.md)* | [optional]
14-
**id** | **string** | Gets ID of the annotation. *Inherited from [Annotation](Annotation.md)* | [optional]
15-
**flags** | [**Array&lt;AnnotationFlags&gt;**](AnnotationFlags.md) | Gets Flags of the annotation. *Inherited from [Annotation](Annotation.md)* | [optional]
16-
**name** | **string** | Gets Name of the annotation. *Inherited from [Annotation](Annotation.md)* | [optional]
17-
**rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. *Inherited from [Annotation](Annotation.md)* |
18-
**pageIndex** | **number** | Gets PageIndex of the annotation. *Inherited from [Annotation](Annotation.md)* | [optional]
19-
**zIndex** | **number** | Gets ZIndex of the annotation. *Inherited from [Annotation](Annotation.md)* | [optional]
20-
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. *Inherited from [Annotation](Annotation.md)* | [optional]
21-
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. *Inherited from [Annotation](Annotation.md)* | [optional]
22-
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document. *Inherited from [LinkElement](LinkElement.md)* | [optional]
9+
**contents** | **string** | Get the annotation content.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
10+
**creationDate** | **string** | The date and time when the annotation was created.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
11+
**subject** | **string** | Get the annotation subject.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
12+
**title** | **string** | Get the annotation title.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
13+
**modified** | **string** | The date and time when the annotation was last modified.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
14+
**id** | **string** | Gets ID of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
15+
**flags** | [**Array&lt;AnnotationFlags&gt;**](AnnotationFlags.md) | Gets Flags of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
16+
**name** | **string** | Gets Name of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
17+
**rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation.<br />*Inherited from [Annotation](Annotation.md)* |
18+
**pageIndex** | **number** | Gets PageIndex of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
19+
**zIndex** | **number** | Gets ZIndex of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
20+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
21+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
22+
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional]
2323

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

docs/AnnotationsInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ List of annotations.
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**list** | [**Array&lt;AnnotationInfo&gt;**](AnnotationInfo.md) | | [optional]
9-
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document. *Inherited from [LinkElement](LinkElement.md)* | [optional]
9+
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional]
1010

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

docs/AnnotationsInfoResponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**annotations** | [**AnnotationsInfo**](AnnotationsInfo.md) | | [optional]
9-
**code** | **number** | Response status code. *Inherited from [AsposeResponse](AsposeResponse.md)* |
10-
**status** | **string** | Response status. *Inherited from [AsposeResponse](AsposeResponse.md)* | [optional]
9+
**code** | **number** | Response status code.<br />*Inherited from [AsposeResponse](AsposeResponse.md)* |
10+
**status** | **string** | Response status.<br />*Inherited from [AsposeResponse](AsposeResponse.md)* | [optional]
1111

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

docs/Attachment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
1212
**modificationDate** | **string** | The date and time when the embedded file was last modified. | [optional]
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]
15-
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document. *Inherited from [LinkElement](LinkElement.md)* | [optional]
15+
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional]
1616

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

docs/AttachmentResponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**attachment** | [**Attachment**](Attachment.md) | | [optional]
9-
**code** | **number** | Response status code. *Inherited from [AsposeResponse](AsposeResponse.md)* |
10-
**status** | **string** | Response status. *Inherited from [AsposeResponse](AsposeResponse.md)* | [optional]
9+
**code** | **number** | Response status code.<br />*Inherited from [AsposeResponse](AsposeResponse.md)* |
10+
**status** | **string** | Response status.<br />*Inherited from [AsposeResponse](AsposeResponse.md)* | [optional]
1111

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

docs/Attachments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ List of attachment.
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**list** | [**Array&lt;LinkElement&gt;**](LinkElement.md) | | [optional]
9-
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document. *Inherited from [LinkElement](LinkElement.md)* | [optional]
9+
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional]
1010

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

docs/AttachmentsResponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**attachments** | [**Attachments**](Attachments.md) | | [optional]
9-
**code** | **number** | Response status code. *Inherited from [AsposeResponse](AsposeResponse.md)* |
10-
**status** | **string** | Response status. *Inherited from [AsposeResponse](AsposeResponse.md)* | [optional]
9+
**code** | **number** | Response status code.<br />*Inherited from [AsposeResponse](AsposeResponse.md)* |
10+
**status** | **string** | Response status.<br />*Inherited from [AsposeResponse](AsposeResponse.md)* | [optional]
1111

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

docs/CircleAnnotation.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ Provides CircleAnnotation.
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**color** | [**Color**](Color.md) | Color of the annotation. | [optional]
9-
**interiorColor** | [**Color**](Color.md) | Get the annotation InteriorColor. *Inherited from [CommonFigureAnnotation](CommonFigureAnnotation.md)* | [optional]
10-
**frame** | [**RectanglePdf**](RectanglePdf.md) | Get or set the annotation Rectangle of frame. *Inherited from [CommonFigureAnnotation](CommonFigureAnnotation.md)* | [optional]
11-
**richText** | **string** | Get the annotation RichText. *Inherited from [MarkupAnnotation](MarkupAnnotation.md)* | [optional]
12-
**contents** | **string** | Get the annotation content. *Inherited from [Annotation](Annotation.md)* | [optional]
13-
**creationDate** | **string** | The date and time when the annotation was created. *Inherited from [Annotation](Annotation.md)* | [optional]
14-
**subject** | **string** | Get the annotation subject. *Inherited from [Annotation](Annotation.md)* | [optional]
15-
**title** | **string** | Get the annotation title. *Inherited from [Annotation](Annotation.md)* | [optional]
16-
**modified** | **string** | The date and time when the annotation was last modified. *Inherited from [Annotation](Annotation.md)* | [optional]
17-
**id** | **string** | Gets ID of the annotation. *Inherited from [Annotation](Annotation.md)* | [optional]
18-
**flags** | [**Array&lt;AnnotationFlags&gt;**](AnnotationFlags.md) | Gets Flags of the annotation. *Inherited from [Annotation](Annotation.md)* | [optional]
19-
**name** | **string** | Gets Name of the annotation. *Inherited from [Annotation](Annotation.md)* | [optional]
20-
**rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. *Inherited from [Annotation](Annotation.md)* |
21-
**pageIndex** | **number** | Gets PageIndex of the annotation. *Inherited from [Annotation](Annotation.md)* | [optional]
22-
**zIndex** | **number** | Gets ZIndex of the annotation. *Inherited from [Annotation](Annotation.md)* | [optional]
23-
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. *Inherited from [Annotation](Annotation.md)* | [optional]
24-
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. *Inherited from [Annotation](Annotation.md)* | [optional]
25-
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document. *Inherited from [LinkElement](LinkElement.md)* | [optional]
9+
**interiorColor** | [**Color**](Color.md) | Get the annotation InteriorColor.<br />*Inherited from [CommonFigureAnnotation](CommonFigureAnnotation.md)* | [optional]
10+
**frame** | [**RectanglePdf**](RectanglePdf.md) | Get or set the annotation Rectangle of frame.<br />*Inherited from [CommonFigureAnnotation](CommonFigureAnnotation.md)* | [optional]
11+
**richText** | **string** | Get the annotation RichText.<br />*Inherited from [MarkupAnnotation](MarkupAnnotation.md)* | [optional]
12+
**contents** | **string** | Get the annotation content.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
13+
**creationDate** | **string** | The date and time when the annotation was created.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
14+
**subject** | **string** | Get the annotation subject.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
15+
**title** | **string** | Get the annotation title.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
16+
**modified** | **string** | The date and time when the annotation was last modified.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
17+
**id** | **string** | Gets ID of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
18+
**flags** | [**Array&lt;AnnotationFlags&gt;**](AnnotationFlags.md) | Gets Flags of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
19+
**name** | **string** | Gets Name of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
20+
**rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation.<br />*Inherited from [Annotation](Annotation.md)* |
21+
**pageIndex** | **number** | Gets PageIndex of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
22+
**zIndex** | **number** | Gets ZIndex of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
23+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
24+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
25+
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional]
2626

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

docs/CircleAnnotationResponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**annotation** | [**CircleAnnotation**](CircleAnnotation.md) | | [optional]
9-
**code** | **number** | Response status code. *Inherited from [AsposeResponse](AsposeResponse.md)* |
10-
**status** | **string** | Response status. *Inherited from [AsposeResponse](AsposeResponse.md)* | [optional]
9+
**code** | **number** | Response status code.<br />*Inherited from [AsposeResponse](AsposeResponse.md)* |
10+
**status** | **string** | Response status.<br />*Inherited from [AsposeResponse](AsposeResponse.md)* | [optional]
1111

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

0 commit comments

Comments
 (0)