Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Placeholder |
SlidesApi.getPlaceholder(String name,
Integer slideIndex,
Integer placeholderIndex,
String password,
String folder,
String storage)
Read slide placeholder info.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<Placeholder> |
SlidesApi.getPlaceholderWithHttpInfo(String name,
Integer slideIndex,
Integer placeholderIndex,
String password,
String folder,
String storage)
Read slide placeholder info.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.getPlaceholderAsync(String name,
Integer slideIndex,
Integer placeholderIndex,
String password,
String folder,
String storage,
ApiCallback<Placeholder> callback)
Read slide placeholder info.
|
Modifier and Type | Method and Description |
---|---|
Placeholder |
Placeholder.index(Integer index) |
Placeholder |
Placeholder.orientation(Placeholder.OrientationEnum orientation) |
Placeholder |
Placeholder.shape(ResourceUri shape) |
Placeholder |
Placeholder.size(Placeholder.SizeEnum size) |
Placeholder |
Placeholder.type(Placeholder.TypeEnum type) |
Copyright © 2022. All rights reserved.