| Package | Description |
|---|---|
| com.aspose.slides.api | |
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
CaptionTrack |
SlidesApi.createCaptionTrack(String name,
Integer slideIndex,
Integer shapeIndex,
String label,
String data,
String password,
String folder,
String storage)
Create video/audio captions track.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CaptionTrack> |
SlidesApi.createCaptionTrackWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
String label,
String data,
String password,
String folder,
String storage)
Create video/audio captions track.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
SlidesApi.createCaptionTrackAsync(String name,
Integer slideIndex,
Integer shapeIndex,
String label,
String data,
String password,
String folder,
String storage,
ApiCallback<CaptionTrack> callback)
Create video/audio captions track.
|
| Modifier and Type | Method and Description |
|---|---|
CaptionTrack |
CaptionTrack.captionId(String captionId) |
CaptionTrack |
CaptionTrack.dataAsString(String dataAsString) |
CaptionTrack |
CaptionTrack.label(String label) |
| Modifier and Type | Method and Description |
|---|---|
List<CaptionTrack> |
CaptionTracks.getItems()
List of caption tracks.
|
| Modifier and Type | Method and Description |
|---|---|
CaptionTracks |
CaptionTracks.addItemsItem(CaptionTrack itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
CaptionTracks |
CaptionTracks.items(List<CaptionTrack> items) |
void |
CaptionTracks.setItems(List<CaptionTrack> items) |
Copyright © 2025. All rights reserved.