asposeslidescloud 22.1.0 → 22.3.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 +97 -76
- package/api.d.ts +3540 -0
- package/api.js +2186 -1875
- package/internal/configuration.d.ts +44 -0
- package/internal/configuration.js +1 -0
- package/internal/objectSerializer.d.ts +18 -0
- package/internal/objectSerializer.js +1 -0
- package/internal/requestHelper.d.ts +33 -0
- package/internal/requestHelper.js +4 -2
- package/model.d.ts +6929 -0
- package/model.js +261 -23
- package/package.json +1 -1
package/model.js
CHANGED
|
@@ -23,6 +23,11 @@
|
|
|
23
23
|
* SOFTWARE.
|
|
24
24
|
*/
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.OuterShadowEffect = exports.OrderedMergeRequest = exports.ObjectExist = exports.NotesSlideExportFormat = exports.NormalViewRestoredProperties = exports.ModelError = exports.MergingSource = exports.MathParagraph = exports.MathElement = exports.LineFormat = exports.LightRig = exports.Legend = exports.InteractiveSequence = exports.InputFile = exports.Input = exports.InnerShadowEffect = exports.ImageExportFormat = exports.IShapeExportOptions = exports.Hyperlink = exports.GradientFillStop = exports.GlowEffect = exports.GeometryPaths = exports.GeometryPath = exports.FontSet = exports.FontFallbackRule = exports.FillOverlayEffect = exports.FillFormat = exports.FilesUploadResult = exports.FilesList = exports.FileVersions = exports.ExportOptions = exports.ExportFormat = exports.ErrorDetails = exports.EntityExists = exports.EffectFormat = exports.Effect = exports.DiscUsage = exports.DataPoint = exports.CustomDashPattern = exports.CommonSlideViewProperties = exports.ChartWall = exports.ChartTitle = exports.ChartLinesFormat = exports.ChartCategory = exports.Camera = exports.BlurEffect = exports.Axis = exports.Axes = exports.ArrowHeadProperties = exports.ApiInfo = void 0;
|
|
27
|
+
exports.Document = exports.DelimiterElement = exports.CubicBezierToPathSegment = exports.ColorScheme = exports.ClosePathSegment = exports.BoxElement = exports.BorderBoxElement = exports.BlockElement = exports.Base64InputFile = exports.BarElement = exports.ArrayElement = exports.ArcToPathSegment = exports.AddSlide = exports.AddShape = exports.AddMasterSlide = exports.AddLayoutSlide = exports.AccentElement = exports.ThreeDFormat = exports.TextItem = exports.TextFrameFormat = exports.TextBounds = exports.Task = exports.TableRow = exports.TableColumn = exports.TableCell = exports.StorageFile = exports.StorageExist = exports.SpecialSlideType = exports.SoftEdgeEffect = exports.SmartArtNode = exports.SlideExportFormat = exports.SlideCommentBase = exports.ShapesAlignmentType = exports.ShapeType = exports.ShapeThumbnailBounds = exports.ShapeImageExportOptions = exports.ShapeExportFormat = exports.ShapeBevel = exports.SeriesMarker = exports.Series = exports.ResourceUri = exports.ResourceBase = exports.ReflectionEffect = exports.PresetShadowEffect = exports.PresentationsMergeRequest = exports.PresentationToMerge = exports.PlotArea = exports.Pipeline = exports.PathSegment = exports.OutputFile = void 0;
|
|
28
|
+
exports.ReorderSlide = exports.RemoveSlide = exports.RemoveShape = exports.RadicalElement = exports.QuadraticBezierToPathSegment = exports.ProtectionProperties = exports.PptxExportOptions = exports.Portions = exports.Portion = exports.Placeholders = exports.Placeholder = exports.PictureFill = exports.PdfExportOptions = exports.PatternFill = exports.PathOutputFile = exports.PathInputFile = exports.Paragraphs = exports.Paragraph = exports.OneValueSeries = exports.OneValueChartDataPoint = exports.NotesSlideHeaderFooter = exports.NotesSlide = exports.NoFill = exports.NaryOperatorElement = exports.MoveToPathSegment = exports.Merge = exports.MatrixElement = exports.MasterSlides = exports.MasterSlide = exports.LineToPathSegment = exports.LimitElement = exports.LeftSubSuperscriptElement = exports.LayoutSlides = exports.LayoutSlide = exports.Images = exports.ImageExportOptions = exports.Image = exports.HtmlExportOptions = exports.Html5ExportOptions = exports.HeaderFooter = exports.GroupingCharacterElement = exports.GradientFill = exports.GifExportOptions = exports.FunctionElement = exports.FractionElement = exports.FormatScheme = exports.FontScheme = exports.FileVersion = exports.DocumentProperty = exports.DocumentProperties = void 0;
|
|
29
|
+
exports.SmartArt = exports.SlideReplaceResult = exports.ScatterSeries = exports.OleObjectFrame = exports.GroupShape = exports.GraphicalObject = exports.GeometryShape = exports.DocumentReplaceResult = exports.Chart = exports.BubbleSeries = exports.BubbleChartDataPoint = exports.BoxAndWhiskerSeries = exports.XpsExportOptions = exports.XamlExportOptions = exports.XYSeries = exports.ViewProperties = exports.VideoExportOptions = exports.UpdateShape = exports.UpdateBackground = exports.TiffExportOptions = exports.Theme = exports.TextItems = exports.TextElement = exports.SwfExportOptions = exports.SvgExportOptions = exports.SuperscriptElement = exports.SubscriptElement = exports.SplitDocumentResult = exports.SolidFill = exports.Slides = exports.SlideProperties = exports.SlideModernComment = exports.SlideComments = exports.SlideComment = exports.SlideBackground = exports.SlideAnimation = exports.Slide = exports.Shapes = exports.ShapeBase = exports.Sections = exports.Section = exports.ScatterChartDataPoint = exports.SaveSlide = exports.SaveShape = exports.Save = exports.RightSubSuperscriptElement = exports.ResponseOutputFile = exports.ResetSlide = exports.RequestInputFile = exports.ReplaceText = void 0;
|
|
30
|
+
exports.SummaryZoomSection = exports.ZoomFrame = exports.VideoFrame = exports.SmartArtShape = exports.Shape = exports.SectionZoomFrame = exports.PictureFrame = exports.Connector = exports.AudioFrame = exports.ZoomObject = exports.WaterfallSeries = exports.WaterfallChartDataPoint = exports.Table = exports.SummaryZoomFrame = void 0;
|
|
26
31
|
/**
|
|
27
32
|
* Represents response for ApiInfo DTO
|
|
28
33
|
*/
|
|
@@ -97,12 +102,14 @@ exports.Axis = Axis;
|
|
|
97
102
|
})(DisplayUnitEnum = Axis.DisplayUnitEnum || (Axis.DisplayUnitEnum = {}));
|
|
98
103
|
let BaseUnitScaleEnum;
|
|
99
104
|
(function (BaseUnitScaleEnum) {
|
|
105
|
+
BaseUnitScaleEnum[BaseUnitScaleEnum["None"] = 'None'] = "None";
|
|
100
106
|
BaseUnitScaleEnum[BaseUnitScaleEnum["Days"] = 'Days'] = "Days";
|
|
101
107
|
BaseUnitScaleEnum[BaseUnitScaleEnum["Months"] = 'Months'] = "Months";
|
|
102
108
|
BaseUnitScaleEnum[BaseUnitScaleEnum["Years"] = 'Years'] = "Years";
|
|
103
109
|
})(BaseUnitScaleEnum = Axis.BaseUnitScaleEnum || (Axis.BaseUnitScaleEnum = {}));
|
|
104
110
|
let MajorUnitScaleEnum;
|
|
105
111
|
(function (MajorUnitScaleEnum) {
|
|
112
|
+
MajorUnitScaleEnum[MajorUnitScaleEnum["None"] = 'None'] = "None";
|
|
106
113
|
MajorUnitScaleEnum[MajorUnitScaleEnum["Days"] = 'Days'] = "Days";
|
|
107
114
|
MajorUnitScaleEnum[MajorUnitScaleEnum["Months"] = 'Months'] = "Months";
|
|
108
115
|
MajorUnitScaleEnum[MajorUnitScaleEnum["Years"] = 'Years'] = "Years";
|
|
@@ -116,6 +123,7 @@ exports.Axis = Axis;
|
|
|
116
123
|
})(MajorTickMarkEnum = Axis.MajorTickMarkEnum || (Axis.MajorTickMarkEnum = {}));
|
|
117
124
|
let MinorUnitScaleEnum;
|
|
118
125
|
(function (MinorUnitScaleEnum) {
|
|
126
|
+
MinorUnitScaleEnum[MinorUnitScaleEnum["None"] = 'None'] = "None";
|
|
119
127
|
MinorUnitScaleEnum[MinorUnitScaleEnum["Days"] = 'Days'] = "Days";
|
|
120
128
|
MinorUnitScaleEnum[MinorUnitScaleEnum["Months"] = 'Months'] = "Months";
|
|
121
129
|
MinorUnitScaleEnum[MinorUnitScaleEnum["Years"] = 'Years'] = "Years";
|
|
@@ -232,6 +240,12 @@ exports.Camera = Camera;
|
|
|
232
240
|
class ChartCategory {
|
|
233
241
|
}
|
|
234
242
|
exports.ChartCategory = ChartCategory;
|
|
243
|
+
/**
|
|
244
|
+
* Represents the lines format of chart elements.
|
|
245
|
+
*/
|
|
246
|
+
class ChartLinesFormat {
|
|
247
|
+
}
|
|
248
|
+
exports.ChartLinesFormat = ChartLinesFormat;
|
|
235
249
|
/**
|
|
236
250
|
* Represents chart title
|
|
237
251
|
*/
|
|
@@ -568,6 +582,7 @@ var ExportFormat;
|
|
|
568
582
|
ExportFormat[ExportFormat["Bmp"] = 'Bmp'] = "Bmp";
|
|
569
583
|
ExportFormat[ExportFormat["Fodp"] = 'Fodp'] = "Fodp";
|
|
570
584
|
ExportFormat[ExportFormat["Xaml"] = 'Xaml'] = "Xaml";
|
|
585
|
+
ExportFormat[ExportFormat["Mpeg4"] = 'Mpeg4'] = "Mpeg4";
|
|
571
586
|
})(ExportFormat = exports.ExportFormat || (exports.ExportFormat = {}));
|
|
572
587
|
/**
|
|
573
588
|
* Represents export options for whole presentation.
|
|
@@ -626,6 +641,12 @@ exports.FillOverlayEffect = FillOverlayEffect;
|
|
|
626
641
|
BlendEnum[BlendEnum["Screen"] = 'Screen'] = "Screen";
|
|
627
642
|
})(BlendEnum = FillOverlayEffect.BlendEnum || (FillOverlayEffect.BlendEnum = {}));
|
|
628
643
|
})(FillOverlayEffect = exports.FillOverlayEffect || (exports.FillOverlayEffect = {}));
|
|
644
|
+
/**
|
|
645
|
+
* Represents font fallback rule.
|
|
646
|
+
*/
|
|
647
|
+
class FontFallbackRule {
|
|
648
|
+
}
|
|
649
|
+
exports.FontFallbackRule = FontFallbackRule;
|
|
629
650
|
/**
|
|
630
651
|
* Font set.
|
|
631
652
|
*/
|
|
@@ -1293,6 +1314,31 @@ var ShapeThumbnailBounds;
|
|
|
1293
1314
|
ShapeThumbnailBounds[ShapeThumbnailBounds["Shape"] = 'Shape'] = "Shape";
|
|
1294
1315
|
ShapeThumbnailBounds[ShapeThumbnailBounds["Appearance"] = 'Appearance'] = "Appearance";
|
|
1295
1316
|
})(ShapeThumbnailBounds = exports.ShapeThumbnailBounds || (exports.ShapeThumbnailBounds = {}));
|
|
1317
|
+
/**
|
|
1318
|
+
* Shape type
|
|
1319
|
+
*/
|
|
1320
|
+
/**
|
|
1321
|
+
* Shape type
|
|
1322
|
+
*/
|
|
1323
|
+
var ShapeType;
|
|
1324
|
+
(function (ShapeType) {
|
|
1325
|
+
ShapeType[ShapeType["Shape"] = 'Shape'] = "Shape";
|
|
1326
|
+
ShapeType[ShapeType["Chart"] = 'Chart'] = "Chart";
|
|
1327
|
+
ShapeType[ShapeType["Table"] = 'Table'] = "Table";
|
|
1328
|
+
ShapeType[ShapeType["PictureFrame"] = 'PictureFrame'] = "PictureFrame";
|
|
1329
|
+
ShapeType[ShapeType["VideoFrame"] = 'VideoFrame'] = "VideoFrame";
|
|
1330
|
+
ShapeType[ShapeType["AudioFrame"] = 'AudioFrame'] = "AudioFrame";
|
|
1331
|
+
ShapeType[ShapeType["SmartArt"] = 'SmartArt'] = "SmartArt";
|
|
1332
|
+
ShapeType[ShapeType["OleObjectFrame"] = 'OleObjectFrame'] = "OleObjectFrame";
|
|
1333
|
+
ShapeType[ShapeType["GroupShape"] = 'GroupShape'] = "GroupShape";
|
|
1334
|
+
ShapeType[ShapeType["GraphicalObject"] = 'GraphicalObject'] = "GraphicalObject";
|
|
1335
|
+
ShapeType[ShapeType["Connector"] = 'Connector'] = "Connector";
|
|
1336
|
+
ShapeType[ShapeType["SmartArtShape"] = 'SmartArtShape'] = "SmartArtShape";
|
|
1337
|
+
ShapeType[ShapeType["ZoomFrame"] = 'ZoomFrame'] = "ZoomFrame";
|
|
1338
|
+
ShapeType[ShapeType["SectionZoomFrame"] = 'SectionZoomFrame'] = "SectionZoomFrame";
|
|
1339
|
+
ShapeType[ShapeType["SummaryZoomFrame"] = 'SummaryZoomFrame'] = "SummaryZoomFrame";
|
|
1340
|
+
ShapeType[ShapeType["SummaryZoomSection"] = 'SummaryZoomSection'] = "SummaryZoomSection";
|
|
1341
|
+
})(ShapeType = exports.ShapeType || (exports.ShapeType = {}));
|
|
1296
1342
|
/**
|
|
1297
1343
|
*
|
|
1298
1344
|
*/
|
|
@@ -1311,11 +1357,18 @@ var ShapesAlignmentType;
|
|
|
1311
1357
|
ShapesAlignmentType[ShapesAlignmentType["DistributeVertically"] = 'DistributeVertically'] = "DistributeVertically";
|
|
1312
1358
|
})(ShapesAlignmentType = exports.ShapesAlignmentType || (exports.ShapesAlignmentType = {}));
|
|
1313
1359
|
/**
|
|
1314
|
-
* Represents comment
|
|
1360
|
+
* Represents slide comment
|
|
1315
1361
|
*/
|
|
1316
|
-
class
|
|
1362
|
+
class SlideCommentBase {
|
|
1317
1363
|
}
|
|
1318
|
-
exports.
|
|
1364
|
+
exports.SlideCommentBase = SlideCommentBase;
|
|
1365
|
+
(function (SlideCommentBase) {
|
|
1366
|
+
let TypeEnum;
|
|
1367
|
+
(function (TypeEnum) {
|
|
1368
|
+
TypeEnum[TypeEnum["Regular"] = 'Regular'] = "Regular";
|
|
1369
|
+
TypeEnum[TypeEnum["Modern"] = 'Modern'] = "Modern";
|
|
1370
|
+
})(TypeEnum = SlideCommentBase.TypeEnum || (SlideCommentBase.TypeEnum = {}));
|
|
1371
|
+
})(SlideCommentBase = exports.SlideCommentBase || (exports.SlideCommentBase = {}));
|
|
1319
1372
|
/**
|
|
1320
1373
|
* Slide Export Format
|
|
1321
1374
|
*/
|
|
@@ -1459,6 +1512,66 @@ exports.Task = Task;
|
|
|
1459
1512
|
TypeEnum[TypeEnum["ReplaceText"] = 'ReplaceText'] = "ReplaceText";
|
|
1460
1513
|
})(TypeEnum = Task.TypeEnum || (Task.TypeEnum = {}));
|
|
1461
1514
|
})(Task = exports.Task || (exports.Task = {}));
|
|
1515
|
+
/**
|
|
1516
|
+
* Represents text bounds within a paragraph or portion.
|
|
1517
|
+
*/
|
|
1518
|
+
class TextBounds {
|
|
1519
|
+
}
|
|
1520
|
+
exports.TextBounds = TextBounds;
|
|
1521
|
+
/**
|
|
1522
|
+
* Contains the TextFrame's formatting properties.
|
|
1523
|
+
*/
|
|
1524
|
+
class TextFrameFormat {
|
|
1525
|
+
}
|
|
1526
|
+
exports.TextFrameFormat = TextFrameFormat;
|
|
1527
|
+
(function (TextFrameFormat) {
|
|
1528
|
+
let TransformEnum;
|
|
1529
|
+
(function (TransformEnum) {
|
|
1530
|
+
TransformEnum[TransformEnum["None"] = 'None'] = "None";
|
|
1531
|
+
TransformEnum[TransformEnum["Plain"] = 'Plain'] = "Plain";
|
|
1532
|
+
TransformEnum[TransformEnum["Stop"] = 'Stop'] = "Stop";
|
|
1533
|
+
TransformEnum[TransformEnum["Triangle"] = 'Triangle'] = "Triangle";
|
|
1534
|
+
TransformEnum[TransformEnum["TriangleInverted"] = 'TriangleInverted'] = "TriangleInverted";
|
|
1535
|
+
TransformEnum[TransformEnum["Chevron"] = 'Chevron'] = "Chevron";
|
|
1536
|
+
TransformEnum[TransformEnum["ChevronInverted"] = 'ChevronInverted'] = "ChevronInverted";
|
|
1537
|
+
TransformEnum[TransformEnum["RingInside"] = 'RingInside'] = "RingInside";
|
|
1538
|
+
TransformEnum[TransformEnum["RingOutside"] = 'RingOutside'] = "RingOutside";
|
|
1539
|
+
TransformEnum[TransformEnum["ArchUp"] = 'ArchUp'] = "ArchUp";
|
|
1540
|
+
TransformEnum[TransformEnum["ArchDown"] = 'ArchDown'] = "ArchDown";
|
|
1541
|
+
TransformEnum[TransformEnum["Circle"] = 'Circle'] = "Circle";
|
|
1542
|
+
TransformEnum[TransformEnum["Button"] = 'Button'] = "Button";
|
|
1543
|
+
TransformEnum[TransformEnum["ArchUpPour"] = 'ArchUpPour'] = "ArchUpPour";
|
|
1544
|
+
TransformEnum[TransformEnum["ArchDownPour"] = 'ArchDownPour'] = "ArchDownPour";
|
|
1545
|
+
TransformEnum[TransformEnum["CirclePour"] = 'CirclePour'] = "CirclePour";
|
|
1546
|
+
TransformEnum[TransformEnum["ButtonPour"] = 'ButtonPour'] = "ButtonPour";
|
|
1547
|
+
TransformEnum[TransformEnum["CurveUp"] = 'CurveUp'] = "CurveUp";
|
|
1548
|
+
TransformEnum[TransformEnum["CurveDown"] = 'CurveDown'] = "CurveDown";
|
|
1549
|
+
TransformEnum[TransformEnum["CanUp"] = 'CanUp'] = "CanUp";
|
|
1550
|
+
TransformEnum[TransformEnum["CanDown"] = 'CanDown'] = "CanDown";
|
|
1551
|
+
TransformEnum[TransformEnum["Wave1"] = 'Wave1'] = "Wave1";
|
|
1552
|
+
TransformEnum[TransformEnum["Wave2"] = 'Wave2'] = "Wave2";
|
|
1553
|
+
TransformEnum[TransformEnum["DoubleWave1"] = 'DoubleWave1'] = "DoubleWave1";
|
|
1554
|
+
TransformEnum[TransformEnum["Wave4"] = 'Wave4'] = "Wave4";
|
|
1555
|
+
TransformEnum[TransformEnum["Inflate"] = 'Inflate'] = "Inflate";
|
|
1556
|
+
TransformEnum[TransformEnum["Deflate"] = 'Deflate'] = "Deflate";
|
|
1557
|
+
TransformEnum[TransformEnum["InflateBottom"] = 'InflateBottom'] = "InflateBottom";
|
|
1558
|
+
TransformEnum[TransformEnum["DeflateBottom"] = 'DeflateBottom'] = "DeflateBottom";
|
|
1559
|
+
TransformEnum[TransformEnum["InflateTop"] = 'InflateTop'] = "InflateTop";
|
|
1560
|
+
TransformEnum[TransformEnum["DeflateTop"] = 'DeflateTop'] = "DeflateTop";
|
|
1561
|
+
TransformEnum[TransformEnum["DeflateInflate"] = 'DeflateInflate'] = "DeflateInflate";
|
|
1562
|
+
TransformEnum[TransformEnum["DeflateInflateDeflate"] = 'DeflateInflateDeflate'] = "DeflateInflateDeflate";
|
|
1563
|
+
TransformEnum[TransformEnum["FadeRight"] = 'FadeRight'] = "FadeRight";
|
|
1564
|
+
TransformEnum[TransformEnum["FadeLeft"] = 'FadeLeft'] = "FadeLeft";
|
|
1565
|
+
TransformEnum[TransformEnum["FadeUp"] = 'FadeUp'] = "FadeUp";
|
|
1566
|
+
TransformEnum[TransformEnum["FadeDown"] = 'FadeDown'] = "FadeDown";
|
|
1567
|
+
TransformEnum[TransformEnum["SlantUp"] = 'SlantUp'] = "SlantUp";
|
|
1568
|
+
TransformEnum[TransformEnum["SlantDown"] = 'SlantDown'] = "SlantDown";
|
|
1569
|
+
TransformEnum[TransformEnum["CascadeUp"] = 'CascadeUp'] = "CascadeUp";
|
|
1570
|
+
TransformEnum[TransformEnum["CascadeDown"] = 'CascadeDown'] = "CascadeDown";
|
|
1571
|
+
TransformEnum[TransformEnum["Custom"] = 'Custom'] = "Custom";
|
|
1572
|
+
TransformEnum[TransformEnum["NotDefined"] = 'NotDefined'] = "NotDefined";
|
|
1573
|
+
})(TransformEnum = TextFrameFormat.TransformEnum || (TextFrameFormat.TransformEnum = {}));
|
|
1574
|
+
})(TextFrameFormat = exports.TextFrameFormat || (exports.TextFrameFormat = {}));
|
|
1462
1575
|
/**
|
|
1463
1576
|
* Represents text item, referenced by TextItems
|
|
1464
1577
|
*/
|
|
@@ -1637,16 +1750,6 @@ class BoxElement extends MathElement {
|
|
|
1637
1750
|
}
|
|
1638
1751
|
}
|
|
1639
1752
|
exports.BoxElement = BoxElement;
|
|
1640
|
-
/**
|
|
1641
|
-
* A bubble series.
|
|
1642
|
-
*/
|
|
1643
|
-
class BubbleSeries extends Series {
|
|
1644
|
-
constructor() {
|
|
1645
|
-
super();
|
|
1646
|
-
this.dataPointType = BubbleSeries.DataPointTypeEnum.Bubble;
|
|
1647
|
-
}
|
|
1648
|
-
}
|
|
1649
|
-
exports.BubbleSeries = BubbleSeries;
|
|
1650
1753
|
/**
|
|
1651
1754
|
* Close path segment of the geometry path
|
|
1652
1755
|
*/
|
|
@@ -2752,6 +2855,7 @@ exports.Save = Save;
|
|
|
2752
2855
|
FormatEnum[FormatEnum["Bmp"] = 'Bmp'] = "Bmp";
|
|
2753
2856
|
FormatEnum[FormatEnum["Fodp"] = 'Fodp'] = "Fodp";
|
|
2754
2857
|
FormatEnum[FormatEnum["Xaml"] = 'Xaml'] = "Xaml";
|
|
2858
|
+
FormatEnum[FormatEnum["Mpeg4"] = 'Mpeg4'] = "Mpeg4";
|
|
2755
2859
|
})(FormatEnum = Save.FormatEnum || (Save.FormatEnum = {}));
|
|
2756
2860
|
})(Save = exports.Save || (exports.Save = {}));
|
|
2757
2861
|
/**
|
|
@@ -2821,16 +2925,6 @@ class ScatterChartDataPoint extends DataPoint {
|
|
|
2821
2925
|
}
|
|
2822
2926
|
}
|
|
2823
2927
|
exports.ScatterChartDataPoint = ScatterChartDataPoint;
|
|
2824
|
-
/**
|
|
2825
|
-
* A scatter series
|
|
2826
|
-
*/
|
|
2827
|
-
class ScatterSeries extends Series {
|
|
2828
|
-
constructor() {
|
|
2829
|
-
super();
|
|
2830
|
-
this.dataPointType = ScatterSeries.DataPointTypeEnum.Scatter;
|
|
2831
|
-
}
|
|
2832
|
-
}
|
|
2833
|
-
exports.ScatterSeries = ScatterSeries;
|
|
2834
2928
|
/**
|
|
2835
2929
|
* Presentation section.
|
|
2836
2930
|
*/
|
|
@@ -2873,6 +2967,10 @@ exports.ShapeBase = ShapeBase;
|
|
|
2873
2967
|
TypeEnum[TypeEnum["GraphicalObject"] = 'GraphicalObject'] = "GraphicalObject";
|
|
2874
2968
|
TypeEnum[TypeEnum["Connector"] = 'Connector'] = "Connector";
|
|
2875
2969
|
TypeEnum[TypeEnum["SmartArtShape"] = 'SmartArtShape'] = "SmartArtShape";
|
|
2970
|
+
TypeEnum[TypeEnum["ZoomFrame"] = 'ZoomFrame'] = "ZoomFrame";
|
|
2971
|
+
TypeEnum[TypeEnum["SectionZoomFrame"] = 'SectionZoomFrame'] = "SectionZoomFrame";
|
|
2972
|
+
TypeEnum[TypeEnum["SummaryZoomFrame"] = 'SummaryZoomFrame'] = "SummaryZoomFrame";
|
|
2973
|
+
TypeEnum[TypeEnum["SummaryZoomSection"] = 'SummaryZoomSection'] = "SummaryZoomSection";
|
|
2876
2974
|
})(TypeEnum = ShapeBase.TypeEnum || (ShapeBase.TypeEnum = {}));
|
|
2877
2975
|
})(ShapeBase = exports.ShapeBase || (exports.ShapeBase = {}));
|
|
2878
2976
|
/**
|
|
@@ -2922,6 +3020,16 @@ exports.SlideBackground = SlideBackground;
|
|
|
2922
3020
|
TypeEnum[TypeEnum["NotDefined"] = 'NotDefined'] = "NotDefined";
|
|
2923
3021
|
})(TypeEnum = SlideBackground.TypeEnum || (SlideBackground.TypeEnum = {}));
|
|
2924
3022
|
})(SlideBackground = exports.SlideBackground || (exports.SlideBackground = {}));
|
|
3023
|
+
/**
|
|
3024
|
+
* Represents comment of slide
|
|
3025
|
+
*/
|
|
3026
|
+
class SlideComment extends SlideCommentBase {
|
|
3027
|
+
constructor() {
|
|
3028
|
+
super();
|
|
3029
|
+
this.type = SlideComment.TypeEnum.Regular;
|
|
3030
|
+
}
|
|
3031
|
+
}
|
|
3032
|
+
exports.SlideComment = SlideComment;
|
|
2925
3033
|
/**
|
|
2926
3034
|
* Represents comments collection of slide
|
|
2927
3035
|
*/
|
|
@@ -2931,6 +3039,25 @@ class SlideComments extends ResourceBase {
|
|
|
2931
3039
|
}
|
|
2932
3040
|
}
|
|
2933
3041
|
exports.SlideComments = SlideComments;
|
|
3042
|
+
/**
|
|
3043
|
+
* Represents modern comment of slide
|
|
3044
|
+
*/
|
|
3045
|
+
class SlideModernComment extends SlideCommentBase {
|
|
3046
|
+
constructor() {
|
|
3047
|
+
super();
|
|
3048
|
+
this.type = SlideModernComment.TypeEnum.Modern;
|
|
3049
|
+
}
|
|
3050
|
+
}
|
|
3051
|
+
exports.SlideModernComment = SlideModernComment;
|
|
3052
|
+
(function (SlideModernComment) {
|
|
3053
|
+
let StatusEnum;
|
|
3054
|
+
(function (StatusEnum) {
|
|
3055
|
+
StatusEnum[StatusEnum["NotDefined"] = 'NotDefined'] = "NotDefined";
|
|
3056
|
+
StatusEnum[StatusEnum["Active"] = 'Active'] = "Active";
|
|
3057
|
+
StatusEnum[StatusEnum["Resolved"] = 'Resolved'] = "Resolved";
|
|
3058
|
+
StatusEnum[StatusEnum["Closed"] = 'Closed'] = "Closed";
|
|
3059
|
+
})(StatusEnum = SlideModernComment.StatusEnum || (SlideModernComment.StatusEnum = {}));
|
|
3060
|
+
})(SlideModernComment = exports.SlideModernComment || (exports.SlideModernComment = {}));
|
|
2934
3061
|
/**
|
|
2935
3062
|
* Slide properties.
|
|
2936
3063
|
*/
|
|
@@ -3161,6 +3288,25 @@ class UpdateShape extends Task {
|
|
|
3161
3288
|
}
|
|
3162
3289
|
}
|
|
3163
3290
|
exports.UpdateShape = UpdateShape;
|
|
3291
|
+
/**
|
|
3292
|
+
* Provides options that control how a presentation is saved in an video format.
|
|
3293
|
+
*/
|
|
3294
|
+
class VideoExportOptions extends ExportOptions {
|
|
3295
|
+
constructor() {
|
|
3296
|
+
super();
|
|
3297
|
+
this.format = 'mpeg4';
|
|
3298
|
+
}
|
|
3299
|
+
}
|
|
3300
|
+
exports.VideoExportOptions = VideoExportOptions;
|
|
3301
|
+
(function (VideoExportOptions) {
|
|
3302
|
+
let VideoResolutionTypeEnum;
|
|
3303
|
+
(function (VideoResolutionTypeEnum) {
|
|
3304
|
+
VideoResolutionTypeEnum[VideoResolutionTypeEnum["FullHD"] = 'FullHD'] = "FullHD";
|
|
3305
|
+
VideoResolutionTypeEnum[VideoResolutionTypeEnum["SD"] = 'SD'] = "SD";
|
|
3306
|
+
VideoResolutionTypeEnum[VideoResolutionTypeEnum["HD"] = 'HD'] = "HD";
|
|
3307
|
+
VideoResolutionTypeEnum[VideoResolutionTypeEnum["QHD"] = 'QHD'] = "QHD";
|
|
3308
|
+
})(VideoResolutionTypeEnum = VideoExportOptions.VideoResolutionTypeEnum || (VideoExportOptions.VideoResolutionTypeEnum = {}));
|
|
3309
|
+
})(VideoExportOptions = exports.VideoExportOptions || (exports.VideoExportOptions = {}));
|
|
3164
3310
|
/**
|
|
3165
3311
|
* Slides document properties.
|
|
3166
3312
|
*/
|
|
@@ -3202,6 +3348,15 @@ exports.ViewProperties = ViewProperties;
|
|
|
3202
3348
|
ShowCommentsEnum[ShowCommentsEnum["NotDefined"] = 'NotDefined'] = "NotDefined";
|
|
3203
3349
|
})(ShowCommentsEnum = ViewProperties.ShowCommentsEnum || (ViewProperties.ShowCommentsEnum = {}));
|
|
3204
3350
|
})(ViewProperties = exports.ViewProperties || (exports.ViewProperties = {}));
|
|
3351
|
+
/**
|
|
3352
|
+
* Common properties for Bubble and Scatter series.
|
|
3353
|
+
*/
|
|
3354
|
+
class XYSeries extends Series {
|
|
3355
|
+
constructor() {
|
|
3356
|
+
super();
|
|
3357
|
+
}
|
|
3358
|
+
}
|
|
3359
|
+
exports.XYSeries = XYSeries;
|
|
3205
3360
|
/**
|
|
3206
3361
|
* Provides options that control how a presentation is saved in XAML format.
|
|
3207
3362
|
*/
|
|
@@ -3248,6 +3403,16 @@ class BubbleChartDataPoint extends ScatterChartDataPoint {
|
|
|
3248
3403
|
}
|
|
3249
3404
|
}
|
|
3250
3405
|
exports.BubbleChartDataPoint = BubbleChartDataPoint;
|
|
3406
|
+
/**
|
|
3407
|
+
* A bubble series.
|
|
3408
|
+
*/
|
|
3409
|
+
class BubbleSeries extends XYSeries {
|
|
3410
|
+
constructor() {
|
|
3411
|
+
super();
|
|
3412
|
+
this.dataPointType = BubbleSeries.DataPointTypeEnum.Bubble;
|
|
3413
|
+
}
|
|
3414
|
+
}
|
|
3415
|
+
exports.BubbleSeries = BubbleSeries;
|
|
3251
3416
|
/**
|
|
3252
3417
|
* Represents chart resource
|
|
3253
3418
|
*/
|
|
@@ -3587,6 +3752,16 @@ class OleObjectFrame extends ShapeBase {
|
|
|
3587
3752
|
}
|
|
3588
3753
|
}
|
|
3589
3754
|
exports.OleObjectFrame = OleObjectFrame;
|
|
3755
|
+
/**
|
|
3756
|
+
* A scatter series
|
|
3757
|
+
*/
|
|
3758
|
+
class ScatterSeries extends XYSeries {
|
|
3759
|
+
constructor() {
|
|
3760
|
+
super();
|
|
3761
|
+
this.dataPointType = ScatterSeries.DataPointTypeEnum.Scatter;
|
|
3762
|
+
}
|
|
3763
|
+
}
|
|
3764
|
+
exports.ScatterSeries = ScatterSeries;
|
|
3590
3765
|
/**
|
|
3591
3766
|
* Represents slide replace result DTO.
|
|
3592
3767
|
*/
|
|
@@ -3805,6 +3980,23 @@ exports.SmartArt = SmartArt;
|
|
|
3805
3980
|
ColorStyleEnum[ColorStyleEnum["TransparentGradientRangeAccent6"] = 'TransparentGradientRangeAccent6'] = "TransparentGradientRangeAccent6";
|
|
3806
3981
|
})(ColorStyleEnum = SmartArt.ColorStyleEnum || (SmartArt.ColorStyleEnum = {}));
|
|
3807
3982
|
})(SmartArt = exports.SmartArt || (exports.SmartArt = {}));
|
|
3983
|
+
/**
|
|
3984
|
+
* Summary zoom frame.
|
|
3985
|
+
*/
|
|
3986
|
+
class SummaryZoomFrame extends ShapeBase {
|
|
3987
|
+
constructor() {
|
|
3988
|
+
super();
|
|
3989
|
+
this.type = SummaryZoomFrame.TypeEnum.SummaryZoomFrame;
|
|
3990
|
+
}
|
|
3991
|
+
}
|
|
3992
|
+
exports.SummaryZoomFrame = SummaryZoomFrame;
|
|
3993
|
+
(function (SummaryZoomFrame) {
|
|
3994
|
+
let ZoomLayoutEnum;
|
|
3995
|
+
(function (ZoomLayoutEnum) {
|
|
3996
|
+
ZoomLayoutEnum[ZoomLayoutEnum["GridLayout"] = 'GridLayout'] = "GridLayout";
|
|
3997
|
+
ZoomLayoutEnum[ZoomLayoutEnum["FixedLayout"] = 'FixedLayout'] = "FixedLayout";
|
|
3998
|
+
})(ZoomLayoutEnum = SummaryZoomFrame.ZoomLayoutEnum || (SummaryZoomFrame.ZoomLayoutEnum = {}));
|
|
3999
|
+
})(SummaryZoomFrame = exports.SummaryZoomFrame || (exports.SummaryZoomFrame = {}));
|
|
3808
4000
|
/**
|
|
3809
4001
|
* Represents Table shape resource.
|
|
3810
4002
|
*/
|
|
@@ -3915,6 +4107,22 @@ class WaterfallSeries extends OneValueSeries {
|
|
|
3915
4107
|
}
|
|
3916
4108
|
}
|
|
3917
4109
|
exports.WaterfallSeries = WaterfallSeries;
|
|
4110
|
+
/**
|
|
4111
|
+
* Zoom object.
|
|
4112
|
+
*/
|
|
4113
|
+
class ZoomObject extends ShapeBase {
|
|
4114
|
+
constructor() {
|
|
4115
|
+
super();
|
|
4116
|
+
}
|
|
4117
|
+
}
|
|
4118
|
+
exports.ZoomObject = ZoomObject;
|
|
4119
|
+
(function (ZoomObject) {
|
|
4120
|
+
let ImageTypeEnum;
|
|
4121
|
+
(function (ImageTypeEnum) {
|
|
4122
|
+
ImageTypeEnum[ImageTypeEnum["Preview"] = 'Preview'] = "Preview";
|
|
4123
|
+
ImageTypeEnum[ImageTypeEnum["Cover"] = 'Cover'] = "Cover";
|
|
4124
|
+
})(ImageTypeEnum = ZoomObject.ImageTypeEnum || (ZoomObject.ImageTypeEnum = {}));
|
|
4125
|
+
})(ZoomObject = exports.ZoomObject || (exports.ZoomObject = {}));
|
|
3918
4126
|
/**
|
|
3919
4127
|
* Represents AudioFrame resource.
|
|
3920
4128
|
*/
|
|
@@ -3963,6 +4171,16 @@ class PictureFrame extends GeometryShape {
|
|
|
3963
4171
|
}
|
|
3964
4172
|
}
|
|
3965
4173
|
exports.PictureFrame = PictureFrame;
|
|
4174
|
+
/**
|
|
4175
|
+
* Section zoom frame.
|
|
4176
|
+
*/
|
|
4177
|
+
class SectionZoomFrame extends ZoomObject {
|
|
4178
|
+
constructor() {
|
|
4179
|
+
super();
|
|
4180
|
+
this.type = SectionZoomFrame.TypeEnum.SectionZoomFrame;
|
|
4181
|
+
}
|
|
4182
|
+
}
|
|
4183
|
+
exports.SectionZoomFrame = SectionZoomFrame;
|
|
3966
4184
|
/**
|
|
3967
4185
|
* Represents AutoShape resource.
|
|
3968
4186
|
*/
|
|
@@ -4011,3 +4229,23 @@ exports.VideoFrame = VideoFrame;
|
|
|
4011
4229
|
VolumeEnum[VolumeEnum["Mixed"] = 'Mixed'] = "Mixed";
|
|
4012
4230
|
})(VolumeEnum = VideoFrame.VolumeEnum || (VideoFrame.VolumeEnum = {}));
|
|
4013
4231
|
})(VideoFrame = exports.VideoFrame || (exports.VideoFrame = {}));
|
|
4232
|
+
/**
|
|
4233
|
+
* Zoom frame.
|
|
4234
|
+
*/
|
|
4235
|
+
class ZoomFrame extends ZoomObject {
|
|
4236
|
+
constructor() {
|
|
4237
|
+
super();
|
|
4238
|
+
this.type = ZoomFrame.TypeEnum.ZoomFrame;
|
|
4239
|
+
}
|
|
4240
|
+
}
|
|
4241
|
+
exports.ZoomFrame = ZoomFrame;
|
|
4242
|
+
/**
|
|
4243
|
+
* Represents summary zoom section
|
|
4244
|
+
*/
|
|
4245
|
+
class SummaryZoomSection extends SectionZoomFrame {
|
|
4246
|
+
constructor() {
|
|
4247
|
+
super();
|
|
4248
|
+
this.type = SummaryZoomSection.TypeEnum.SummaryZoomSection;
|
|
4249
|
+
}
|
|
4250
|
+
}
|
|
4251
|
+
exports.SummaryZoomSection = SummaryZoomSection;
|