Skip to content

Commit c018423

Browse files
committed
Aspose.Slides for Node.js 25.3 API references
1 parent 9e6d968 commit c018423

File tree

104 files changed

+154327
-153502
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+154327
-153502
lines changed

content/nodejs-java/english/aspose.slides/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
7171
| [Camera](camera) | Represents Camera. |
7272
| [CameraPresetType](camerapresettype) | Constants which define camera preset type. |
7373
| [CannotCombine2DAnd3DChartsException](cannotcombine2dand3dchartsexception) | Exception which thrown when trying to combine 2D and 3D chart types. |
74+
| [Captions](captions) | Represents the WebVTT closed captions. |
75+
| [CaptionsCollection](captionscollection) | Represents a collection of the closed captions. |
7476
| [CategoryAxisType](categoryaxistype) | Represents a type of a category axis. |
7577
| [Cell](cell) | Represents a cell of a table. |
7678
| [CellCircularReferenceException](cellcircularreferenceexception) | The exception that is thrown when one or more circular references are detected where a formula refers to its own cell either directly or indirectly. |
@@ -270,6 +272,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
270272
| [Images](images) | Methods to instantiate and work with IImage. |
271273
| [InOutTransition](inouttransition) | In-Out slide transition effect. |
272274
| [Ink](ink) | Represents an ink object on a slide. |
275+
| [InkActions](inkactions) | Represents the root of ink actions. |
273276
| [InkBrush](inkbrush) | Represents an inkBrush object. |
274277
| [InkOptions](inkoptions) | Provides options that control the look of Ink objects in exported document. |
275278
| [InkTrace](inktrace) | Represents an Trace object. A Trace element is used to record the data captured by the digitizer. It contains a sequence of points encoded according to the specification given by the InkTraceFormat object. |

content/nodejs-java/english/aspose.slides/audioframe/_index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ boolean
9393

9494
| Name | Description |
9595
| --- | --- |
96-
| getFadeInDuration () | Specifies the time duration for the starting fade of the media in milliseconds. Read/write float. |
96+
| getFadeInDuration () | Specifies the time duration for the initial fade-in of the media in milliseconds. Read/write float. |
9797

9898
**Returns:**
9999
float
@@ -106,7 +106,7 @@ float
106106

107107
| Name | Description |
108108
| --- | --- |
109-
| getFadeOutDuration () | Specifies the time duration for the ending fade of the media in milliseconds. Read/write float. |
109+
| getFadeOutDuration () | Specifies the time duration for the ending fade-out of the media in milliseconds. Read/write float. |
110110

111111
**Returns:**
112112
float
@@ -197,7 +197,7 @@ boolean
197197

198198
| Name | Description |
199199
| --- | --- |
200-
| getTrimFromEnd () | Specifies a duration of time to be removed from the end of the media during playback, in milliseconds. Read/write float. |
200+
| getTrimFromEnd () | Specifies the time duration to be removed from the end of the media during playback, in milliseconds. Read/write float. |
201201

202202
**Returns:**
203203
float
@@ -210,7 +210,7 @@ float
210210

211211
| Name | Description |
212212
| --- | --- |
213-
| getTrimFromStart () | Specifies a duration of time to be removed from the start of the media during playback, in milliseconds. Read/write float. |
213+
| getTrimFromStart () | Specifies the time duration to be removed from the beginning of the media during playback, in milliseconds. Read/write float. |
214214

215215
**Returns:**
216216
float
@@ -299,7 +299,7 @@ float
299299

300300
| Name | Description |
301301
| --- | --- |
302-
| setFadeInDuration (float) | Specifies the time duration for the starting fade of the media in milliseconds. Read/write float. |
302+
| setFadeInDuration (float) | Specifies the time duration for the initial fade-in of the media in milliseconds. Read/write float. |
303303

304304

305305
---
@@ -309,7 +309,7 @@ float
309309

310310
| Name | Description |
311311
| --- | --- |
312-
| setFadeOutDuration (float) | Specifies the time duration for the ending fade of the media in milliseconds. Read/write float. |
312+
| setFadeOutDuration (float) | Specifies the time duration for the ending fade-out of the media in milliseconds. Read/write float. |
313313

