Skip to content

Commit 20c8b2a

Browse files
Merge pull request #14 from kaferi/master
Updated to v18.10
2 parents 911a40b + 4868a36 commit 20c8b2a

Some content is hidden

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

59 files changed

+14611
-5384
lines changed

README.md

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

sdk/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'idea'
2020
apply plugin: 'eclipse'
2121

2222
group = 'com.aspose'
23-
version = '18.9.0'
23+
version = '18.10.0'
2424

2525
buildscript {
2626
repositories {
@@ -96,7 +96,7 @@ dependencies {
9696
publish {
9797
groupId = 'com.aspose'
9898
artifactId = 'aspose-cloud-pdf-android'
99-
publishVersion = '18.9.0'
99+
publishVersion = '18.10.0'
100100
desc = 'Aspose.PDF Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.PDF Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.PDF Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.'
101101
licences = ['MIT']
102102
website = 'https://products.aspose.cloud/pdf/cloud'

sdk/docs/CaptionPosition.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# CaptionPosition
3+
Enumeration of the annotation?s caption positioning.
4+
5+
## Enum
6+
| Name |
7+
| ----------- |
8+
| **INLINE** |
9+
| **TOP** |
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+
13+

sdk/docs/CircleAnnotation.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
# CircleAnnotation
3+
Provides CircleAnnotation.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**color** | [**Color**](Color.md) | Color of the annotation. | [optional]
9+
**interiorColor** | [**Color**](Color.md) | Get the annotation InteriorColor. | [optional]
10+
**frame** | [**RectanglePdf**](RectanglePdf.md) | Get or set the annotation Rectangle of frame. | [optional]
11+
**richText** | **String** | Get the annotation RichText. | [optional]
12+
**contents** | **String** | Get the annotation content. | [optional]
13+
**creationDate** | **String** | The date and time when the annotation was created. | [optional]
14+
**subject** | **String** | Get the annotation subject. | [optional]
15+
**title** | **String** | Get the annotation title. | [optional]
16+
**modified** | **String** | The date and time when the annotation was last modified. | [optional]
17+
**id** | **String** | Gets ID of the annotation. | [optional]
18+
**flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
19+
**name** | **String** | Gets Name of the annotation. | [optional]
20+
**rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. |
21+
**pageIndex** | **Integer** | Gets PageIndex of the annotation. | [optional]
22+
**zIndex** | **Integer** | Gets ZIndex of the annotation. | [optional]
23+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
24+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
25+
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
26+
27+
28+
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
29+
30+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# CircleAnnotationResponse
3+
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**annotation** | [**CircleAnnotation**](CircleAnnotation.md) | | [optional]
9+
**code** | **Integer** | Response status code. |
10+
**status** | **String** | Response status. | [optional]
11+
12+
13+
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
14+
15+

sdk/docs/CircleAnnotations.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# CircleAnnotations
3+
List of annotations.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**list** | [**List<CircleAnnotation>**](CircleAnnotation.md) | | [optional]
9+
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
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+
14+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# CircleAnnotationsResponse
3+
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**annotations** | [**CircleAnnotations**](CircleAnnotations.md) | | [optional]
9+
**code** | **Integer** | Response status code. |
10+
**status** | **String** | Response status. | [optional]
11+
12+
13+
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
14+
15+

sdk/docs/CommonFigureAnnotation.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
# CommonFigureAnnotation
3+
Provides CommonFigureAnnotation.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**interiorColor** | [**Color**](Color.md) | Get the annotation InteriorColor. | [optional]
9+
**frame** | [**RectanglePdf**](RectanglePdf.md) | Get or set the annotation Rectangle of frame. | [optional]
10+
**richText** | **String** | Get the annotation RichText. | [optional]
11+
**contents** | **String** | Get the annotation content. | [optional]
12+
**creationDate** | **String** | The date and time when the annotation was created. | [optional]
13+
**subject** | **String** | Get the annotation subject. | [optional]
14+
**title** | **String** | Get the annotation title. | [optional]
15+
**modified** | **String** | The date and time when the annotation was last modified. | [optional]
16+
**id** | **String** | Gets ID of the annotation. | [optional]
17+
**flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
18+
**name** | **String** | Gets Name of the annotation. | [optional]
19+
**rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. |
20+
**pageIndex** | **Integer** | Gets PageIndex of the annotation. | [optional]
21+
**zIndex** | **Integer** | Gets ZIndex of the annotation. | [optional]
22+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
23+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
24+
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
25+
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+
29+

sdk/docs/LineAnnotation.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
# LineAnnotation
3+
Provides LineAnnotation.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**starting** | [**Point**](Point.md) | Gets or sets starting point of line. |
9+
**startingStyle** | [**LineEnding**](LineEnding.md) | Gets or sets line ending style for line starting point. | [optional]
10+
**ending** | [**Point**](Point.md) | Gets or sets ending point of line. |
11+
**endingStyle** | [**LineEnding**](LineEnding.md) | Gets or sets ending style for end point of line. | [optional]
12+
**interiorColor** | [**Color**](Color.md) | Gets or sets interior color of the annotation. | [optional]
13+
**leaderLine** | **Double** | Gets or sets leader line length. | [optional]
14+
**leaderLineExtension** | **Double** | Gets or sets length of leader line extension. | [optional]
15+
**leaderLineOffset** | **Double** | Gets or sets leader line offset. | [optional]
16+
**showCaption** | **Boolean** | Gets or sets boolean flag which determinies is contents must be shown as caption. | [optional]
17+
**captionOffset** | [**Point**](Point.md) | Gets or sets caption text offset from its normal position. | [optional]
18+
**captionPosition** | [**CaptionPosition**](CaptionPosition.md) | Gets or sets annotation caption position. | [optional]
19+
**color** | [**Color**](Color.md) | Color of the annotation. | [optional]
20+
**intent** | [**LineIntent**](LineIntent.md) | Gets or sets the intent of the line annotation. | [optional]
21+
**richText** | **String** | Get the annotation RichText. | [optional]
22+
**contents** | **String** | Get the annotation content. | [optional]
23+
**creationDate** | **String** | The date and time when the annotation was created. | [optional]
24+
**subject** | **String** | Get the annotation subject. | [optional]
25+
**title** | **String** | Get the annotation title. | [optional]
26+
**modified** | **String** | The date and time when the annotation was last modified. | [optional]
27+
**id** | **String** | Gets ID of the annotation. | [optional]
28+
**flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
29+
**name** | **String** | Gets Name of the annotation. | [optional]
30+
**rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. |
31+
**pageIndex** | **Integer** | Gets PageIndex of the annotation. | [optional]
32+
**zIndex** | **Integer** | Gets ZIndex of the annotation. | [optional]
33+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
34+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
35+
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
36+
37+
38+
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
39+
40+

sdk/docs/LineAnnotationResponse.md

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

0 commit comments

Comments
 (0)