asposeslidescloud 23.4.1 → 23.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/api.d.ts +3600 -3512
- package/api.js +11906 -11633
- package/internal/configuration.d.ts +48 -48
- package/internal/configuration.js +62 -62
- package/internal/objectSerializer.d.ts +18 -18
- package/internal/objectSerializer.js +185 -185
- package/internal/requestHelper.d.ts +32 -32
- package/internal/requestHelper.js +280 -280
- package/model.d.ts +8303 -8232
- package/model.js +4962 -4931
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,6 +27,16 @@ You may want to check out Aspose free [Powerpoint to PDF](https://products.aspos
|
|
|
27
27
|
**Web:** HTML/HTML5
|
|
28
28
|
**Other:** MPEG4, SWF (export whole presentations)
|
|
29
29
|
|
|
30
|
+
## Enhancements in Version 23.7
|
|
31
|
+
|
|
32
|
+
* New methods **ReplaceTextFormatting** and **ReplaceTextFormatting** allow to replace text with formatting.
|
|
33
|
+
* Added **AfterAnimationType**, **Rewind** and **AfterAnimationColor** methods to **Effect** class.
|
|
34
|
+
* Added **TrimFromStart** and **TrimFromEnd** methods to **VideoFrame** class.
|
|
35
|
+
|
|
36
|
+
## Enhancements in Version 23.6
|
|
37
|
+
|
|
38
|
+
* Added methods ho handle VBA methods: **GetVbaProject**, **GetVbaModule**, **CreateVbaModule**, **UpdateVbaModule** and **DeleteVbaModule**. Added model classes related to VBA: **VbaProject**, **VbaModule** and **VbaReference**.
|
|
39
|
+
|
|
30
40
|
## Enhancements in Version 23.4
|
|
31
41
|
|
|
32
42
|
* Added **CreateTableRow**, **UpdateTableRow** and **DeleteTableRow** methods to add, update and delete table rows.
|