| Package | Description |
|---|---|
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
static PptxExportOptions.CompressionLevelEnum |
PptxExportOptions.CompressionLevelEnum.fromValue(String text) |
PptxExportOptions.CompressionLevelEnum |
PptxExportOptions.getCompressionLevel()
The compression level used when saving the presentation document.
|
PptxExportOptions.CompressionLevelEnum |
PptxExportOptions.CompressionLevelEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PptxExportOptions.CompressionLevelEnum |
PptxExportOptions.CompressionLevelEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PptxExportOptions.CompressionLevelEnum[] |
PptxExportOptions.CompressionLevelEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PptxExportOptions |
PptxExportOptions.compressionLevel(PptxExportOptions.CompressionLevelEnum compressionLevel) |
void |
PptxExportOptions.setCompressionLevel(PptxExportOptions.CompressionLevelEnum compressionLevel) |
void |
PptxExportOptions.CompressionLevelEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PptxExportOptions.CompressionLevelEnum enumeration) |
Copyright © 2026. All rights reserved.