Skip to content

Commit 488c5c5

Browse files
committed
Aspose.Slides for Node.js 25.8 API references
1 parent 120f1fa commit 488c5c5

File tree

108 files changed

+154466
-153547
lines changed

Some content is hidden

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

108 files changed

+154466
-153547
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
6161
| [BlackWhiteMode](blackwhitemode) | Determines how colored shape should be transformed into black and white. |
6262
| [BlobManagementOptions](blobmanagementoptions) | Represents options which can be used to manage BLOB handling rules and other BLOB settings. |
6363
| [Blur](blur) | Represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected. |
64+
| [BrightnessContrast](brightnesscontrast) | Represents a BrightnessContrast effect. Ajusts brightness and contrast |
6465
| [BrowsedAtKiosk](browsedatkiosk) | Browsed at a kiosk (full screen) |
6566
| [BrowsedByIndividual](browsedbyindividual) | Browsed by individual (window) |
6667
| [BubbleSizeRepresentationType](bubblesizerepresentationtype) | Specifies the possible ways to represent data as bubble chart sizes. |
@@ -191,6 +192,9 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
191192
| [ErrorBarValueType](errorbarvaluetype) | Represents type of error bar value |
192193
| [ErrorBarsCustomValues](errorbarscustomvalues) | Specifies the errors bar values. It shall be used only when the Error bars value type is Custom. |
193194
| [ErrorBarsFormat](errorbarsformat) | Represents error bars of chart series. ErrorBars custom values are in IChartDataPointCollection (in ( IChartDataPoint#getErrorBarsCustomValues) property). |
195+
| [ExcelDataCell](exceldatacell) | Represents a single cell in an Excel workbook. |
196+
| [ExcelDataWorkbook](exceldataworkbook) | Represents a workbook that provides access to Excel data for general use. |
197+
| [ExcelWorkbookImporter](excelworkbookimporter) | Provides functionality for importing content from an Excel workbook into a presentation. |
194198
| [ExternalResourceResolver](externalresourceresolver) | Callback class used to resolve external resources during Html, Svg documents import. Using this resolver could create a vulnerability when client provided HTML or SVG file will make server software to obtain local or network file. Use with caution. It is recommended not to specify ExternalResourceResolver at all (only embedded objects will be read) or create some subclass which checks if specified uri is valid. |
195199
| [ExtraColorScheme](extracolorscheme) | Represents an additional color scheme which can be assigned to a slide. |
196200
| [ExtraColorSchemeCollection](extracolorschemecollection) | Represents a collection of additional color schemes. |

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@ int
6363
---
6464

6565

66+
### getCaptionTracks {#getCaptionTracks}
67+
68+
| Name | Description |
69+
| --- | --- |
70+
| getCaptionTracks () | Gets the collection of closed captions associated with the audio frame. This property is read-only and returns an ICaptionsCollection containing all caption tracks. |
71+
72+
**Returns:**
73+
[CaptionsCollection](../captionscollection)
74+
75+
76+
---
77+
78+
6679
### getEmbedded {#getEmbedded}
6780

6881
| Name | Description |

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

2323

2424
---

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

Lines changed: 16 additions & 16 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 ([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. |
3232

3333
**Parameters:**
3434

3535
| Name | Type | Description |
3636
| --- | --- | --- |
37-
| slide | [BaseSlide](../baseslide) | The IBaseSlide to compare with the current IBaseSlide. |
37+
| slide | [Slide](../slide) | 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 ([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. |
5151

5252
**Parameters:**
5353

5454
| Name | Type | Description |
5555
| --- | --- | --- |
56-
| slide | [Slide](../slide) | The IBaseSlide to compare with the current IBaseSlide. |
56+
| slide | [NotesSlide](../notesslide) | 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 ([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. |
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 | [MasterSlide](../masterslide) | 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 ([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. |
88+
| equals ([MasterHandoutSlide](../masterhandoutslide)) | 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 | [NotesSlide](../notesslide) | The IBaseSlide to compare with the current IBaseSlide. |
94+
| slide | [MasterHandoutSlide](../masterhandoutslide) | 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 ([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. |
107+
| 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. |
108108

109109
**Parameters:**
110110

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

115115
**Returns:**
116116
boolean
@@ -123,13 +123,13 @@ boolean
123123

124124
| Name | Description |
125125
| --- | --- |
126-
| 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. |
126+
| 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. |
127127

128128
**Parameters:**
129129

130130
| Name | Type | Description |
131131
| --- | --- | --- |
132-
| slide | [MasterNotesSlide](../masternotesslide) | The IBaseSlide to compare with the current IBaseSlide. |
132+
| slide | [LayoutSlide](../layoutslide) | The IBaseSlide to compare with the current IBaseSlide. |
133133

134134
**Returns:**
135135
boolean
@@ -142,13 +142,13 @@ boolean
142142

143143
| Name | Description |
144144
| --- | --- |
145-
| equals ([MasterHandoutSlide](../masterhandoutslide)) | 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 ([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. |
146146

147147
**Parameters:**
148148

149149
| Name | Type | Description |
150150
| --- | --- | --- |
151-
| slide | [MasterHandoutSlide](../masterhandoutslide) | The IBaseSlide to compare with the current IBaseSlide. |
151+
| slide | [MasterSlide](../masterslide) | 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-
[AudioFrame](../audioframe), [SmartArt](../smartart), [SmartArtShape](../smartartshape), [SummaryZoomSection](../summaryzoomsection), [InkActions](../inkactions), [Shape](../shape), [GraphicalObject](../graphicalobject), [Chart](../chart), [Table](../table), [GroupShape](../groupshape), [ZoomFrame](../zoomframe), [LegacyDiagram](../legacydiagram), [GeometryShape](../geometryshape), [Connector](../connector), [ZoomObject](../zoomobject), [OleObjectFrame](../oleobjectframe), [PictureFrame](../pictureframe), [SectionZoomFrame](../sectionzoomframe), [SummaryZoomFrame](../summaryzoomframe), [AutoShape](../autoshape), [Ink](../ink), [VideoFrame](../videoframe)
173+
[AudioFrame](../audioframe), [Connector](../connector), [InkActions](../inkactions), [PictureFrame](../pictureframe), [Table](../table), [GraphicalObject](../graphicalobject), [SummaryZoomSection](../summaryzoomsection), [AutoShape](../autoshape), [GroupShape](../groupshape), [Shape](../shape), [ZoomObject](../zoomobject), [GeometryShape](../geometryshape), [SectionZoomFrame](../sectionzoomframe), [Chart](../chart), [LegacyDiagram](../legacydiagram), [ZoomFrame](../zoomframe), [SmartArt](../smartart), [SmartArtShape](../smartartshape), [SummaryZoomFrame](../summaryzoomframe), [Ink](../ink), [VideoFrame](../videoframe), [OleObjectFrame](../oleobjectframe)
174174

175175

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

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

298298

299299
---

0 commit comments

Comments
 (0)