You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nodejs-java/english/aspose.slides/_index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
61
61
|[BlackWhiteMode](blackwhitemode)| Determines how colored shape should be transformed into black and white. |
62
62
|[BlobManagementOptions](blobmanagementoptions)| Represents options which can be used to manage BLOB handling rules and other BLOB settings. |
63
63
|[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 |
64
65
|[BrowsedAtKiosk](browsedatkiosk)| Browsed at a kiosk (full screen) |
65
66
|[BrowsedByIndividual](browsedbyindividual)| Browsed by individual (window) |
66
67
|[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
191
192
|[ErrorBarValueType](errorbarvaluetype)| Represents type of error bar value |
192
193
|[ErrorBarsCustomValues](errorbarscustomvalues)| Specifies the errors bar values. It shall be used only when the Error bars value type is Custom. |
193
194
|[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. |
194
198
|[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. |
195
199
|[ExtraColorScheme](extracolorscheme)| Represents an additional color scheme which can be assigned to a slide. |
196
200
|[ExtraColorSchemeCollection](extracolorschemecollection)| Represents a collection of additional color schemes. |
Copy file name to clipboardExpand all lines: content/nodejs-java/english/aspose.slides/audioframe/_index.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,19 @@ int
63
63
---
64
64
65
65
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. |
Copy file name to clipboardExpand all lines: content/nodejs-java/english/aspose.slides/baseslide/_index.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,13 @@ ThemeEffectiveData
28
28
29
29
| Name | Description |
30
30
| --- | --- |
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. |
32
32
33
33
**Parameters:**
34
34
35
35
| Name | Type | Description |
36
36
| --- | --- | --- |
37
-
| slide |[BaseSlide](../baseslide)| The IBaseSlide to compare with the current IBaseSlide. |
37
+
| slide |[Slide](../slide)| The IBaseSlide to compare with the current IBaseSlide. |
38
38
39
39
**Returns:**
40
40
boolean
@@ -47,13 +47,13 @@ boolean
47
47
48
48
| Name | Description |
49
49
| --- | --- |
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. |
51
51
52
52
**Parameters:**
53
53
54
54
| Name | Type | Description |
55
55
| --- | --- | --- |
56
-
| slide |[Slide](../slide)| The IBaseSlide to compare with the current IBaseSlide. |
56
+
| slide |[NotesSlide](../notesslide)| The IBaseSlide to compare with the current IBaseSlide. |
57
57
58
58
**Returns:**
59
59
boolean
@@ -66,13 +66,13 @@ boolean
66
66
67
67
| Name | Description |
68
68
| --- | --- |
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. |
70
70
71
71
**Parameters:**
72
72
73
73
| Name | Type | Description |
74
74
| --- | --- | --- |
75
-
| slide |[MasterSlide](../masterslide)| The IBaseSlide to compare with the current IBaseSlide. |
75
+
| slide |[MasterNotesSlide](../masternotesslide)| The IBaseSlide to compare with the current IBaseSlide. |
76
76
77
77
**Returns:**
78
78
boolean
@@ -85,13 +85,13 @@ boolean
85
85
86
86
| Name | Description |
87
87
| --- | --- |
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. |
89
89
90
90
**Parameters:**
91
91
92
92
| Name | Type | Description |
93
93
| --- | --- | --- |
94
-
| slide |[NotesSlide](../notesslide)| The IBaseSlide to compare with the current IBaseSlide. |
94
+
| slide |[MasterHandoutSlide](../masterhandoutslide)| The IBaseSlide to compare with the current IBaseSlide. |
95
95
96
96
**Returns:**
97
97
boolean
@@ -104,13 +104,13 @@ boolean
104
104
105
105
| Name | Description |
106
106
| --- | --- |
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. |
108
108
109
109
**Parameters:**
110
110
111
111
| Name | Type | Description |
112
112
| --- | --- | --- |
113
-
| slide |[LayoutSlide](../layoutslide)| The IBaseSlide to compare with the current IBaseSlide. |
113
+
| slide |[BaseSlide](../baseslide)| The IBaseSlide to compare with the current IBaseSlide. |
114
114
115
115
**Returns:**
116
116
boolean
@@ -123,13 +123,13 @@ boolean
123
123
124
124
| Name | Description |
125
125
| --- | --- |
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. |
127
127
128
128
**Parameters:**
129
129
130
130
| Name | Type | Description |
131
131
| --- | --- | --- |
132
-
| slide |[MasterNotesSlide](../masternotesslide)| The IBaseSlide to compare with the current IBaseSlide. |
132
+
| slide |[LayoutSlide](../layoutslide)| The IBaseSlide to compare with the current IBaseSlide. |
133
133
134
134
**Returns:**
135
135
boolean
@@ -142,13 +142,13 @@ boolean
142
142
143
143
| Name | Description |
144
144
| --- | --- |
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. |
146
146
147
147
**Parameters:**
148
148
149
149
| Name | Type | Description |
150
150
| --- | --- | --- |
151
-
| slide |[MasterHandoutSlide](../masterhandoutslide)| The IBaseSlide to compare with the current IBaseSlide. |
151
+
| slide |[MasterSlide](../masterslide)| The IBaseSlide to compare with the current IBaseSlide. |
0 commit comments