aspose_slides_cloud 23.3.0 → 23.4.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: 66c9fd65542698f042084161460065bbea80b1327cc146ee1588af04829cc483
4
- data.tar.gz: ac102307a9b78a833abf0ab09a9a69cdd5427b35a0fe9193516d92456b15126e
3
+ metadata.gz: 7d6c26a696a733cb6aa140318cbda31d15cac3ff6d208deb28d8dddb0e2e01f8
4
+ data.tar.gz: 3f3d96fd5a8cb3e6ebb1f5deba18d1008d9765a096223bc54d9036f98899d82a
5
5
  SHA512:
6
- metadata.gz: c2997bf173a00c426a96f7db1513eba935b4a504191edba0607ad5cda1e789219287620a34f8cd9b8d238739a89342f5883b14fbfce956631dea3d94ae53a5cd
7
- data.tar.gz: 436d7d3163948b6392f67acc0821172f7b5a8f05b1fe79d0a6b1cacacca044a695ab71d7059aa0144e39e34698fa65cd49ed0ae0da92c92bd4b50730979d9ab0
6
+ metadata.gz: 5dc2706746cd7d9f57fbfdad90dd10f96283e73902a3e8098bffe7c75b3a170b4d465b8cbcb72cd76cea4916331426b3c0d68c955713118fbef05c72fbb1935d
7
+ data.tar.gz: 2083a739ff01b69571ce6f62398bc3965a1e90139d23eba9bd116061ff241d3344e21bc0b54d2c2ef26f3f405b6d1b5a652ca455a6fce917a3adb8b6b95d4c72
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- aspose_slides_cloud (23.3.0)
4
+ aspose_slides_cloud (23.4.0)
5
5
  faraday (~> 0.17, >= 0.17.3)
6
6
  json (~> 2.1, >= 2.1.0)
7
7
 
@@ -9,7 +9,7 @@ GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  ZenTest (4.12.1)
12
- addressable (2.8.1)
12
+ addressable (2.8.4)
13
13
  public_suffix (>= 2.0.2, < 6.0)
14
14
  autotest (4.4.6)
15
15
  ZenTest (>= 4.4.1)
@@ -33,19 +33,19 @@ GEM
33
33
  rspec-core (~> 3.12.0)
34
34
  rspec-expectations (~> 3.12.0)
35
35
  rspec-mocks (~> 3.12.0)
36
- rspec-core (3.12.1)
36
+ rspec-core (3.12.2)
37
37
  rspec-support (~> 3.12.0)
38
- rspec-expectations (3.12.2)
38
+ rspec-expectations (3.12.3)
39
39
  diff-lcs (>= 1.2.0, < 2.0)
40
40
  rspec-support (~> 3.12.0)
41
- rspec-mocks (3.12.4)
41
+ rspec-mocks (3.12.5)
42
42
  diff-lcs (>= 1.2.0, < 2.0)
43
43
  rspec-support (~> 3.12.0)
44
44
  rspec-support (3.12.0)
45
45
  rspec_junit_formatter (0.6.0)
46
46
  rspec-core (>= 2, < 4, != 2.12.0)
47
47
  rubyzip (2.3.2)
48
- sys-uname (1.2.2)
48
+ sys-uname (1.2.3)
49
49
  ffi (~> 1.1)
50
50
  vcr (3.0.3)
51
51
  webmock (1.24.6)
data/README.md CHANGED
@@ -27,6 +27,14 @@ 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.4
31
+
32
+ * Added **CreateTableRow**, **UpdateTableRow** and **DeleteTableRow** methods to add, update and delete table rows.
33
+ * Added **UpdateTableCell** method to update table cells.
34
+ * Added **MergeTableCells** and **SplitTableCell** methods to merge &amp; split table cells.
35
+ * Added methods to get, add, modify and delete paragraphs & portions within table cells: **GetTableCellParagraph**, **GetTableCellParagraphs**, **GetTableCellPortion**, **GetTableCellPortions**, **CreateTableCellParagraph**, **CreateTableCellPortion**, **UpdateTableCellPortion**, **UpdateTableCellParagraph**, **DeleteTableCellParagraph**, **DeleteTableCellPortion**.
36
+ * New **TextFrameFormat** property in **TableCell** class allows to specify text format for table cells.
37
+
30
38
  ## Enhancements in Version 23.3
31
39
 
32
40
  * Added **options** parameter to **SplitOnline** and **SplitAndSaveOnline** methods. Those options are the same as for other split & convert methods.
data/TestData/test.pptx CHANGED
Binary file