Skip to content

Commit 20b36ce

Browse files
Merge pull request #8 from kaferi/master
Update to v18.11
2 parents 962ee34 + 578756d commit 20b36ce

File tree

86 files changed

+19374
-6993
lines changed

Some content is hidden

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

86 files changed

+19374
-6993
lines changed

README.md

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

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.10.0'
23+
version = '18.11.0'
2424

2525
buildscript {
2626
repositories {
@@ -71,7 +71,7 @@ dependencies {
7171
publish {
7272
groupId = 'com.aspose'
7373
artifactId = 'aspose-cloud-pdf'
74-
publishVersion = '18.10.0'
74+
publishVersion = '18.11.0'
7575
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.'
7676
licences = ['MIT']
7777
website = 'https://products.aspose.cloud/pdf/cloud'

docs/Annotation.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ Provides annotation.
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**contents** | **String** | Get the annotation content. | [optional]
9-
**creationDate** | **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** | [**List<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
@@ -7,9 +7,6 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**annotationType** | [**AnnotationType**](AnnotationType.md) | Gets annotation type. |
99
**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]
1310
**modified** | **String** | The date and time when the annotation was last modified. | [optional]
1411
**id** | **String** | Gets ID of the annotation. | [optional]
1512
**flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]

docs/CapStyle.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# CapStyle
3+
Style of line ending of Ink annotation line.
4+
5+
## Enum
6+
| Name |
7+
| ----------- |
8+
| **RECTANGULAR** |
9+
| **ROUNDED** |
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+

docs/CaretAnnotation.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
# CaretAnnotation
3+
Provides CaretAnnotation.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**color** | [**Color**](Color.md) | Color of the annotation. | [optional]
9+
**frame** | [**RectanglePdf**](RectanglePdf.md) | Gets or sets caret rectangle. | [optional]
10+
**symbol** | [**CaretSymbol**](CaretSymbol.md) | Gets or sets symbol associated with caret. | [optional]
11+
**creationDate** | **String** | The date and time when the annotation was created. | [optional]
12+
**subject** | **String** | Get the annotation subject. | [optional]
13+
**title** | **String** | Get the annotation title. | [optional]
14+
**richText** | **String** | Get the annotation RichText. | [optional]
15+
**contents** | **String** | Get the annotation content. | [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+

docs/CaretAnnotationResponse.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# CaretAnnotationResponse
3+
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**annotation** | [**CaretAnnotation**](CaretAnnotation.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+

docs/CaretAnnotations.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# CaretAnnotations
3+
List of annotations.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**list** | [**List<CaretAnnotation>**](CaretAnnotation.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+

docs/CaretAnnotationsResponse.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# CaretAnnotationsResponse
3+
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**annotations** | [**CaretAnnotations**](CaretAnnotations.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+

docs/CaretSymbol.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# CaretSymbol
3+
A symbol to be associated with the caret.
4+
5+
## Enum
6+
| Name |
7+
| ----------- |
8+
| **NONE** |
9+
| **PARAGRAPH** |
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+

0 commit comments

Comments
 (0)