aspose_slides_cloud 22.6.0 → 22.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +9 -0
- data/TestData/test.pptx +0 -0
- data/lib/aspose_slides_cloud/api/slides_api.rb +471 -102
- data/lib/aspose_slides_cloud/models/axis_type.rb +42 -0
- data/lib/aspose_slides_cloud/models/chart_wall_type.rb +41 -0
- data/lib/aspose_slides_cloud/models/notes_slide_export_format.rb +18 -0
- data/lib/aspose_slides_cloud/models/presentation_to_merge.rb +2 -2
- data/lib/aspose_slides_cloud/models/save_slide.rb +2 -2
- data/lib/aspose_slides_cloud/models/slide_export_format.rb +1 -0
- data/lib/aspose_slides_cloud/type_registry.rb +2 -0
- data/lib/aspose_slides_cloud/version.rb +1 -1
- data/lib/aspose_slides_cloud.rb +2 -0
- data/spec/api/slides_api_spec.rb +1304 -372
- data/testRules.json +17 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ca853b76b83608f1f2fa907ba09a5b6791ba55bc856e563f1d3c11591013489
|
4
|
+
data.tar.gz: 02f4e40029d045dc320b4fd8a7b4929bfc4caa9ec6b210f68751490ec578a938
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d66816c50b2db5caeae59d3314725dc236fb3e159d7e047c8deae76cb432c7703a3afe8547d40a4760d6d79ab5722609f3f3a5337ea44d3bde1fd9796208e88
|
7
|
+
data.tar.gz: 3d28a2246cea34e5a5b477b45060418d86eb97797a0967403412619dfbc787683f784a09a72df02c99adbc3dafbbc24ce7a370f863238af8e43d8ffe3d87b01d
|
data/Gemfile.lock
CHANGED
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
|