Skip to content

Commit 3babf71

Browse files
Merge pull request #14 from kaferi/master
Update to v19.4
2 parents 603204d + bc5b2b8 commit 3babf71

Some content is hidden

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

46 files changed

+9870
-2271
lines changed

README.md

Lines changed: 35 additions & 5 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 = '19.3.0'
23+
version = '19.4.0'
2424

2525
buildscript {
2626
repositories {
@@ -71,7 +71,7 @@ dependencies {
7171
publish {
7272
groupId = 'com.aspose'
7373
artifactId = 'aspose-cloud-pdf'
74-
publishVersion = '19.3.0'
74+
publishVersion = '19.4.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/BorderCornerStyle.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# BorderCornerStyle
3+
Enumerates the border corner styles for border.
4+
5+
## Enum
6+
Name | Description
7+
------------ | ------------
8+
**None** | None border style.
9+
**Round** | Round border style.
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/BorderInfo.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
# BorderInfo
3+
This class represents border for graphics elements.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**left** | [**GraphInfo**](GraphInfo.md) | Gets or sets a object that indicates left of the border. | [optional]
9+
**right** | [**GraphInfo**](GraphInfo.md) | Gets or sets a object that indicates right of the border. | [optional]
10+
**top** | [**GraphInfo**](GraphInfo.md) | Gets or sets a object that indicates the top border. | [optional]
11+
**bottom** | [**GraphInfo**](GraphInfo.md) | Gets or sets a object that indicates bottom of the border. | [optional]
12+
**roundedBorderRadius** | **Double** | Gets or sets a rouded border radius | [optional]
13+
14+
15+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
16+
17+

docs/Cell.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
# Cell
3+
Represents a cell of the table's row.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**isNoBorder** | **Boolean** | Gets or sets the cell have border. | [optional]
9+
**margin** | [**MarginInfo**](MarginInfo.md) | Gets or sets the padding. | [optional]
10+
**border** | [**BorderInfo**](BorderInfo.md) | Gets or sets the border. | [optional]
11+
**backgroundColor** | [**Color**](Color.md) | Gets or sets the background color. | [optional]
12+
**backgroundImageFile** | **String** | Gets or sets the background image file. | [optional]
13+
**alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets the alignment. | [optional]
14+
**defaultCellTextState** | [**TextState**](TextState.md) | Gets or sets the default cell text state. | [optional]
15+
**paragraphs** | [**List<TextRect>**](TextRect.md) | Gets or sets the cell's formatted text. | [optional]
16+
**isWordWrapped** | **Boolean** | Gets or sets the cell's text word wrapped. | [optional]
17+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets the vertical alignment. | [optional]
18+
**colSpan** | **Integer** | Gets or sets the column span. | [optional]
19+
**rowSpan** | **Integer** | Gets or sets the row span. | [optional]
20+
**width** | **Double** | Gets or sets the column width. | [optional]
21+
22+
23+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
24+
25+

docs/ColumnAdjustment.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# ColumnAdjustment
3+
Enumerates column adjustment types.
4+
5+
## Enum
6+
Name | Description
7+
------------ | ------------
8+
**Customized** | Customized.
9+
**AutoFitToContent** | Auto fit to content.
10+
**AutoFitToWindow** | Auto fit to window.
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/CryptoAlgorithm.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
# CryptoAlgorithm
3+
Represent type of cryptographic algorithm that used in encryption/decryption
4+
routines.
5+
6+
## Enum
7+
Name | Description
8+
------------ | ------------
9+
**RC4x40** | RC4 with key length 40.
10+
**RC4x128** | RC4 with key length 128.
11+
**AESx128** | AES with key length 128.
12+
**AESx256** | AES with key length 256.
13+
14+
15+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
16+
17+

docs/GraphInfo.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
# GraphInfo
3+
Represents graphics info.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**lineWidth** | **Double** | Gets or sets a float value that indicates the line width of the graph. | [optional]
9+
**color** | [**Color**](Color.md) | Gets or sets a object that indicates the color of the graph. | [optional]
10+
**dashArray** | **List<Integer>** | Gets or sets a dash array. | [optional]
11+
**dashPhase** | **Integer** | Gets or sets a dash phase. | [optional]
12+
**fillColor** | [**Color**](Color.md) | Gets or sets a object that indicates the fill color of the graph. | [optional]
13+
**isDoubled** | **Boolean** | Gets or sets is border doubled. | [optional]
14+
**skewAngleX** | **Double** | Gets or sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system. | [optional]
15+
**skewAngleY** | **Double** | Gets or sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system. | [optional]
16+
**scalingRateX** | **Double** | Gets or sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system. | [optional]
17+
**scalingRateY** | **Double** | Gets or sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system. | [optional]
18+
**rotationAngle** | **Double** | Gets or sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system. | [optional]
19+
20+
21+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
22+
23+

docs/ImageFooter.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
# ImageFooter
3+
Represents Pdf image footer.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**fileName** | **String** | Gets or sets the file name. | [optional]
9+
**width** | **Double** | Gets or sets image width. Setting this property allos to scal image horizontally. | [optional]
10+
**height** | **Double** | Gets or sets image height. Setting this image allows to scale image vertically. | [optional]
11+
**bottomMargin** | **Double** | Gets or sets bottom margin of stamp. | [optional]
12+
**leftMargin** | **Double** | Gets or sets left margin of stamp. | [optional]
13+
**rightMargin** | **Double** | Gets or sets right margin of stamp. | [optional]
14+
**background** | **Boolean** | Sets or gets a bool value that indicates the content is stamped as background. If the value is true, the stamp content is layed at the bottom. By defalt, the value is false, the stamp content is layed at the top. | [optional]
15+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional]
16+
**opacity** | **Double** | Gets or sets a value to indicate the stamp opacity. The value is from 0.0 to 1.0. By default the value is 1.0. | [optional]
17+
**rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
18+
**rotateAngle** | **Double** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
19+
**xIndent** | **Double** | Horizontal stamp coordinate, starting from the left. | [optional]
20+
**yIndent** | **Double** | Vertical stamp coordinate, starting from the bottom. | [optional]
21+
**zoom** | **Double** | Zooming factor of the stamp. Allows to scale stamp. | [optional]
22+
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
23+
24+
25+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
26+
27+

docs/ImageHeader.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
# ImageHeader
3+
Represents Pdf image header.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**fileName** | **String** | Gets or sets the file name. | [optional]
9+
**width** | **Double** | Gets or sets image width. Setting this property allos to scal image horizontally. | [optional]
10+
**height** | **Double** | Gets or sets image height. Setting this image allows to scale image vertically. | [optional]
11+
**leftMargin** | **Double** | Gets or sets left margin of stamp. | [optional]
12+
**topMargin** | **Double** | Gets or sets top margin of stamp. | [optional]
13+
**rightMargin** | **Double** | Gets or sets right margin of stamp. | [optional]
14+
**background** | **Boolean** | Sets or gets a bool value that indicates the content is stamped as background. If the value is true, the stamp content is layed at the bottom. By defalt, the value is false, the stamp content is layed at the top. | [optional]
15+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional]
16+
**opacity** | **Double** | Gets or sets a value to indicate the stamp opacity. The value is from 0.0 to 1.0. By default the value is 1.0. | [optional]
17+
**rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
18+
**rotateAngle** | **Double** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
19+
**xIndent** | **Double** | Horizontal stamp coordinate, starting from the left. | [optional]
20+
**yIndent** | **Double** | Vertical stamp coordinate, starting from the bottom. | [optional]
21+
**zoom** | **Double** | Zooming factor of the stamp. Allows to scale stamp. | [optional]
22+
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
23+
24+
25+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
26+
27+

0 commit comments

Comments
 (0)