asposeslidescloud 22.2.0 → 22.3.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 +3540 -3507
- package/api.js +11960 -11829
- package/internal/configuration.d.ts +44 -44
- package/internal/configuration.js +61 -60
- package/internal/objectSerializer.d.ts +18 -18
- package/internal/objectSerializer.js +185 -184
- package/internal/requestHelper.d.ts +33 -33
- package/internal/requestHelper.js +249 -247
- package/model.d.ts +6929 -6782
- package/model.js +4251 -4164
- package/package.json +24 -24
package/README.md
CHANGED
|
@@ -27,6 +27,16 @@ You may want to check out Aspose free [PPT to PDF](https://products.aspose.app/s
|
|
|
27
27
|
**Web:** HTML/HTML5
|
|
28
28
|
**Other:** MPEG4, SWF (export whole presentations)
|
|
29
29
|
|
|
30
|
+
## Enhancements in Version 22.3
|
|
31
|
+
* Added **ModernSlideComment** class to support modern comments. Also added **SlideCommentBase** as base class for comments.
|
|
32
|
+
* Added optional **shapeIndex** parameter to **CreateComment** and **CreateCommentOnline** methods.
|
|
33
|
+
* Added **GetParagraphRectangle**, **GetPortionRectangle** method and new **TextBounds** class to get paragraph or portion bounds.
|
|
34
|
+
* Added optional **shapeType** parameter for **GetShapes** method. You can now get list of shapes of a particular type (e.g. charts or tables).
|
|
35
|
+
* Added **FontFallbackRules** class and **FontFallbackRules** property to **ExportOptions** class.
|
|
36
|
+
* Added **LatinFont**, **EastAsianFont** and **ComplexScriptFont** properties to **Portion** class to enable getting and seting portion font name.
|
|
37
|
+
* Added **ChartLinesFormat** class; added **MajorGridLinesFormat** and **MinorGridLinesFormat** properties to Axis class.
|
|
38
|
+
* Added **HideLegend** boolean property to **Legend** class.
|
|
39
|
+
|
|
30
40
|
## Enhancements in Version 22.2
|
|
31
41
|
* Added **Mpeg4** to the list of allowed values for **ExportFormat** type. You can now convert presentations to video.
|
|
32
42
|
* New **HighlightShapeText** and **HighlightShapeRegex** methods.
|