Skip to content

Commit 3ad123c

Browse files
Merge pull request #12 from kaferi/master
Updated to v18.10
2 parents 747ac74 + 8fbd7fb commit 3ad123c

Some content is hidden

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

60 files changed

+11761
-1695
lines changed

README.md

Lines changed: 56 additions & 4 deletions
Large diffs are not rendered by default.

docs/CaptionPosition.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AsposePdfCloud::CaptionPosition
2+
Enumeration of the annotation?s caption positioning.
3+
4+
## Enum
5+
Name | Type | Value
6+
------------ | ------------- | -------------
7+
**INLINE** | **String** | 'Inline'
8+
**TOP** | **String** | 'Top'
9+
10+
11+

docs/CircleAnnotation.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# AsposePdfCloud::CircleAnnotation
2+
Provides CircleAnnotation.
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+
**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]
12+
**modified** | **String** | The date and time when the annotation was last modified. | [optional]
13+
**id** | **String** | Gets ID of the annotation. | [optional]
14+
**flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
15+
**name** | **String** | Gets Name of the annotation. | [optional]
16+
**rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. | [optional]
17+
**page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
18+
**z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
19+
**horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
20+
**vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
21+
**rich_text** | **String** | Get the annotation RichText. | [optional]
22+
**interior_color** | [**Color**](Color.md) | Get the annotation InteriorColor. | [optional]
23+
**frame** | [**RectanglePdf**](RectanglePdf.md) | Get or set the annotation Rectangle of frame. | [optional]
24+
**color** | [**Color**](Color.md) | Color of the annotation. | [optional]
25+
26+

docs/CircleAnnotationResponse.md

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

docs/CircleAnnotations.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AsposePdfCloud::CircleAnnotations
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<CircleAnnotation>**](CircleAnnotation.md) | | [optional]
9+
10+

docs/CircleAnnotationsResponse.md

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

docs/CommonFigureAnnotation.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# AsposePdfCloud::CommonFigureAnnotation
2+
Provides CommonFigureAnnotation.
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+
**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]
12+
**modified** | **String** | The date and time when the annotation was last modified. | [optional]
13+
**id** | **String** | Gets ID of the annotation. | [optional]
14+
**flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
15+
**name** | **String** | Gets Name of the annotation. | [optional]
16+
**rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. | [optional]
17+
**page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
18+
**z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
19+
**horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
20+
**vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
21+
**rich_text** | **String** | Get the annotation RichText. | [optional]
22+
**interior_color** | [**Color**](Color.md) | Get the annotation InteriorColor. | [optional]
23+
**frame** | [**RectanglePdf**](RectanglePdf.md) | Get or set the annotation Rectangle of frame. | [optional]
24+
25+

docs/LineAnnotation.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# AsposePdfCloud::LineAnnotation
2+
Provides LineAnnotation.
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+
**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]
12+
**modified** | **String** | The date and time when the annotation was last modified. | [optional]
13+
**id** | **String** | Gets ID of the annotation. | [optional]
14+
**flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
15+
**name** | **String** | Gets Name of the annotation. | [optional]
16+
**rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. | [optional]
17+
**page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
18+
**z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
19+
**horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
20+
**vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
21+
**rich_text** | **String** | Get the annotation RichText. | [optional]
22+
**starting** | [**Point**](Point.md) | Gets or sets starting point of line. | [optional]
23+
**starting_style** | [**LineEnding**](LineEnding.md) | Gets or sets line ending style for line starting point. | [optional]
24+
**ending** | [**Point**](Point.md) | Gets or sets ending point of line. | [optional]
25+
**ending_style** | [**LineEnding**](LineEnding.md) | Gets or sets ending style for end point of line. | [optional]
26+
**interior_color** | [**Color**](Color.md) | Gets or sets interior color of the annotation. | [optional]
27+
**leader_line** | **Float** | Gets or sets leader line length. | [optional]
28+
**leader_line_extension** | **Float** | Gets or sets length of leader line extension. | [optional]
29+
**leader_line_offset** | **Float** | Gets or sets leader line offset. | [optional]
30+
**show_caption** | **BOOLEAN** | Gets or sets boolean flag which determinies is contents must be shown as caption. | [optional]
31+
**caption_offset** | [**Point**](Point.md) | Gets or sets caption text offset from its normal position. | [optional]
32+
**caption_position** | [**CaptionPosition**](CaptionPosition.md) | Gets or sets annotation caption position. | [optional]
33+
**color** | [**Color**](Color.md) | Color of the annotation. | [optional]
34+
**intent** | [**LineIntent**](LineIntent.md) | Gets or sets the intent of the line annotation. | [optional]
35+
36+

docs/LineAnnotationResponse.md

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

docs/LineAnnotations.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AsposePdfCloud::LineAnnotations
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<LineAnnotation>**](LineAnnotation.md) | | [optional]
9+
10+

0 commit comments

Comments
 (0)