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/audioframe/_index.md
+115Lines changed: 115 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,32 @@ boolean
89
89
---
90
90
91
91
92
+
### getFadeInDuration {#getFadeInDuration}
93
+
94
+
| Name | Description |
95
+
| --- | --- |
96
+
| getFadeInDuration () | Specifies the time duration for the starting fade of the media in milliseconds. Read/write float. |
97
+
98
+
**Returns:**
99
+
float
100
+
101
+
102
+
---
103
+
104
+
105
+
### getFadeOutDuration {#getFadeOutDuration}
106
+
107
+
| Name | Description |
108
+
| --- | --- |
109
+
| getFadeOutDuration () | Specifies the time duration for the ending fade of the media in milliseconds. Read/write float. |
110
+
111
+
**Returns:**
112
+
float
113
+
114
+
115
+
---
116
+
117
+
92
118
### getHideAtShowing {#getHideAtShowing}
93
119
94
120
| Name | Description |
@@ -167,6 +193,32 @@ boolean
167
193
---
168
194
169
195
196
+
### getTrimFromEnd {#getTrimFromEnd}
197
+
198
+
| Name | Description |
199
+
| --- | --- |
200
+
| getTrimFromEnd () | Specifies a duration of time to be removed from the end of the media during playback, in milliseconds. Read/write float. |
201
+
202
+
**Returns:**
203
+
float
204
+
205
+
206
+
---
207
+
208
+
209
+
### getTrimFromStart {#getTrimFromStart}
210
+
211
+
| Name | Description |
212
+
| --- | --- |
213
+
| getTrimFromStart () | Specifies a duration of time to be removed from the start of the media during playback, in milliseconds. Read/write float. |
214
+
215
+
**Returns:**
216
+
float
217
+
218
+
219
+
---
220
+
221
+
170
222
### getVolume {#getVolume}
171
223
172
224
| Name | Description |
@@ -180,6 +232,19 @@ int
180
232
---
181
233
182
234
235
+
### getVolumeValue {#getVolumeValue}
236
+
237
+
| Name | Description |
238
+
| --- | --- |
239
+
| getVolumeValue () | Returns or sets the audio volume in percents. Read/write float. |
240
+
241
+
**Returns:**
242
+
float
243
+
244
+
245
+
---
246
+
247
+
183
248
### setAudioCdEndTrack {#setAudioCdEndTrack}
184
249
185
250
| Name | Description |
@@ -230,6 +295,26 @@ int
230
295
---
231
296
232
297
298
+
### setFadeInDuration {#setFadeInDuration}
299
+
300
+
| Name | Description |
301
+
| --- | --- |
302
+
| setFadeInDuration (float) | Specifies the time duration for the starting fade of the media in milliseconds. Read/write float. |
303
+
304
+
305
+
---
306
+
307
+
308
+
### setFadeOutDuration {#setFadeOutDuration}
309
+
310
+
| Name | Description |
311
+
| --- | --- |
312
+
| setFadeOutDuration (float) | Specifies the time duration for the ending fade of the media in milliseconds. Read/write float. |
313
+
314
+
315
+
---
316
+
317
+
233
318
### setHideAtShowing {#setHideAtShowing}
234
319
235
320
| Name | Description |
@@ -290,6 +375,26 @@ int
290
375
---
291
376
292
377
378
+
### setTrimFromEnd {#setTrimFromEnd}
379
+
380
+
| Name | Description |
381
+
| --- | --- |
382
+
| setTrimFromEnd (float) | Specifies a duration of time to be removed from the end of the media during playback, in milliseconds. Read/write float. |
383
+
384
+
385
+
---
386
+
387
+
388
+
### setTrimFromStart {#setTrimFromStart}
389
+
390
+
| Name | Description |
391
+
| --- | --- |
392
+
| setTrimFromStart (float) | Specifies a duration of time to be removed from the start of the media during playback, in milliseconds. Read/write float. |
393
+
394
+
395
+
---
396
+
397
+
293
398
### setVolume {#setVolume}
294
399
295
400
| Name | Description |
@@ -300,3 +405,13 @@ int
300
405
---
301
406
302
407
408
+
### setVolumeValue {#setVolumeValue}
409
+
410
+
| Name | Description |
411
+
| --- | --- |
412
+
| setVolumeValue (float) | Returns or sets the audio volume in percents. Read/write float. |
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 ([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. |
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. |
32
32
33
33
**Parameters:**
34
34
35
35
| Name | Type | Description |
36
36
| --- | --- | --- |
37
-
| slide |[MasterNotesSlide](../masternotesslide)| The IBaseSlide to compare with the current IBaseSlide. |
37
+
| slide |[BaseSlide](../baseslide)| 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 ([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. |
50
+
| 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. |
51
51
52
52
**Parameters:**
53
53
54
54
| Name | Type | Description |
55
55
| --- | --- | --- |
56
-
| slide |[LayoutSlide](../layoutslide)| The IBaseSlide to compare with the current IBaseSlide. |
56
+
| slide |[MasterHandoutSlide](../masterhandoutslide)| 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 ([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 ([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. |
70
70
71
71
**Parameters:**
72
72
73
73
| Name | Type | Description |
74
74
| --- | --- | --- |
75
-
| slide |[NotesSlide](../notesslide)| The IBaseSlide to compare with the current IBaseSlide. |
75
+
| slide |[Slide](../slide)| 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 ([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. |
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. |
89
89
90
90
**Parameters:**
91
91
92
92
| Name | Type | Description |
93
93
| --- | --- | --- |
94
-
| slide |[MasterSlide](../masterslide)| The IBaseSlide to compare with the current IBaseSlide. |
94
+
| slide |[MasterNotesSlide](../masternotesslide)| 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 ([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. |
107
+
| 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. |
108
108
109
109
**Parameters:**
110
110
111
111
| Name | Type | Description |
112
112
| --- | --- | --- |
113
-
| slide |[BaseSlide](../baseslide)| The IBaseSlide to compare with the current IBaseSlide. |
113
+
| slide |[NotesSlide](../notesslide)| 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 ([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. |
126
+
| 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. |
127
127
128
128
**Parameters:**
129
129
130
130
| Name | Type | Description |
131
131
| --- | --- | --- |
132
-
| slide |[MasterHandoutSlide](../masterhandoutslide)| The IBaseSlide to compare with the current IBaseSlide. |
132
+
| slide |[MasterSlide](../masterslide)| 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 ([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. |
145
+
| 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. |
146
146
147
147
**Parameters:**
148
148
149
149
| Name | Type | Description |
150
150
| --- | --- | --- |
151
-
| slide |[Slide](../slide)| The IBaseSlide to compare with the current IBaseSlide. |
151
+
| slide |[LayoutSlide](../layoutslide)| The IBaseSlide to compare with the current IBaseSlide. |
0 commit comments