| Package | Description |
|---|---|
| com.aspose.slides.api | |
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
TextItems |
SlidesApi.getPresentationTextItems(String name,
Boolean withEmpty,
String password,
String folder,
String storage)
Extract presentation text items.
|
TextItems |
SlidesApi.getSlideTextItems(String name,
Integer slideIndex,
Boolean withEmpty,
String password,
String folder,
String storage)
Extract slide text items.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TextItems> |
SlidesApi.getPresentationTextItemsWithHttpInfo(String name,
Boolean withEmpty,
String password,
String folder,
String storage)
Extract presentation text items.
|
ApiResponse<TextItems> |
SlidesApi.getSlideTextItemsWithHttpInfo(String name,
Integer slideIndex,
Boolean withEmpty,
String password,
String folder,
String storage)
Extract slide text items.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
SlidesApi.getPresentationTextItemsAsync(String name,
Boolean withEmpty,
String password,
String folder,
String storage,
ApiCallback<TextItems> callback)
Extract presentation text items.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideTextItemsAsync(String name,
Integer slideIndex,
Boolean withEmpty,
String password,
String folder,
String storage,
ApiCallback<TextItems> callback)
Extract slide text items.
|
| Modifier and Type | Method and Description |
|---|---|
TextItems |
TextItems.addItemsItem(TextItem itemsItem) |
TextItems |
TextItems.items(List<TextItem> items) |
Copyright © 2025. All rights reserved.