You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ apply plugin: 'idea'
20
20
apply plugin: 'eclipse'
21
21
22
22
group ='com.aspose'
23
-
version ='22.2.0'
23
+
version ='22.3.0'
24
24
25
25
buildscript {
26
26
repositories {
@@ -84,7 +84,7 @@ dependencies {
84
84
publish {
85
85
groupId ='com.aspose'
86
86
artifactId ='aspose-pdf-cloud'
87
-
publishVersion ='22.2.0'
87
+
publishVersion ='22.3.0'
88
88
desc ='Aspose.PDF Cloud is a REST API for creating and editing PDF files. Most popular features proposed by Aspose.PDF Cloud: PDF to Word, Convert PDF to Image, Merge PDF, Split PDF, Add Images to PDF, Rotate PDF. 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.'
Copy file name to clipboardExpand all lines: docs/TextState.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ Name | Type | Description | Notes
11
11
**backgroundColor** | [**Color**](Color.md) | Sets background color of the text. | [optional]
12
12
**fontStyle** | [**FontStyles**](FontStyles.md) | Sets font style of the text. |
13
13
**fontFile** | **String** | Sets path of font file in storage. | [optional]
14
+
**underline** | **Boolean** | Gets or sets underline of the text. | [optional]
15
+
**strikeOut** | **Boolean** | Gets or sets strikeout of the text. | [optional]
16
+
**superscript** | **Boolean** | Gets or sets superscript mode of the text. | [optional]
17
+
**subscript** | **Boolean** | Gets or sets subscript mode of the text. | [optional]
14
18
15
19
16
20
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments