asposeslidescloud 22.1.1 → 22.4.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 CHANGED
@@ -18,13 +18,44 @@ You may want to check out Aspose free [PPT to PDF](https://products.aspose.app/s
18
18
 
19
19
  **Microsoft PowerPoint:** PPT, PPTX, PPS, PPSX, PPTM, PPSM, POTX, POTM
20
20
  **OpenOffice:** ODP, OTP, FODP
21
+ **Other**: PDF, PDF/A
21
22
 
22
23
  ## Save Presentation As
23
24
 
24
- **Fixed Layout:** PDF, PDF/A, XPS
25
- **Images:** JPEG, PNG, BMP, TIFF, SVG
25
+ **Fixed Layout:** XPS
26
+ **Images:** JPEG, PNG, BMP, TIFF, GIF, SVG
26
27
  **Web:** HTML/HTML5
27
- **Other:** SWF (export whole presentations)
28
+ **Other:** MPEG4, SWF (export whole presentations)
29
+
30
+ ## Enhancements in Version 22.4
31
+ * Added **TransitionType** and **SlidesTransitionDuration** properties to **VideoExportOptions** class to enable creation videos with transitions.
32
+ * Added **DefaultPortionFormat** property to **Paragraph** class. Added new **PortionFormat** class.
33
+ * Added **EmbeddedFileBase64Data** and a number of other properties to **OleObjectFrame** class to enable creation of OLE Object frames.
34
+ * Added **AccessPermissions** class to support access permissions for PDF export.
35
+ * Added **PictureFillformat** property to **AudioFrame** class.
36
+ * Added **RowIndex** and **ColumnIndex** properties to **TableCell** class.
37
+ * Moved **Width** and **Height** properties from **ExportOptions** base class to the new **ImageExportOptionsBase class**. This is a superclass for **ImageExportOptions**, **GifExportOptions** and **TiffExportOptions** classes.
38
+ * Removed redundant **Shapes** property from **ShapeBase** class. It is only left for **GroupShape** class.
39
+
40
+ ## Enhancements in Version 22.3
41
+ * Added **ModernSlideComment** class to support modern comments. Also added **SlideCommentBase** as base class for comments.
42
+ * Added optional **shapeIndex** parameter to **CreateComment** and **CreateCommentOnline** methods.
43
+ * Added **GetParagraphRectangle**, **GetPortionRectangle** method and new **TextBounds** class to get paragraph or portion bounds.
44
+ * Added optional **shapeType** parameter for **GetShapes** method. You can now get list of shapes of a particular type (e.g. charts or tables).
45
+ * Added **FontFallbackRules** class and **FontFallbackRules** property to **ExportOptions** class.
46
+ * Added **LatinFont**, **EastAsianFont** and **ComplexScriptFont** properties to **Portion** class to enable getting and seting portion font name.
47
+ * Added **ChartLinesFormat** class; added **MajorGridLinesFormat** and **MinorGridLinesFormat** properties to Axis class.
48
+ * Added **HideLegend** boolean property to **Legend** class.
49
+
50
+ ## Enhancements in Version 22.2
51
+ * Added **Mpeg4** to the list of allowed values for **ExportFormat** type. You can now convert presentations to video.
52
+ * New **HighlightShapeText** and **HighlightShapeRegex** methods.
53
+ * New **DeleteUnusedLayoutSlides** and **DeleteUnusedLayoutSlides** methods.
54
+ * New **ZoomFrame** and **ZoomObject** classes with a number of subclasses.
55
+ * Added **TextFrameFormat** property to **Shape** class to support WordArt.
56
+ * Added **XYSeries** class as a supercalss for **ScatterSeries** and **BubbleSeries** methods.
57
+ * Added **None** to the list of allowed values for **TimeUnitType** enum type.
58
+ * **Level** property of **Category** class is deprecated and will be removed after v22.4.
28
59
 
29
60
  ## Enhancements in Version 22.1
30
61
  * New **MathParagraph** property of **Portion** class allows to get and set math formulas. A set of **MathElement** subclasses allows to specify complex mathematical expressions.