aspose_slides_cloud 22.6.0 → 22.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dffff3d9c99673ac8495fc2a74b1b7b77fc2dc620c244383333fc3848a80d7eb
4
- data.tar.gz: 9771fb690c09604f3c1c9780ea45d67645308f71df63d91893d91048a762c8b1
3
+ metadata.gz: 2ca853b76b83608f1f2fa907ba09a5b6791ba55bc856e563f1d3c11591013489
4
+ data.tar.gz: 02f4e40029d045dc320b4fd8a7b4929bfc4caa9ec6b210f68751490ec578a938
5
5
  SHA512:
6
- metadata.gz: 96ce192e90db1cecf11d42ccca3e2d5c03d673cfefadf8b257a8baa2a8cd2c521a4b2d75176526aa328ce7f45fee6dcb973810d669fd905c386dfd61dac1b19a
7
- data.tar.gz: 9c218a03124f843338e91252f3b3c31a7e3d1f0b4092ebabe505353928632299520afddb0424ad2b315c05753aadd6cc2b82aa70e4dfd8df4691c406ebdea749
6
+ metadata.gz: 3d66816c50b2db5caeae59d3314725dc236fb3e159d7e047c8deae76cb432c7703a3afe8547d40a4760d6d79ab5722609f3f3a5337ea44d3bde1fd9796208e88
7
+ data.tar.gz: 3d28a2246cea34e5a5b477b45060418d86eb97797a0967403412619dfbc787683f784a09a72df02c99adbc3dafbbc24ce7a370f863238af8e43d8ffe3d87b01d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- aspose_slides_cloud (22.6.0)
4
+ aspose_slides_cloud (22.7.0)
5
5
  faraday (~> 0.17, >= 0.17.3)
6
6
  json (~> 2.1, >= 2.1.0)
7
7
 
data/README.md CHANGED
@@ -27,6 +27,15 @@ 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.7
31
+
32
+ * Added **Html**, **Pdf**, **Xps**, **Pptx**, **Odp**, **Otp**, **Ppt**, **Pps**, **Ppsx**, **Pptm**, **Ppsm**, **Potx**, **Pot**, **Potm**, **Svg**, **Fodp**, **Xaml**, **Html5** to the list of allowed values for **SlideExportFormat** enum. You can now export slide notes to those formats.
33
+ * Added **Html5** to the list of allowed values for **SlideExportFormat** enum. You can now export individual slides to HTML5.
34
+ * Added **Url** to the list of allowed values for **PresentationToMerge.SourceEnum** enum. You can now merge presentations from external URLs.
35
+ * New **DeleteUnusedMasterSlides** and **DeleteUnusedMasterSlidesOnline** methods.
36
+ * New **SetChartAxis**, **SetChartLegend**, **SetChartWall** methods allow to moduly chart elements more conveniently.
37
+ * **UpdateChartSeriesGroup** method was renamed to **SetChartSeriesGroup**.
38
+
30
39
  ## Enhancements in Version 22.6
31
40
  * Added ned **GetSubshapeParagraphEffective**, **GetParagraphEffective** and **GetSubshapePortionEffective**, **GetPortionEffective** methods to retrieve actual format values for paragraphs and portions, whether they are inherited from parent entities or not.
32
41
  * Password parameter is now optional for **GetProtectionProperties** method. So, you don't need to specify the password to check whether a presentation has a password.
data/TestData/test.pptx CHANGED
Binary file