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(FillFormat backgroundStylesItem) |
FormatScheme |
FormatScheme.addEffectStylesItem(EffectFormat effectStylesItem) |
FormatScheme |
FormatScheme.addFillStylesItem(FillFormat fillStylesItem) |
FormatScheme |
FormatScheme.addLineStylesItem(LineFormat lineStylesItem) |
FormatScheme |
FormatScheme.backgroundStyles(List<FillFormat> backgroundStyles) |
FormatScheme |
FormatScheme.effectStyles(List<EffectFormat> effectStyles) |
FormatScheme |
FormatScheme.fillStyles(List<FillFormat> fillStyles) |
FormatScheme |
FormatScheme.lineStyles(List<LineFormat> lineStyles) |
Copyright © 2022. All rights reserved.