Skip to content

Commit 09c2a83

Browse files
committed
Release Aspose.Cells Cloud SDK 21.7
1 parent 1136ad7 commit 09c2a83

File tree

10 files changed

+824
-31
lines changed

10 files changed

+824
-31
lines changed

docs/CellsApi.md

Lines changed: 186 additions & 24 deletions
Large diffs are not rendered by default.

docs/CellsDocumentProperty.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**link** | [**Link**](Link.md) | | [optional]
8-
**builtIn** | **String** | | [optional]
9-
**name** | **String** | | [optional]
10-
**value** | **String** | | [optional]
8+
**name** | **String** | Returns the name of the property. | [optional]
9+
**value** | **String** | Gets or sets the value of the property. | [optional]
10+
**isLinkedToContent** | **String** | Indicates whether this property is linked to content | [optional]
11+
**source** | **String** | The linked content source. | [optional]
12+
**type** | **String** | Gets the data type of the property. | [optional]
13+
**isGeneratedName** | **String** | Returns true if this property does not have a name in the OLE2 storage and a unique name was generated only for the public API. | [optional]
1114

1215

1316

docs/ChartOperateParameter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**string** | **String** | | [optional]
7+
**title** | **String** | | [optional]
88
**area** | **String** | | [optional]
99
**categoryData** | **String** | | [optional]
1010
**upperLeftRow** | **Integer** | | [optional]

docs/ConvertWorksheetTaskParameter.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
# ConvertWorksheetTaskParameter
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**workbook** | [**FileSource**](FileSource.md) | | [optional]
8+
**sheet** | **String** | | [optional]
9+
**target** | [**FileSource**](FileSource.md) | | [optional]
10+
**format** | **String** | | [optional]
11+
**area** | **String** | | [optional]
12+
**pageIndex** | **Integer** | | [optional]
13+
**verticalResolution** | **Integer** | | [optional]
14+
**horizontalResolution** | **Integer** | | [optional]
15+
16+
17+

docs/FileInfo.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# FileInfo
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**filename** | **String** | | [optional]
8+
**fileSize** | **Long** | |
9+
**fileContent** | **String** | | [optional]
10+
11+
12+

docs/FilesResult.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
# FilesResult
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**files** | [**List<FileInfo>**](FileInfo.md) | | [optional]
8+
9+
10+

0 commit comments

Comments
 (0)