Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
FormatScheme |
SlidesApi.getFormatScheme(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme format scheme info.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<FormatScheme> |
SlidesApi.getFormatSchemeWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme format scheme info.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.getFormatSchemeAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<FormatScheme> callback)
Read slide theme format scheme info.
|
Modifier and Type | Method and Description |
---|---|
FormatScheme |
FormatScheme.addBackgroundStylesItem(ResourceUri backgroundStylesItem) |
FormatScheme |
FormatScheme.addEffectStylesItem(ResourceUri effectStylesItem) |
FormatScheme |
FormatScheme.addFillStylesItem(ResourceUri fillStylesItem) |
FormatScheme |
FormatScheme.addLineStylesItem(ResourceUri lineStylesItem) |
FormatScheme |
FormatScheme.backgroundStyles(List<ResourceUri> backgroundStyles) |
FormatScheme |
FormatScheme.effectStyles(List<ResourceUri> effectStyles) |
FormatScheme |
FormatScheme.fillStyles(List<ResourceUri> fillStyles) |
FormatScheme |
FormatScheme.lineStyles(List<ResourceUri> lineStyles) |
Copyright © 2022. All rights reserved.