314314

315315
---
@@ -379,7 +379,7 @@ float
379379

380380
| Name | Description |
381381
| --- | --- |
382-
| setTrimFromEnd (float) | Specifies a duration of time to be removed from the end of the media during playback, in milliseconds. Read/write float. |
382+
| setTrimFromEnd (float) | Specifies the time duration to be removed from the end of the media during playback, in milliseconds. Read/write float. |
383383

384384

385385
---
@@ -389,7 +389,7 @@ float
389389

390390
| Name | Description |
391391
| --- | --- |
392-
| setTrimFromStart (float) | Specifies a duration of time to be removed from the start of the media during playback, in milliseconds. Read/write float. |
392+
| setTrimFromStart (float) | Specifies the time duration to be removed from the beginning of the media during playback, in milliseconds. Read/write float. |
393393

394394

395395
---

content/nodejs-java/english/aspose.slides/axis/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ boolean
473473
| getSlide () | Returns the parent slide of a FillFormat. Read-only BaseSlide. |
474474

475475
**Returns:**
476-
[BaseSlide](../baseslide), [MasterHandoutSlide](../masterhandoutslide), [Slide](../slide), [MasterNotesSlide](../masternotesslide), [NotesSlide](../notesslide), [MasterSlide](../masterslide), [LayoutSlide](../layoutslide)
476+
[MasterNotesSlide](../masternotesslide), [MasterHandoutSlide](../masterhandoutslide), [BaseSlide](../baseslide), [Slide](../slide), [NotesSlide](../notesslide), [MasterSlide](../masterslide), [LayoutSlide](../layoutslide)
477477

478478

479479
---

content/nodejs-java/english/aspose.slides/basescript/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ url: /aspose.slides/basescript/
1818
| getBase () | Base argument |
1919

2020
**Returns:**
21-
[BaseScript](../basescript), [MathBox](../mathbox), [MathSubscriptElement](../mathsubscriptelement), [MathDelimiter](../mathdelimiter), [MathBar](../mathbar), [MathArray](../matharray), [MathRightSubSuperscriptElement](../mathrightsubsuperscriptelement), [MathBorderBox](../mathborderbox), [MathGroupingCharacter](../mathgroupingcharacter), [MathBlock](../mathblock), [MathElementBase](../mathelementbase), [MathMatrix](../mathmatrix), [MathFunction](../mathfunction), [MathSuperscriptElement](../mathsuperscriptelement), [MathRadical](../mathradical), [MathLeftSubSuperscriptElement](../mathleftsubsuperscriptelement), [MathLimit](../mathlimit), [MathFraction](../mathfraction), [MathNaryOperator](../mathnaryoperator), [MathAccent](../mathaccent), [MathematicalText](../mathematicaltext)
21+
[MathBox](../mathbox), [MathBlock](../mathblock), [MathArray](../matharray), [MathElementBase](../mathelementbase), [BaseScript](../basescript), [MathDelimiter](../mathdelimiter), [MathSubscriptElement](../mathsubscriptelement), [MathLeftSubSuperscriptElement](../mathleftsubsuperscriptelement), [MathBorderBox](../mathborderbox), [MathGroupingCharacter](../mathgroupingcharacter), [MathAccent](../mathaccent), [MathSuperscriptElement](../mathsuperscriptelement), [MathMatrix](../mathmatrix), [MathBar](../mathbar), [MathLimit](../mathlimit), [MathFraction](../mathfraction), [MathNaryOperator](../mathnaryoperator), [MathRadical](../mathradical), [MathematicalText](../mathematicaltext), [MathFunction](../mathfunction), [MathRightSubSuperscriptElement](../mathrightsubsuperscriptelement)
2222

2323

2424
---

content/nodejs-java/english/aspose.slides/baseslide/_index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ ThemeEffectiveData
2828

