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.8.0
3
+
- Package version: 20.9.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.
Copy file name to clipboardExpand all lines: docs/RedactionAnnotation.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
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
20
20
**FillColor** | [***Color**](Color.md) | Gets or sets color to fill annotation. | [optional][default to null]
21
21
**BorderColor** | [***Color**](Color.md) | Gets or sets color of border which is drawn when redaction is not active. | [optional][default to null]
22
22
**OverlayText** | **string** | Text to print on redact annotation. | [optional][default to null]
23
-
**Repeat** | **bool** | If true overlay text will be repated on the annotation. | [optional][default to null]
23
+
**Repeat** | **bool** | If true overlay text will be repeated on the annotation. | [optional][default to null]
24
24
**TextAlignment** | [***HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets. Alignment of Overlay Text. | [optional][default to null]
25
25
26
26
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)[[View Source]](../redaction_annotation.go)
Copy file name to clipboardExpand all lines: docs/TextStyle.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
**Font** | **string** | Gets or sets font of the text. | [optional][default to null]
9
9
**ForegroundColor** | [***Color**](Color.md) | Gets or sets foreground color of the text. | [optional][default to null]
10
10
**BackgroundColor** | [***Color**](Color.md) | Sets background color of the text. | [optional][default to null]
11
+
**FontFile** | **string** | Sets path of font file in storage. | [optional][default to null]
11
12
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)[[View Source]](../text_style.go)
0 commit comments