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
+2-1Lines changed: 2 additions & 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.2.0
3
+
- Package version: 20.4.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/Cell.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
**Border** | [***BorderInfo**](BorderInfo.md) | Gets or sets the border. | [optional][default to null]
10
10
**BackgroundColor** | [***Color**](Color.md) | Gets or sets the background color. | [optional][default to null]
11
11
**BackgroundImageFile** | **string** | Gets or sets the background image file. | [optional][default to null]
12
+
**BackgroundImageStorageFile** | **string** | Gets or sets path of the background image file from storage. | [optional][default to null]
12
13
**Alignment** | [***HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets the alignment. | [optional][default to null]
13
14
**DefaultCellTextState** | [***TextState**](TextState.md) | Gets or sets the default cell text state. | [optional][default to null]
14
15
**Paragraphs** | [**[]TextRect**](TextRect.md) | Gets or sets the cell's formatted text. | [optional][default to null]
@@ -17,6 +18,8 @@ Name | Type | Description | Notes
17
18
**ColSpan** | **int32** | Gets or sets the column span. | [optional][default to null]
18
19
**RowSpan** | **int32** | Gets or sets the row span. | [optional][default to null]
19
20
**Width** | **float64** | Gets or sets the column width. | [optional][default to null]
21
+
**HtmlFragment** | **string** | Gets or sets Html fragment. | [optional][default to null]
22
+
**Images** | [**[]ImageFragment**](ImageFragment.md) | Gets or sets ImageFragment list. | [optional][default to null]
20
23
21
24
[[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]](../cell.go)
**ImageFile** | **string** | Gets or sets full storage path of image. | [default to null]
8
+
**FixWidth** | **float64** | Gets or sets fix width of the image. | [optional][default to null]
9
+
**FixHeight** | **float64** | Gets or sets fix height of the image. | [optional][default to null]
10
+
**HorizontalAlignment** | [***HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets horizontal alignment of the image. | [optional][default to null]
11
+
**VerticalAlignment** | [***VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of the image. | [optional][default to null]
12
+
**ImageScale** | **float64** | Gets or sets ImageScale of the image. | [optional][default to null]
13
+
**Margin** | [***MarginInfo**](MarginInfo.md) | Gets or sets Margin of the image. | [optional][default to null]
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)[[View Source]](../image_fragment.go)
0 commit comments