Skip to content

Commit 2bf26a7

Browse files
Merge pull request #13 from kaferi/master
Update to v18.11
2 parents 3ad123c + 2b32c4e commit 2bf26a7

File tree

216 files changed

+16283
-2776
lines changed

Some content is hidden

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

216 files changed

+16283
-2776
lines changed

README.md

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

docs/Annotation.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
88
**contents** | **String** | Get the annotation content. | [optional]
9-
**creation_date** | **String** | The date and time when the annotation was created. | [optional]
10-
**subject** | **String** | Get the annotation subject. | [optional]
11-
**title** | **String** | Get the annotation title. | [optional]
129
**modified** | **String** | The date and time when the annotation was last modified. | [optional]
1310
**id** | **String** | Gets ID of the annotation. | [optional]
1411
**flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]

docs/AnnotationInfo.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
88
**contents** | **String** | Get the annotation content. | [optional]
9-
**creation_date** | **String** | The date and time when the annotation was created. | [optional]
10-
**subject** | **String** | Get the annotation subject. | [optional]
11-
**title** | **String** | Get the annotation title. | [optional]
129
**modified** | **String** | The date and time when the annotation was last modified. | [optional]
1310
**id** | **String** | Gets ID of the annotation. | [optional]
1411
**flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]

docs/CapStyle.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AsposePdfCloud::CapStyle
2+
Style of line ending of Ink annotation line.
3+
4+
## Enum
5+
Name | Type | Value
6+
------------ | ------------- | -------------
7+
**RECTANGULAR** | **String** | 'Rectangular'
8+
**ROUNDED** | **String** | 'Rounded'
9+
10+
11+

docs/CaretAnnotation.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# AsposePdfCloud::CaretAnnotation
2+
Provides CaretAnnotation.
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
8+
**contents** | **String** | Get the annotation content. | [optional]
9+
**modified** | **String** | The date and time when the annotation was last modified. | [optional]
10+
**id** | **String** | Gets ID of the annotation. | [optional]
11+
**flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
12+
**name** | **String** | Gets Name of the annotation. | [optional]
13+
**rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. | [optional]
14+
**page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
15+
**z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
16+
**horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
17+
**vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
18+
**creation_date** | **String** | The date and time when the annotation was created. | [optional]
19+
**subject** | **String** | Get the annotation subject. | [optional]
20+
**title** | **String** | Get the annotation title. | [optional]
21+
**rich_text** | **String** | Get the annotation RichText. | [optional]
22+
**color** | [**Color**](Color.md) | Color of the annotation. | [optional]
23+
**frame** | [**RectanglePdf**](RectanglePdf.md) | Gets or sets caret rectangle. | [optional]
24+
**symbol** | [**CaretSymbol**](CaretSymbol.md) | Gets or sets symbol associated with caret. | [optional]
25+
26+

docs/CaretAnnotationResponse.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AsposePdfCloud::CaretAnnotationResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**code** | **Integer** | Response status code. |
8+
**status** | **String** | Response status. | [optional]
9+
**annotation** | [**CaretAnnotation**](CaretAnnotation.md) | | [optional]
10+
11+

docs/CaretAnnotations.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AsposePdfCloud::CaretAnnotations
2+
List of annotations.
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
8+
**list** | [**Array<CaretAnnotation>**](CaretAnnotation.md) | | [optional]
9+
10+

docs/CaretAnnotationsResponse.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AsposePdfCloud::CaretAnnotationsResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**code** | **Integer** | Response status code. |
8+
**status** | **String** | Response status. | [optional]
9+
**annotations** | [**CaretAnnotations**](CaretAnnotations.md) | | [optional]
10+
11+

docs/CaretSymbol.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AsposePdfCloud::CaretSymbol
2+
A symbol to be associated with the caret.
3+
4+
## Enum
5+
Name | Type | Value
6+
------------ | ------------- | -------------
7+
**NONE** | **String** | 'None'
8+
**PARAGRAPH** | **String** | 'Paragraph'
9+
10+
11+

docs/CircleAnnotation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
88
**contents** | **String** | Get the annotation content. | [optional]
9-
**creation_date** | **String** | The date and time when the annotation was created. | [optional]
10-
**subject** | **String** | Get the annotation subject. | [optional]
11-
**title** | **String** | Get the annotation title. | [optional]
129
**modified** | **String** | The date and time when the annotation was last modified. | [optional]
1310
**id** | **String** | Gets ID of the annotation. | [optional]
1411
**flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
@@ -18,6 +15,9 @@ Name | Type | Description | Notes
1815
**z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
1916
**horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
2017
**vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
18+
**creation_date** | **String** | The date and time when the annotation was created. | [optional]
19+
**subject** | **String** | Get the annotation subject. | [optional]
20+
**title** | **String** | Get the annotation title. | [optional]
2121
**rich_text** | **String** | Get the annotation RichText. | [optional]
2222
**interior_color** | [**Color**](Color.md) | Get the annotation InteriorColor. | [optional]
2323
**frame** | [**RectanglePdf**](RectanglePdf.md) | Get or set the annotation Rectangle of frame. | [optional]

0 commit comments

Comments
 (0)