asposeslidescloud
Advanced tools
Comparing version 23.3.1 to 23.4.0
@@ -160,3 +160,3 @@ "use strict"; | ||
} | ||
requestOptions.headers["x-aspose-client"] = "nodejs sdk v23.3.0"; | ||
requestOptions.headers["x-aspose-client"] = "nodejs sdk v23.4.0"; | ||
if (configuration.timeout) { | ||
@@ -163,0 +163,0 @@ requestOptions.headers["x-aspose-timeout"] = configuration.timeout; |
{ | ||
"name": "asposeslidescloud", | ||
"version": "23.3.1", | ||
"version": "23.4.0", | ||
"description": "Aspose.Slides Cloud SDK for Node.js", | ||
@@ -5,0 +5,0 @@ "homepage": "https://products.aspose.cloud/slides/cloud", |
@@ -30,2 +30,10 @@ ![](https://img.shields.io/badge/api-v3.0-lightgrey) ![npm](https://img.shields.io/npm/v/asposeslidescloud) ![npm bundle size](https://img.shields.io/bundlephobia/min/asposeslidescloud) ![node-current](https://img.shields.io/node/v/asposeslidescloud) ![npm type definitions](https://img.shields.io/npm/types/asposeslidescloud) [![GitHub license](https://img.shields.io/github/license/aspose-slides-cloud/aspose-slides-cloud-nodejs)](https://github.com/aspose-slides-cloud/aspose-slides-cloud-nodejs/blob/master/LICENSE) | ||
## Enhancements in Version 23.4 | ||
* Added **CreateTableRow**, **UpdateTableRow** and **DeleteTableRow** methods to add, update and delete table rows. | ||
* Added **UpdateTableCell** method to update table cells. | ||
* Added **MergeTableCells** and **SplitTableCell** methods to merge & split table cells. | ||
* Added methods to get, add, modify and delete paragraphs & portions within table cells: **GetTableCellParagraph**, **GetTableCellParagraphs**, **GetTableCellPortion**, **GetTableCellPortions**, **CreateTableCellParagraph**, **CreateTableCellPortion**, **UpdateTableCellPortion**, **UpdateTableCellParagraph**, **DeleteTableCellParagraph**, **DeleteTableCellPortion**. | ||
* New **TextFrameFormat** property in **TableCell** class allows to specify text format for table cells. | ||
## Enhancements in Version 23.3 | ||
@@ -32,0 +40,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1410317
28935
95