Skip to content

Commit 9f4bf03

Browse files
Merge pull request #17 from kaferi/master
Updated to v18.10
2 parents 864ce83 + 7c140af commit 9f4bf03

File tree

73 files changed

+17608
-3423
lines changed

Some content is hidden

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

73 files changed

+17608
-3423
lines changed

README.md

Lines changed: 53 additions & 1 deletion
Large diffs are not rendered by default.

docs/CaptionPosition.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Aspose.Pdf.Cloud.Sdk.Model.CaptionPosition
2+
Enumeration of the annotation?s caption positioning.
3+
4+
## Enum
5+
6+
| Name |
7+
|------------|
8+
|**Inline**|
9+
|**Top**|
10+
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+

docs/CircleAnnotation.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Aspose.Pdf.Cloud.Sdk.Model.CircleAnnotation
2+
Provides CircleAnnotation.
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
9+
**Contents** | **string** | Get the annotation content. | [optional]
10+
**CreationDate** | **string** | The date and time when the annotation was created. | [optional]
11+
**Subject** | **string** | Get the annotation subject. | [optional]
12+
**Title** | **string** | Get the annotation title. | [optional]
13+
**Modified** | **string** | The date and time when the annotation was last modified. | [optional]
14+
**Id** | **string** | Gets ID of the annotation. | [optional]
15+
**Flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
16+
**Name** | **string** | Gets Name of the annotation. | [optional]
17+
**Rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. | [optional]
18+
**PageIndex** | **int?** | Gets PageIndex of the annotation. | [optional]
19+
**ZIndex** | **int?** | Gets ZIndex of the annotation. | [optional]
20+
**HorizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
21+
**VerticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
22+
**RichText** | **string** | Get the annotation RichText. | [optional]
23+
**InteriorColor** | [**Color**](Color.md) | Get the annotation InteriorColor. | [optional]
24+
**Frame** | [**RectanglePdf**](RectanglePdf.md) | Get or set the annotation Rectangle of frame. | [optional]
25+
**Color** | [**Color**](Color.md) | Color of the annotation. | [optional]
26+
27+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28+

docs/CircleAnnotationResponse.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Aspose.Pdf.Cloud.Sdk.Model.CircleAnnotationResponse
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Code** | **int?** | Response status code. |
9+
**Status** | **string** | Response status. | [optional]
10+
**Annotation** | [**CircleAnnotation**](CircleAnnotation.md) | | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+

docs/CircleAnnotations.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Aspose.Pdf.Cloud.Sdk.Model.CircleAnnotations
2+
List of annotations.
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
9+
**List** | [**List<CircleAnnotation>**](CircleAnnotation.md) | | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+

docs/CircleAnnotationsResponse.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Aspose.Pdf.Cloud.Sdk.Model.CircleAnnotationsResponse
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Code** | **int?** | Response status code. |
9+
**Status** | **string** | Response status. | [optional]
10+
**Annotations** | [**CircleAnnotations**](CircleAnnotations.md) | | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+

docs/CommonFigureAnnotation.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Aspose.Pdf.Cloud.Sdk.Model.CommonFigureAnnotation
2+
Provides CommonFigureAnnotation.
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
9+
**Contents** | **string** | Get the annotation content. | [optional]
10+
**CreationDate** | **string** | The date and time when the annotation was created. | [optional]
11+
**Subject** | **string** | Get the annotation subject. | [optional]
12+
**Title** | **string** | Get the annotation title. | [optional]
13+
**Modified** | **string** | The date and time when the annotation was last modified. | [optional]
14+
**Id** | **string** | Gets ID of the annotation. | [optional]
15+
**Flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
16+
**Name** | **string** | Gets Name of the annotation. | [optional]
17+
**Rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. | [optional]
18+
**PageIndex** | **int?** | Gets PageIndex of the annotation. | [optional]
19+
**ZIndex** | **int?** | Gets ZIndex of the annotation. | [optional]
20+
**HorizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
21+
**VerticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
22+
**RichText** | **string** | Get the annotation RichText. | [optional]
23+
**InteriorColor** | [**Color**](Color.md) | Get the annotation InteriorColor. | [optional]
24+
**Frame** | [**RectanglePdf**](RectanglePdf.md) | Get or set the annotation Rectangle of frame. | [optional]
25+
26+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
27+

docs/LineAnnotation.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Aspose.Pdf.Cloud.Sdk.Model.LineAnnotation
2+
Provides LineAnnotation.
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
9+
**Contents** | **string** | Get the annotation content. | [optional]
10+
**CreationDate** | **string** | The date and time when the annotation was created. | [optional]
11+
**Subject** | **string** | Get the annotation subject. | [optional]
12+
**Title** | **string** | Get the annotation title. | [optional]
13+
**Modified** | **string** | The date and time when the annotation was last modified. | [optional]
14+
**Id** | **string** | Gets ID of the annotation. | [optional]
15+
**Flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
16+
**Name** | **string** | Gets Name of the annotation. | [optional]
17+
**Rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. | [optional]
18+
**PageIndex** | **int?** | Gets PageIndex of the annotation. | [optional]
19+
**ZIndex** | **int?** | Gets ZIndex of the annotation. | [optional]
20+
**HorizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
21+
**VerticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
22+
**RichText** | **string** | Get the annotation RichText. | [optional]
23+
**Starting** | [**Point**](Point.md) | Gets or sets starting point of line. | [optional]
24+
**StartingStyle** | [**LineEnding**](LineEnding.md) | Gets or sets line ending style for line starting point. | [optional]
25+
**Ending** | [**Point**](Point.md) | Gets or sets ending point of line. | [optional]
26+
**EndingStyle** | [**LineEnding**](LineEnding.md) | Gets or sets ending style for end point of line. | [optional]
27+
**InteriorColor** | [**Color**](Color.md) | Gets or sets interior color of the annotation. | [optional]
28+
**LeaderLine** | **double?** | Gets or sets leader line length. | [optional]
29+
**LeaderLineExtension** | **double?** | Gets or sets length of leader line extension. | [optional]
30+
**LeaderLineOffset** | **double?** | Gets or sets leader line offset. | [optional]
31+
**ShowCaption** | **bool?** | Gets or sets boolean flag which determinies is contents must be shown as caption. | [optional]
32+
**CaptionOffset** | [**Point**](Point.md) | Gets or sets caption text offset from its normal position. | [optional]
33+
**CaptionPosition** | [**CaptionPosition**](CaptionPosition.md) | Gets or sets annotation caption position. | [optional]
34+
**Color** | [**Color**](Color.md) | Color of the annotation. | [optional]
35+
**Intent** | [**LineIntent**](LineIntent.md) | Gets or sets the intent of the line annotation. | [optional]
36+
37+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
38+

docs/LineAnnotationResponse.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Aspose.Pdf.Cloud.Sdk.Model.LineAnnotationResponse
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Code** | **int?** | Response status code. |
9+
**Status** | **string** | Response status. | [optional]
10+
**Annotation** | [**LineAnnotation**](LineAnnotation.md) | | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+

docs/LineAnnotations.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Aspose.Pdf.Cloud.Sdk.Model.LineAnnotations
2+
List of annotations.
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
9+
**List** | [**List<LineAnnotation>**](LineAnnotation.md) | | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+

0 commit comments

Comments
 (0)