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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Aspose.PDF Cloud
2
2
- API version: 3.0
3
-
- Package version: 20.7.0
3
+
- Package version: 20.8.0
4
4
5
5
[Aspose.PDF Cloud](https://products.aspose.cloud/pdf) is a true REST API that enables you to perform a wide range of document processing operations including creation, manipulation, conversion and rendering of Pdf documents in the cloud.
**line_spacing** | [**LineSpacing**](LineSpacing.md) | Line spacing mode. | [optional]
8
8
**wrap_mode** | [**WrapMode**](WrapMode.md) | Word wrap mode. | [optional]
9
-
**horizontal_alignment** | [**TextHorizontalAlignment**](TextHorizontalAlignment.md) | Horizontal alignment for the text inside paragrph's rectangle. | [optional]
9
+
**horizontal_alignment** | [**TextHorizontalAlignment**](TextHorizontalAlignment.md) | Horizontal alignment for the text inside paragraph's rectangle. | [optional]
10
10
**left_margin** | **float** | Left margin. | [optional]
11
11
**right_margin** | **float** | Right margin. | [optional]
12
12
**top_margin** | **float** | Top margin. | [optional]
**vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Vertical alignment for the text inside paragrph's rectangle | [optional]
17
+
**vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Vertical alignment for the text inside paragraph's rectangle | [optional]
18
18
**lines** | [**list[TextLine]**](TextLine.md) | An array of text lines. |
19
19
20
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)
**font_size** | **float** | Gets or sets font size of the text. |
8
-
**font** | **str** | Gets or sets font of the text. | [optional]
8
+
**font** | **str** | Gets or sets font name of the text. | [optional]
9
9
**foreground_color** | [**Color**](Color.md) | Gets or sets foreground color of the text. | [optional]
10
10
**background_color** | [**Color**](Color.md) | Sets background color of the text. | [optional]
11
11
**font_style** | [**FontStyles**](FontStyles.md) | Sets font style of the text. |
12
+
**font_file** | **str** | Sets path of font file in storage. | [optional]
12
13
13
14
[[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