aspose_slides_cloud 19.9.0 → 20.5.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 +1 -1
- data/README.md +51 -2
- data/lib/aspose_slides_cloud.rb +6 -0
- data/lib/aspose_slides_cloud/api/slides_api.rb +219 -194
- data/lib/aspose_slides_cloud/api/slides_api_requests.rb +178 -105
- data/lib/aspose_slides_cloud/api_client.rb +4 -1
- data/lib/aspose_slides_cloud/configuration.rb +6 -1
- data/lib/aspose_slides_cloud/models/arrow_head_properties.rb +0 -15
- data/lib/aspose_slides_cloud/models/axis.rb +0 -160
- data/lib/aspose_slides_cloud/models/box_and_whisker_series.rb +490 -0
- data/lib/aspose_slides_cloud/models/bubble_series.rb +2 -37
- data/lib/aspose_slides_cloud/models/chart.rb +14 -4
- data/lib/aspose_slides_cloud/models/chart_category.rb +237 -0
- data/lib/aspose_slides_cloud/models/chart_wall.rb +0 -10
- data/lib/aspose_slides_cloud/models/common_slide_view_properties.rb +205 -0
- data/lib/aspose_slides_cloud/models/document.rb +11 -1
- data/lib/aspose_slides_cloud/models/document_replace_result.rb +11 -1
- data/lib/aspose_slides_cloud/models/legend.rb +0 -30
- data/lib/aspose_slides_cloud/models/line_format.rb +0 -35
- data/lib/aspose_slides_cloud/models/normal_view_restored_properties.rb +205 -0
- data/lib/aspose_slides_cloud/models/one_value_series.rb +2 -37
- data/lib/aspose_slides_cloud/models/plot_area.rb +0 -25
- data/lib/aspose_slides_cloud/models/scatter_series.rb +2 -37
- data/lib/aspose_slides_cloud/models/series.rb +2 -37
- data/lib/aspose_slides_cloud/models/series_marker.rb +0 -10
- data/lib/aspose_slides_cloud/models/table.rb +0 -40
- data/lib/aspose_slides_cloud/models/table_cell.rb +0 -40
- data/lib/aspose_slides_cloud/models/view_properties.rb +367 -0
- data/lib/aspose_slides_cloud/models/waterfall_series.rb +438 -0
- data/lib/aspose_slides_cloud/version.rb +1 -1
- data/spec/api/slides_api_spec.rb +1445 -925
- data/spec/extra/extra_spec.rb +20 -2
- data/spec/spec_utils.rb +28 -6
- data/testRules.json +17 -3
- metadata +8 -2
@@ -121,15 +121,15 @@ module AsposeSlidesCloud
|
|
121
121
|
# @param slide_index Slide index.
|
122
122
|
attr_accessor :slide_index
|
123
123
|
|
124
|
-
# @param path Shape path (for smart art and group shapes).
|
125
|
-
attr_accessor :path
|
126
|
-
|
127
124
|
# @param shape_index Shape index.
|
128
125
|
attr_accessor :shape_index
|
129
126
|
|
130
127
|
# @param paragraph_index Paragraph index.
|
131
128
|
attr_accessor :paragraph_index
|
132
129
|
|
130
|
+
# @param path Shape path (for smart art and group shapes).
|
131
|
+
attr_accessor :path
|
132
|
+
|
133
133
|
# @param password Document password.
|
134
134
|
attr_accessor :password
|
135
135
|
|
@@ -149,12 +149,12 @@ module AsposeSlidesCloud
|
|
149
149
|
# @param slide_index Slide index.
|
150
150
|
attr_accessor :slide_index
|
151
151
|
|
152
|
-
# @param path Shape path (for smart art and group shapes).
|
153
|
-
attr_accessor :path
|
154
|
-
|
155
152
|
# @param shape_index Shape index.
|
156
153
|
attr_accessor :shape_index
|
157
154
|
|
155
|
+
# @param path Shape path (for smart art and group shapes).
|
156
|
+
attr_accessor :path
|
157
|
+
|
158
158
|
# @param paragraphs The indices of the shapes to be deleted; delete all by default.
|
159
159
|
attr_accessor :paragraphs
|
160
160
|
|
@@ -177,9 +177,6 @@ module AsposeSlidesCloud
|
|
177
177
|
# @param slide_index Slide index.
|
178
178
|
attr_accessor :slide_index
|
179
179
|
|
180
|
-
# @param path Shape path (for smart art and group shapes).
|
181
|
-
attr_accessor :path
|
182
|
-
|
183
180
|
# @param shape_index Shape index.
|
184
181
|
attr_accessor :shape_index
|
185
182
|
|
@@ -189,6 +186,9 @@ module AsposeSlidesCloud
|
|
189
186
|
# @param portion_index Portion index.
|
190
187
|
attr_accessor :portion_index
|
191
188
|
|
189
|
+
# @param path Shape path (for smart art and group shapes).
|
190
|
+
attr_accessor :path
|
191
|
+
|
192
192
|
# @param password Document password.
|
193
193
|
attr_accessor :password
|
194
194
|
|
@@ -208,15 +208,15 @@ module AsposeSlidesCloud
|
|
208
208
|
# @param slide_index Slide index.
|
209
209
|
attr_accessor :slide_index
|
210
210
|
|
211
|
-
# @param path Shape path (for smart art and group shapes).
|
212
|
-
attr_accessor :path
|
213
|
-
|
214
211
|
# @param shape_index Shape index.
|
215
212
|
attr_accessor :shape_index
|
216
213
|
|
217
214
|
# @param paragraph_index Paragraph index.
|
218
215
|
attr_accessor :paragraph_index
|
219
216
|
|
217
|
+
# @param path Shape path (for smart art and group shapes).
|
218
|
+
attr_accessor :path
|
219
|
+
|
220
220
|
# @param portions The indices of the shapes to be deleted; delete all by default.
|
221
221
|
attr_accessor :portions
|
222
222
|
|
@@ -239,12 +239,12 @@ module AsposeSlidesCloud
|
|
239
239
|
# @param slide_index Slide index.
|
240
240
|
attr_accessor :slide_index
|
241
241
|
|
242
|
-
# @param path Shape path (for smart art and group shapes).
|
243
|
-
attr_accessor :path
|
244
|
-
|
245
242
|
# @param shape_index Shape index.
|
246
243
|
attr_accessor :shape_index
|
247
244
|
|
245
|
+
# @param path Shape path (for smart art and group shapes).
|
246
|
+
attr_accessor :path
|
247
|
+
|
248
248
|
# @param password Document password.
|
249
249
|
attr_accessor :password
|
250
250
|
|
@@ -289,15 +289,15 @@ module AsposeSlidesCloud
|
|
289
289
|
# @param slide_index Slide index.
|
290
290
|
attr_accessor :slide_index
|
291
291
|
|
292
|
-
# @param path Shape path (for smart art and group shapes).
|
293
|
-
attr_accessor :path
|
294
|
-
|
295
292
|
# @param shape_index Shape index.
|
296
293
|
attr_accessor :shape_index
|
297
294
|
|
298
295
|
# @param paragraph_index Paragraph index.
|
299
296
|
attr_accessor :paragraph_index
|
300
297
|
|
298
|
+
# @param path Shape path (for smart art and group shapes).
|
299
|
+
attr_accessor :path
|
300
|
+
|
301
301
|
# @param password Document password.
|
302
302
|
attr_accessor :password
|
303
303
|
|
@@ -317,12 +317,12 @@ module AsposeSlidesCloud
|
|
317
317
|
# @param slide_index Slide index.
|
318
318
|
attr_accessor :slide_index
|
319
319
|
|
320
|
-
# @param path Shape path (for smart art and group shapes).
|
321
|
-
attr_accessor :path
|
322
|
-
|
323
320
|
# @param shape_index Shape index.
|
324
321
|
attr_accessor :shape_index
|
325
322
|
|
323
|
+
# @param path Shape path (for smart art and group shapes).
|
324
|
+
attr_accessor :path
|
325
|
+
|
326
326
|
# @param paragraphs The indices of the shapes to be deleted; delete all by default.
|
327
327
|
attr_accessor :paragraphs
|
328
328
|
|
@@ -345,9 +345,6 @@ module AsposeSlidesCloud
|
|
345
345
|
# @param slide_index Slide index.
|
346
346
|
attr_accessor :slide_index
|
347
347
|
|
348
|
-
# @param path Shape path (for smart art and group shapes).
|
349
|
-
attr_accessor :path
|
350
|
-
|
351
348
|
# @param shape_index Shape index.
|
352
349
|
attr_accessor :shape_index
|
353
350
|
|
@@ -357,6 +354,9 @@ module AsposeSlidesCloud
|
|
357
354
|
# @param portion_index Portion index.
|
358
355
|
attr_accessor :portion_index
|
359
356
|
|
357
|
+
# @param path Shape path (for smart art and group shapes).
|
358
|
+
attr_accessor :path
|
359
|
+
|
360
360
|
# @param password Document password.
|
361
361
|
attr_accessor :password
|
362
362
|
|
@@ -376,15 +376,15 @@ module AsposeSlidesCloud
|
|
376
376
|
# @param slide_index Slide index.
|
377
377
|
attr_accessor :slide_index
|
378
378
|
|
379
|
-
# @param path Shape path (for smart art and group shapes).
|
380
|
-
attr_accessor :path
|
381
|
-
|
382
379
|
# @param shape_index Shape index.
|
383
380
|
attr_accessor :shape_index
|
384
381
|
|
385
382
|
# @param paragraph_index Paragraph index.
|
386
383
|
attr_accessor :paragraph_index
|
387
384
|
|
385
|
+
# @param path Shape path (for smart art and group shapes).
|
386
|
+
attr_accessor :path
|
387
|
+
|
388
388
|
# @param portions The indices of the shapes to be deleted; delete all by default.
|
389
389
|
attr_accessor :portions
|
390
390
|
|
@@ -552,12 +552,12 @@ module AsposeSlidesCloud
|
|
552
552
|
# @param slide_index Slide index.
|
553
553
|
attr_accessor :slide_index
|
554
554
|
|
555
|
-
# @param path Shape path (for smart art and group shapes).
|
556
|
-
attr_accessor :path
|
557
|
-
|
558
555
|
# @param shape_index Shape index.
|
559
556
|
attr_accessor :shape_index
|
560
557
|
|
558
|
+
# @param path Shape path (for smart art and group shapes).
|
559
|
+
attr_accessor :path
|
560
|
+
|
561
561
|
# @param password Document password.
|
562
562
|
attr_accessor :password
|
563
563
|
|
@@ -804,12 +804,12 @@ module AsposeSlidesCloud
|
|
804
804
|
# @param slide_index Slide index.
|
805
805
|
attr_accessor :slide_index
|
806
806
|
|
807
|
-
# @param path Shape path (for smart art and group shapes).
|
808
|
-
attr_accessor :path
|
809
|
-
|
810
807
|
# @param shape_index Shape index.
|
811
808
|
attr_accessor :shape_index
|
812
809
|
|
810
|
+
# @param path Shape path (for smart art and group shapes).
|
811
|
+
attr_accessor :path
|
812
|
+
|
813
813
|
# @param password Document password.
|
814
814
|
attr_accessor :password
|
815
815
|
|
@@ -829,15 +829,15 @@ module AsposeSlidesCloud
|
|
829
829
|
# @param slide_index Slide index.
|
830
830
|
attr_accessor :slide_index
|
831
831
|
|
832
|
-
# @param path Shape path (for smart art and group shapes).
|
833
|
-
attr_accessor :path
|
834
|
-
|
835
832
|
# @param shape_index Shape index.
|
836
833
|
attr_accessor :shape_index
|
837
834
|
|
838
835
|
# @param paragraph_index Paragraph index.
|
839
836
|
attr_accessor :paragraph_index
|
840
837
|
|
838
|
+
# @param path Shape path (for smart art and group shapes).
|
839
|
+
attr_accessor :path
|
840
|
+
|
841
841
|
# @param password Document password.
|
842
842
|
attr_accessor :password
|
843
843
|
|
@@ -857,12 +857,12 @@ module AsposeSlidesCloud
|
|
857
857
|
# @param slide_index Slide index.
|
858
858
|
attr_accessor :slide_index
|
859
859
|
|
860
|
-
# @param path Shape path (for smart art and group shapes).
|
861
|
-
attr_accessor :path
|
862
|
-
|
863
860
|
# @param shape_index Shape index.
|
864
861
|
attr_accessor :shape_index
|
865
862
|
|
863
|
+
# @param path Shape path (for smart art and group shapes).
|
864
|
+
attr_accessor :path
|
865
|
+
|
866
866
|
# @param password Document password.
|
867
867
|
attr_accessor :password
|
868
868
|
|
@@ -882,9 +882,6 @@ module AsposeSlidesCloud
|
|
882
882
|
# @param slide_index Slide index.
|
883
883
|
attr_accessor :slide_index
|
884
884
|
|
885
|
-
# @param path Shape path (for smart art and group shapes).
|
886
|
-
attr_accessor :path
|
887
|
-
|
888
885
|
# @param shape_index Shape index.
|
889
886
|
attr_accessor :shape_index
|
890
887
|
|
@@ -894,6 +891,9 @@ module AsposeSlidesCloud
|
|
894
891
|
# @param portion_index Portion index.
|
895
892
|
attr_accessor :portion_index
|
896
893
|
|
894
|
+
# @param path Shape path (for smart art and group shapes).
|
895
|
+
attr_accessor :path
|
896
|
+
|
897
897
|
# @param password Document password.
|
898
898
|
attr_accessor :password
|
899
899
|
|
@@ -913,15 +913,15 @@ module AsposeSlidesCloud
|
|
913
913
|
# @param slide_index Slide index.
|
914
914
|
attr_accessor :slide_index
|
915
915
|
|
916
|
-
# @param path Shape path (for smart art and group shapes).
|
917
|
-
attr_accessor :path
|
918
|
-
|
919
916
|
# @param shape_index Shape index.
|
920
917
|
attr_accessor :shape_index
|
921
918
|
|
922
919
|
# @param paragraph_index Paragraph index.
|
923
920
|
attr_accessor :paragraph_index
|
924
921
|
|
922
|
+
# @param path Shape path (for smart art and group shapes).
|
923
|
+
attr_accessor :path
|
924
|
+
|
925
925
|
# @param password Document password.
|
926
926
|
attr_accessor :password
|
927
927
|
|
@@ -994,9 +994,6 @@ module AsposeSlidesCloud
|
|
994
994
|
# @param slide_index Slide index.
|
995
995
|
attr_accessor :slide_index
|
996
996
|
|
997
|
-
# @param path Shape path (for smart art and group shapes).
|
998
|
-
attr_accessor :path
|
999
|
-
|
1000
997
|
# @param shape_index Shape index.
|
1001
998
|
attr_accessor :shape_index
|
1002
999
|
|
@@ -1006,6 +1003,9 @@ module AsposeSlidesCloud
|
|
1006
1003
|
# @param portion_index Portion index.
|
1007
1004
|
attr_accessor :portion_index
|
1008
1005
|
|
1006
|
+
# @param path Shape path (for smart art and group shapes).
|
1007
|
+
attr_accessor :path
|
1008
|
+
|
1009
1009
|
# @param password Document password.
|
1010
1010
|
attr_accessor :password
|
1011
1011
|
|
@@ -1025,15 +1025,15 @@ module AsposeSlidesCloud
|
|
1025
1025
|
# @param slide_index Slide index.
|
1026
1026
|
attr_accessor :slide_index
|
1027
1027
|
|
1028
|
-
# @param path Shape path (for smart art and group shapes).
|
1029
|
-
attr_accessor :path
|
1030
|
-
|
1031
1028
|
# @param shape_index Shape index.
|
1032
1029
|
attr_accessor :shape_index
|
1033
1030
|
|
1034
1031
|
# @param paragraph_index Paragraph index.
|
1035
1032
|
attr_accessor :paragraph_index
|
1036
1033
|
|
1034
|
+
# @param path Shape path (for smart art and group shapes).
|
1035
|
+
attr_accessor :path
|
1036
|
+
|
1037
1037
|
# @param password Document password.
|
1038
1038
|
attr_accessor :password
|
1039
1039
|
|
@@ -1075,12 +1075,12 @@ module AsposeSlidesCloud
|
|
1075
1075
|
# @param slide_index Slide index.
|
1076
1076
|
attr_accessor :slide_index
|
1077
1077
|
|
1078
|
-
# @param path Shape path (for smart art and group shapes).
|
1079
|
-
attr_accessor :path
|
1080
|
-
|
1081
1078
|
# @param shape_index Shape index.
|
1082
1079
|
attr_accessor :shape_index
|
1083
1080
|
|
1081
|
+
# @param path Shape path (for smart art and group shapes).
|
1082
|
+
attr_accessor :path
|
1083
|
+
|
1084
1084
|
# @param password Document password.
|
1085
1085
|
attr_accessor :password
|
1086
1086
|
|
@@ -1100,15 +1100,15 @@ module AsposeSlidesCloud
|
|
1100
1100
|
# @param slide_index Slide index.
|
1101
1101
|
attr_accessor :slide_index
|
1102
1102
|
|
1103
|
-
# @param path Shape path (for smart art and group shapes).
|
1104
|
-
attr_accessor :path
|
1105
|
-
|
1106
1103
|
# @param shape_index Shape index.
|
1107
1104
|
attr_accessor :shape_index
|
1108
1105
|
|
1109
1106
|
# @param paragraph_index Paragraph index.
|
1110
1107
|
attr_accessor :paragraph_index
|
1111
1108
|
|
1109
|
+
# @param path Shape path (for smart art and group shapes).
|
1110
|
+
attr_accessor :path
|
1111
|
+
|
1112
1112
|
# @param password Document password.
|
1113
1113
|
attr_accessor :password
|
1114
1114
|
|
@@ -1128,12 +1128,12 @@ module AsposeSlidesCloud
|
|
1128
1128
|
# @param slide_index Slide index.
|
1129
1129
|
attr_accessor :slide_index
|
1130
1130
|
|
1131
|
-
# @param path Shape path (for smart art and group shapes).
|
1132
|
-
attr_accessor :path
|
1133
|
-
|
1134
1131
|
# @param shape_index Shape index.
|
1135
1132
|
attr_accessor :shape_index
|
1136
1133
|
|
1134
|
+
# @param path Shape path (for smart art and group shapes).
|
1135
|
+
attr_accessor :path
|
1136
|
+
|
1137
1137
|
# @param password Document password.
|
1138
1138
|
attr_accessor :password
|
1139
1139
|
|
@@ -1524,6 +1524,22 @@ module AsposeSlidesCloud
|
|
1524
1524
|
attr_accessor :storage
|
1525
1525
|
end
|
1526
1526
|
|
1527
|
+
# request model for get_slides_view_properties
|
1528
|
+
class GetSlidesViewPropertiesRequest
|
1529
|
+
|
1530
|
+
# @param name Document name.
|
1531
|
+
attr_accessor :name
|
1532
|
+
|
1533
|
+
# @param password Document password.
|
1534
|
+
attr_accessor :password
|
1535
|
+
|
1536
|
+
# @param folder Document folder.
|
1537
|
+
attr_accessor :folder
|
1538
|
+
|
1539
|
+
# @param storage Document storage.
|
1540
|
+
attr_accessor :storage
|
1541
|
+
end
|
1542
|
+
|
1527
1543
|
# request model for move_file
|
1528
1544
|
class MoveFileRequest
|
1529
1545
|
|
@@ -1581,12 +1597,12 @@ module AsposeSlidesCloud
|
|
1581
1597
|
# @param slide_index Slide index.
|
1582
1598
|
attr_accessor :slide_index
|
1583
1599
|
|
1584
|
-
# @param path Shape path (for smart art and group shapes).
|
1585
|
-
attr_accessor :path
|
1586
|
-
|
1587
1600
|
# @param shape_index Shape index.
|
1588
1601
|
attr_accessor :shape_index
|
1589
1602
|
|
1603
|
+
# @param path Shape path (for smart art and group shapes).
|
1604
|
+
attr_accessor :path
|
1605
|
+
|
1590
1606
|
# @param dto Paragraph DTO.
|
1591
1607
|
attr_accessor :dto
|
1592
1608
|
|
@@ -1612,15 +1628,15 @@ module AsposeSlidesCloud
|
|
1612
1628
|
# @param slide_index Slide index.
|
1613
1629
|
attr_accessor :slide_index
|
1614
1630
|
|
1615
|
-
# @param path Shape path (for smart art and group shapes).
|
1616
|
-
attr_accessor :path
|
1617
|
-
|
1618
1631
|
# @param shape_index Shape index.
|
1619
1632
|
attr_accessor :shape_index
|
1620
1633
|
|
1621
1634
|
# @param paragraph_index Paragraph index.
|
1622
1635
|
attr_accessor :paragraph_index
|
1623
1636
|
|
1637
|
+
# @param path Shape path (for smart art and group shapes).
|
1638
|
+
attr_accessor :path
|
1639
|
+
|
1624
1640
|
# @param dto Portion DTO.
|
1625
1641
|
attr_accessor :dto
|
1626
1642
|
|
@@ -1749,6 +1765,44 @@ module AsposeSlidesCloud
|
|
1749
1765
|
attr_accessor :storage
|
1750
1766
|
end
|
1751
1767
|
|
1768
|
+
# request model for post_get_notes_slide
|
1769
|
+
class PostGetNotesSlideRequest
|
1770
|
+
|
1771
|
+
# @param slide_index Slide index.
|
1772
|
+
attr_accessor :slide_index
|
1773
|
+
|
1774
|
+
# @param document Document data.
|
1775
|
+
attr_accessor :document
|
1776
|
+
|
1777
|
+
# @param password Document password.
|
1778
|
+
attr_accessor :password
|
1779
|
+
end
|
1780
|
+
|
1781
|
+
# request model for post_get_notes_slide_with_format
|
1782
|
+
class PostGetNotesSlideWithFormatRequest
|
1783
|
+
|
1784
|
+
# @param slide_index Slide index.
|
1785
|
+
attr_accessor :slide_index
|
1786
|
+
|
1787
|
+
# @param format Output file format.
|
1788
|
+
attr_accessor :format
|
1789
|
+
|
1790
|
+
# @param document Document data.
|
1791
|
+
attr_accessor :document
|
1792
|
+
|
1793
|
+
# @param width Output file width.
|
1794
|
+
attr_accessor :width
|
1795
|
+
|
1796
|
+
# @param height Output file height.
|
1797
|
+
attr_accessor :height
|
1798
|
+
|
1799
|
+
# @param password Document password.
|
1800
|
+
attr_accessor :password
|
1801
|
+
|
1802
|
+
# @param fonts_folder Storage folder containing custom fonts to be used with the document.
|
1803
|
+
attr_accessor :fonts_folder
|
1804
|
+
end
|
1805
|
+
|
1752
1806
|
# request model for post_notes_slide_add_new_paragraph
|
1753
1807
|
class PostNotesSlideAddNewParagraphRequest
|
1754
1808
|
|
@@ -1758,12 +1812,12 @@ module AsposeSlidesCloud
|
|
1758
1812
|
# @param slide_index Slide index.
|
1759
1813
|
attr_accessor :slide_index
|
1760
1814
|
|
1761
|
-
# @param path Shape path (for smart art and group shapes).
|
1762
|
-
attr_accessor :path
|
1763
|
-
|
1764
1815
|
# @param shape_index Shape index.
|
1765
1816
|
attr_accessor :shape_index
|
1766
1817
|
|
1818
|
+
# @param path Shape path (for smart art and group shapes).
|
1819
|
+
attr_accessor :path
|
1820
|
+
|
1767
1821
|
# @param dto Paragraph DTO.
|
1768
1822
|
attr_accessor :dto
|
1769
1823
|
|
@@ -1789,15 +1843,15 @@ module AsposeSlidesCloud
|
|
1789
1843
|
# @param slide_index Slide index.
|
1790
1844
|
attr_accessor :slide_index
|
1791
1845
|
|
1792
|
-
# @param path Shape path (for smart art and group shapes).
|
1793
|
-
attr_accessor :path
|
1794
|
-
|
1795
1846
|
# @param shape_index Shape index.
|
1796
1847
|
attr_accessor :shape_index
|
1797
1848
|
|
1798
1849
|
# @param paragraph_index Paragraph index.
|
1799
1850
|
attr_accessor :paragraph_index
|
1800
1851
|
|
1852
|
+
# @param path Shape path (for smart art and group shapes).
|
1853
|
+
attr_accessor :path
|
1854
|
+
|
1801
1855
|
# @param dto Portion DTO.
|
1802
1856
|
attr_accessor :dto
|
1803
1857
|
|
@@ -1854,15 +1908,15 @@ module AsposeSlidesCloud
|
|
1854
1908
|
# @param slide_index Slide index.
|
1855
1909
|
attr_accessor :slide_index
|
1856
1910
|
|
1857
|
-
# @param path Shape path (for smart art and group shapes).
|
1858
|
-
attr_accessor :path
|
1859
|
-
|
1860
1911
|
# @param shape_index Index of shape starting from 1
|
1861
1912
|
attr_accessor :shape_index
|
1862
1913
|
|
1863
1914
|
# @param format Export picture format.
|
1864
1915
|
attr_accessor :format
|
1865
1916
|
|
1917
|
+
# @param path Shape path (for smart art and group shapes).
|
1918
|
+
attr_accessor :path
|
1919
|
+
|
1866
1920
|
# @param options export options
|
1867
1921
|
attr_accessor :options
|
1868
1922
|
|
@@ -1916,15 +1970,15 @@ module AsposeSlidesCloud
|
|
1916
1970
|
# @param slide_index Slide index.
|
1917
1971
|
attr_accessor :slide_index
|
1918
1972
|
|
1919
|
-
# @param path Shape path (for smart art and group shapes).
|
1920
|
-
attr_accessor :path
|
1921
|
-
|
1922
1973
|
# @param shape_index Index of shape starting from 1
|
1923
1974
|
attr_accessor :shape_index
|
1924
1975
|
|
1925
1976
|
# @param format Export picture format.
|
1926
1977
|
attr_accessor :format
|
1927
1978
|
|
1979
|
+
# @param path Shape path (for smart art and group shapes).
|
1980
|
+
attr_accessor :path
|
1981
|
+
|
1928
1982
|
# @param options export options
|
1929
1983
|
attr_accessor :options
|
1930
1984
|
|
@@ -2441,9 +2495,6 @@ module AsposeSlidesCloud
|
|
2441
2495
|
# @param slide_index Slide index.
|
2442
2496
|
attr_accessor :slide_index
|
2443
2497
|
|
2444
|
-
# @param path Shape path (for smart art and group shapes).
|
2445
|
-
attr_accessor :path
|
2446
|
-
|
2447
2498
|
# @param shape_index Index of shape starting from 1
|
2448
2499
|
attr_accessor :shape_index
|
2449
2500
|
|
@@ -2453,6 +2504,9 @@ module AsposeSlidesCloud
|
|
2453
2504
|
# @param out_path Output path.
|
2454
2505
|
attr_accessor :out_path
|
2455
2506
|
|
2507
|
+
# @param path Shape path (for smart art and group shapes).
|
2508
|
+
attr_accessor :path
|
2509
|
+
|
2456
2510
|
# @param options export options
|
2457
2511
|
attr_accessor :options
|
2458
2512
|
|
@@ -2506,9 +2560,6 @@ module AsposeSlidesCloud
|
|
2506
2560
|
# @param slide_index Slide index.
|
2507
2561
|
attr_accessor :slide_index
|
2508
2562
|
|
2509
|
-
# @param path Shape path (for smart art and group shapes).
|
2510
|
-
attr_accessor :path
|
2511
|
-
|
2512
2563
|
# @param shape_index Shape index.
|
2513
2564
|
attr_accessor :shape_index
|
2514
2565
|
|
@@ -2518,6 +2569,9 @@ module AsposeSlidesCloud
|
|
2518
2569
|
# @param portion_index Portion index.
|
2519
2570
|
attr_accessor :portion_index
|
2520
2571
|
|
2572
|
+
# @param path Shape path (for smart art and group shapes).
|
2573
|
+
attr_accessor :path
|
2574
|
+
|
2521
2575
|
# @param dto Portion DTO.
|
2522
2576
|
attr_accessor :dto
|
2523
2577
|
|
@@ -2540,15 +2594,15 @@ module AsposeSlidesCloud
|
|
2540
2594
|
# @param slide_index Slide index.
|
2541
2595
|
attr_accessor :slide_index
|
2542
2596
|
|
2543
|
-
# @param path Shape path (for smart art and group shapes).
|
2544
|
-
attr_accessor :path
|
2545
|
-
|
2546
2597
|
# @param shape_index Shape index.
|
2547
2598
|
attr_accessor :shape_index
|
2548
2599
|
|
2549
2600
|
# @param paragraph_index Paragraph index.
|
2550
2601
|
attr_accessor :paragraph_index
|
2551
2602
|
|
2603
|
+
# @param path Shape path (for smart art and group shapes).
|
2604
|
+
attr_accessor :path
|
2605
|
+
|
2552
2606
|
# @param dto Paragraph DTO.
|
2553
2607
|
attr_accessor :dto
|
2554
2608
|
|
@@ -2571,9 +2625,6 @@ module AsposeSlidesCloud
|
|
2571
2625
|
# @param slide_index Slide index.
|
2572
2626
|
attr_accessor :slide_index
|
2573
2627
|
|
2574
|
-
# @param path Shape path (for smart art and group shapes).
|
2575
|
-
attr_accessor :path
|
2576
|
-
|
2577
2628
|
# @param shape_index Index of shape starting from 1
|
2578
2629
|
attr_accessor :shape_index
|
2579
2630
|
|
@@ -2583,6 +2634,9 @@ module AsposeSlidesCloud
|
|
2583
2634
|
# @param out_path Output path.
|
2584
2635
|
attr_accessor :out_path
|
2585
2636
|
|
2637
|
+
# @param path Shape path (for smart art and group shapes).
|
2638
|
+
attr_accessor :path
|
2639
|
+
|
2586
2640
|
# @param options export options
|
2587
2641
|
attr_accessor :options
|
2588
2642
|
|
@@ -2729,12 +2783,12 @@ module AsposeSlidesCloud
|
|
2729
2783
|
# @param slide_index Slide index.
|
2730
2784
|
attr_accessor :slide_index
|
2731
2785
|
|
2732
|
-
# @param path Shape path (for smart art and group shapes).
|
2733
|
-
attr_accessor :path
|
2734
|
-
|
2735
2786
|
# @param shape_index Shape index.
|
2736
2787
|
attr_accessor :shape_index
|
2737
2788
|
|
2789
|
+
# @param path Shape path (for smart art and group shapes).
|
2790
|
+
attr_accessor :path
|
2791
|
+
|
2738
2792
|
# @param dto Shape DTO.
|
2739
2793
|
attr_accessor :dto
|
2740
2794
|
|
@@ -2930,6 +2984,25 @@ module AsposeSlidesCloud
|
|
2930
2984
|
attr_accessor :scale_type
|
2931
2985
|
end
|
2932
2986
|
|
2987
|
+
# request model for put_slides_view_properties
|
2988
|
+
class PutSlidesViewPropertiesRequest
|
2989
|
+
|
2990
|
+
# @param name Document name.
|
2991
|
+
attr_accessor :name
|
2992
|
+
|
2993
|
+
# @param dto The view properties data.
|
2994
|
+
attr_accessor :dto
|
2995
|
+
|
2996
|
+
# @param password Document password.
|
2997
|
+
attr_accessor :password
|
2998
|
+
|
2999
|
+
# @param folder Document folder.
|
3000
|
+
attr_accessor :folder
|
3001
|
+
|
3002
|
+
# @param storage Document storage.
|
3003
|
+
attr_accessor :storage
|
3004
|
+
end
|
3005
|
+
|
2933
3006
|
# request model for put_update_notes_slide
|
2934
3007
|
class PutUpdateNotesSlideRequest
|
2935
3008
|
|
@@ -2961,12 +3034,12 @@ module AsposeSlidesCloud
|
|
2961
3034
|
# @param slide_index Slide index.
|
2962
3035
|
attr_accessor :slide_index
|
2963
3036
|
|
2964
|
-
# @param path Shape path (for smart art and group shapes).
|
2965
|
-
attr_accessor :path
|
2966
|
-
|
2967
3037
|
# @param shape_index Shape index.
|
2968
3038
|
attr_accessor :shape_index
|
2969
3039
|
|
3040
|
+
# @param path Shape path (for smart art and group shapes).
|
3041
|
+
attr_accessor :path
|
3042
|
+
|
2970
3043
|
# @param dto Shape DTO.
|
2971
3044
|
attr_accessor :dto
|
2972
3045
|
|
@@ -2989,15 +3062,15 @@ module AsposeSlidesCloud
|
|
2989
3062
|
# @param slide_index Slide index.
|
2990
3063
|
attr_accessor :slide_index
|
2991
3064
|
|
2992
|
-
# @param path Shape path (for smart art and group shapes).
|
2993
|
-
attr_accessor :path
|
2994
|
-
|
2995
3065
|
# @param shape_index Shape index.
|
2996
3066
|
attr_accessor :shape_index
|
2997
3067
|
|
2998
3068
|
# @param paragraph_index Paragraph index.
|
2999
3069
|
attr_accessor :paragraph_index
|
3000
3070
|
|
3071
|
+
# @param path Shape path (for smart art and group shapes).
|
3072
|
+
attr_accessor :path
|
3073
|
+
|
3001
3074
|
# @param dto Paragraph DTO.
|
3002
3075
|
attr_accessor :dto
|
3003
3076
|
|
@@ -3020,9 +3093,6 @@ module AsposeSlidesCloud
|
|
3020
3093
|
# @param slide_index Slide index.
|
3021
3094
|
attr_accessor :slide_index
|
3022
3095
|
|
3023
|
-
# @param path Shape path (for smart art and group shapes).
|
3024
|
-
attr_accessor :path
|
3025
|
-
|
3026
3096
|
# @param shape_index Shape index.
|
3027
3097
|
attr_accessor :shape_index
|
3028
3098
|
|
@@ -3032,6 +3102,9 @@ module AsposeSlidesCloud
|
|
3032
3102
|
# @param portion_index Portion index.
|
3033
3103
|
attr_accessor :portion_index
|
3034
3104
|
|
3105
|
+
# @param path Shape path (for smart art and group shapes).
|
3106
|
+
attr_accessor :path
|
3107
|
+
|
3035
3108
|
# @param dto Portion DTO.
|
3036
3109
|
attr_accessor :dto
|
3037
3110
|
|
@@ -3055,12 +3128,12 @@ module AsposeSlidesCloud
|
|
3055
3128
|
# request model for upload_file
|
3056
3129
|
class UploadFileRequest
|
3057
3130
|
|
3058
|
-
# @param path Path where to upload including filename and extension e.g. /file.ext or /Folder 1/file.ext If the content is multipart and path does not contains the file name it tries to get them from filename parameter from Content-Disposition header.
|
3059
|
-
attr_accessor :path
|
3060
|
-
|
3061
3131
|
# @param file File to upload
|
3062
3132
|
attr_accessor :file
|
3063
3133
|
|
3134
|
+
# @param path Path where to upload including filename and extension e.g. /file.ext or /Folder 1/file.ext If the content is multipart and path does not contains the file name it tries to get them from filename parameter from Content-Disposition header.
|
3135
|
+
attr_accessor :path
|
3136
|
+
|
3064
3137
|
# @param storage_name Storage name
|
3065
3138
|
attr_accessor :storage_name
|
3066
3139
|
end
|