Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
EntityExists |
SlidesApi.notesSlideExists(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Get info whether a notes slide exists.
|
EntityExists |
SlidesApi.notesSlideExistsOnline(byte[] document,
Integer slideIndex,
String password)
Get info whether a notes slide exists.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<EntityExists> |
SlidesApi.notesSlideExistsOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
String password)
Get info whether a notes slide exists.
|
ApiResponse<EntityExists> |
SlidesApi.notesSlideExistsWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Get info whether a notes slide exists.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.notesSlideExistsAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<EntityExists> callback)
Get info whether a notes slide exists.
|
com.squareup.okhttp.Call |
SlidesApi.notesSlideExistsOnlineAsync(byte[] document,
Integer slideIndex,
String password,
ApiCallback<EntityExists> callback)
Get info whether a notes slide exists.
|
Modifier and Type | Method and Description |
---|---|
EntityExists |
EntityExists.exists(Boolean exists) |
Copyright © 2023. All rights reserved.