2929
| Name | Description |
3030
| --- | --- |
31-
| equals ([BaseSlide](../baseslide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
31+
| equals ([MasterNotesSlide](../masternotesslide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
3232

3333
**Parameters:**
3434

3535
| Name | Type | Description |
3636
| --- | --- | --- |
37-
| slide | [BaseSlide](../baseslide) | The IBaseSlide to compare with the current IBaseSlide. |
37+
| slide | [MasterNotesSlide](../masternotesslide) | The IBaseSlide to compare with the current IBaseSlide. |
3838

3939
**Returns:**
4040
boolean
@@ -66,13 +66,13 @@ boolean
6666

6767
| Name | Description |
6868
| --- | --- |
69-
| equals ([Slide](../slide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
69+
| equals ([BaseSlide](../baseslide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
7070

7171
**Parameters:**
7272

7373
| Name | Type | Description |
7474
| --- | --- | --- |
75-
| slide | [Slide](../slide) | The IBaseSlide to compare with the current IBaseSlide. |
75+
| slide | [BaseSlide](../baseslide) | The IBaseSlide to compare with the current IBaseSlide. |
7676

7777
**Returns:**
7878
boolean
@@ -85,13 +85,13 @@ boolean
8585

8686
| Name | Description |
8787
| --- | --- |
88-
| equals ([MasterNotesSlide](../masternotesslide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
88+
| equals ([Slide](../slide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
8989

9090
**Parameters:**
9191

9292
| Name | Type | Description |
9393
| --- | --- | --- |
94-
| slide | [MasterNotesSlide](../masternotesslide) | The IBaseSlide to compare with the current IBaseSlide. |
94+
| slide | [Slide](../slide) | The IBaseSlide to compare with the current IBaseSlide. |
9595

9696
**Returns:**
9797
boolean
@@ -170,7 +170,7 @@ boolean
170170
| altText | String | Alternative text. |
171171

172172
**Returns:**
173-
[Chart](../chart), [SmartArt](../smartart), [ZoomFrame](../zoomframe), [GroupShape](../groupshape), [AutoShape](../autoshape), [SmartArtShape](../smartartshape), [SummaryZoomFrame](../summaryzoomframe), [LegacyDiagram](../legacydiagram), [Shape](../shape), [GeometryShape](../geometryshape), [Ink](../ink), [SectionZoomFrame](../sectionzoomframe), [ZoomObject](../zoomobject), [SummaryZoomSection](../summaryzoomsection), [PictureFrame](../pictureframe), [AudioFrame](../audioframe), [Connector](../connector), [GraphicalObject](../graphicalobject), [OleObjectFrame](../oleobjectframe), [Table](../table), [VideoFrame](../videoframe)
173+
[PictureFrame](../pictureframe), [GeometryShape](../geometryshape), [Chart](../chart), [AudioFrame](../audioframe), [OleObjectFrame](../oleobjectframe), [InkActions](../inkactions), [SmartArtShape](../smartartshape), [SummaryZoomSection](../summaryzoomsection), [Table](../table), [LegacyDiagram](../legacydiagram), [SummaryZoomFrame](../summaryzoomframe), [SectionZoomFrame](../sectionzoomframe), [Connector](../connector), [Shape](../shape), [GraphicalObject](../graphicalobject), [Ink](../ink), [SmartArt](../smartart), [AutoShape](../autoshape), [ZoomObject](../zoomobject), [ZoomFrame](../zoomframe), [GroupShape](../groupshape), [VideoFrame](../videoframe)
174174

175175

176176
---
@@ -293,7 +293,7 @@ boolean
293293
| getSlide () | |
294294

295295
**Returns:**
296-
[BaseSlide](../baseslide), [MasterHandoutSlide](../masterhandoutslide), [Slide](../slide), [MasterNotesSlide](../masternotesslide), [NotesSlide](../notesslide), [MasterSlide](../masterslide), [LayoutSlide](../layoutslide)
296+
[MasterNotesSlide](../masternotesslide), [MasterHandoutSlide](../masterhandoutslide), [BaseSlide](../baseslide), [Slide](../slide), [NotesSlide](../notesslide), [MasterSlide](../masterslide), [LayoutSlide](../layoutslide)
297297

298298

299299
---

0 commit comments

Comments
 (0)