Skip to content

Commit a1c7bf4

Browse files
committed
Aspose.Slides for Node.js 25.6 API references
1 parent d354ae6 commit a1c7bf4

File tree

100 files changed

+153007
-152803
lines changed

Some content is hidden

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

100 files changed

+153007
-152803
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
414414
| [OdpReadException](odpreadexception) | Represents an exception which thrown on presentation reading errors. |
415415
| [OleEmbeddedDataInfo](oleembeddeddatainfo) | Represents embedded data info for OLE object. |
416416
| [OleObjectFrame](oleobjectframe) | Represents an OLE object on a slide. |
417+
| [OpenAIWebClient](openaiwebclient) | Build-in lightweight OpenAI web client |
417418
| [OptionalBlackTransition](optionalblacktransition) | Optional black slide transition effect. |
418419
| [OrganizationChartLayoutType](organizationchartlayouttype) | Represents formatting type the child nodes in an organization chart |
419420
| [Orientation](orientation) | Represents the orientation of a shape. |
@@ -545,6 +546,8 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
545546
| [SlideSizeType](slidesizetype) | Represents the slide size preset. |
546547
| [SlideThemeManager](slidethememanager) | Provides access to slide theme overriden. |
547548
| [SlideUtil](slideutil) | Offer methods which help to search shapes and text in a presentation. |
549+
| [SlidesAIAgent](slidesaiagent) | Provides AI-powered features for processing presentations. |
550+
| [SlidesAIAgentException](slidesaiagentexception) | Represents Slides AI Agent related exceptions. |
548551
| [SlidesRange](slidesrange) | Slides range |
549552
| [SmartArt](smartart) | Represents a SmartArt diagram |
550553
| [SmartArtColorType](smartartcolortype) | Represents color scheme of a SmartArt diagram. |

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-
[LayoutSlide](../layoutslide), [Slide](../slide), [NotesSlide](../notesslide), [BaseSlide](../baseslide), [MasterNotesSlide](../masternotesslide), [MasterHandoutSlide](../masterhandoutslide), [MasterSlide](../masterslide)
476+
[BaseSlide](../baseslide), [MasterSlide](../masterslide), [MasterNotesSlide](../masternotesslide), [Slide](../slide), [LayoutSlide](../layoutslide), [MasterHandoutSlide](../masterhandoutslide), [NotesSlide](../notesslide)
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-
[MathNaryOperator](../mathnaryoperator), [MathRadical](../mathradical), [MathBar](../mathbar), [MathBorderBox](../mathborderbox), [BaseScript](../basescript), [MathematicalText](../mathematicaltext), [MathLeftSubSuperscriptElement](../mathleftsubsuperscriptelement), [MathDelimiter](../mathdelimiter), [MathElementBase](../mathelementbase), [MathMatrix](../mathmatrix), [MathLimit](../mathlimit), [MathGroupingCharacter](../mathgroupingcharacter), [MathArray](../matharray), [MathAccent](../mathaccent), [MathFraction](../mathfraction), [MathFunction](../mathfunction), [MathRightSubSuperscriptElement](../mathrightsubsuperscriptelement), [MathBox](../mathbox), [MathSuperscriptElement](../mathsuperscriptelement), [MathSubscriptElement](../mathsubscriptelement), [MathBlock](../mathblock)
21+
[MathRadical](../mathradical), [MathematicalText](../mathematicaltext), [MathDelimiter](../mathdelimiter), [MathSuperscriptElement](../mathsuperscriptelement), [MathLimit](../mathlimit), [MathSubscriptElement](../mathsubscriptelement), [MathBar](../mathbar), [MathAccent](../mathaccent), [MathFraction](../mathfraction), [MathGroupingCharacter](../mathgroupingcharacter), [MathElementBase](../mathelementbase), [MathBox](../mathbox), [MathMatrix](../mathmatrix), [MathBorderBox](../mathborderbox), [MathNaryOperator](../mathnaryoperator), [MathRightSubSuperscriptElement](../mathrightsubsuperscriptelement), [MathArray](../matharray), [BaseScript](../basescript), [MathFunction](../mathfunction), [MathBlock](../mathblock), [MathLeftSubSuperscriptElement](../mathleftsubsuperscriptelement)
2222

2323

2424
---

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

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

2929
| Name | Description |
3030
| --- | --- |
31-
| equals ([LayoutSlide](../layoutslide)) | 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 ([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. |
3232

3333
**Parameters:**
3434

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

3939
**Returns:**
4040
boolean
@@ -47,13 +47,13 @@ boolean
4747

4848
| Name | Description |
4949
| --- | --- |
50-
| 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. |
50+
| equals ([MasterSlide](../masterslide)) | 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. |
5151

5252
**Parameters:**
5353

5454
| Name | Type | Description |
5555
| --- | --- | --- |
56-
| slide | [Slide](../slide) | The IBaseSlide to compare with the current IBaseSlide. |
56+
| slide | [MasterSlide](../masterslide) | The IBaseSlide to compare with the current IBaseSlide. |
5757

5858
**Returns:**
5959
boolean
@@ -66,13 +66,13 @@ boolean
6666

6767
| Name | Description |
6868
| --- | --- |
69-
| equals ([NotesSlide](../notesslide)) | 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 ([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. |
7070

7171
**Parameters:**
7272

7373
| Name | Type | Description |
7474
| --- | --- | --- |
75-
| slide | [NotesSlide](../notesslide) | The IBaseSlide to compare with the current IBaseSlide. |
75+
| slide | [MasterNotesSlide](../masternotesslide) | 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 ([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. |
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 | [BaseSlide](../baseslide) | 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
@@ -104,13 +104,13 @@ boolean
104104

105105
| Name | Description |
106106
| --- | --- |
107-
| 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. |
107+
| equals ([LayoutSlide](../layoutslide)) | 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. |
108108

109109
**Parameters:**
110110

111111
| Name | Type | Description |
112112
| --- | --- | --- |
113-
| slide | [MasterNotesSlide](../masternotesslide) | The IBaseSlide to compare with the current IBaseSlide. |
113+
| slide | [LayoutSlide](../layoutslide) | The IBaseSlide to compare with the current IBaseSlide. |
114114

115115
**Returns:**
116116
boolean
@@ -142,13 +142,13 @@ boolean
142142

143143
| Name | Description |
144144
| --- | --- |
145-
| equals ([MasterSlide](../masterslide)) | 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. |
145+
| equals ([NotesSlide](../notesslide)) | 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. |
146146

147147
**Parameters:**
148148

149149
| Name | Type | Description |
150150
| --- | --- | --- |
151-
| slide | [MasterSlide](../masterslide) | The IBaseSlide to compare with the current IBaseSlide. |
151+
| slide | [NotesSlide](../notesslide) | The IBaseSlide to compare with the current IBaseSlide. |
152152

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

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

175175

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

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

298298

299299
---

0 commit comments

Comments
 (0)