| Package | Description |
|---|---|
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
static TiffExportOptions.PixelFormatEnum |
TiffExportOptions.PixelFormatEnum.fromValue(String text) |
TiffExportOptions.PixelFormatEnum |
TiffExportOptions.getPixelFormat()
Specifies the pixel format for the generated images.
|
TiffExportOptions.PixelFormatEnum |
TiffExportOptions.PixelFormatEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static TiffExportOptions.PixelFormatEnum |
TiffExportOptions.PixelFormatEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiffExportOptions.PixelFormatEnum[] |
TiffExportOptions.PixelFormatEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TiffExportOptions |
TiffExportOptions.pixelFormat(TiffExportOptions.PixelFormatEnum pixelFormat) |
void |
TiffExportOptions.setPixelFormat(TiffExportOptions.PixelFormatEnum pixelFormat) |
void |
TiffExportOptions.PixelFormatEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TiffExportOptions.PixelFormatEnum enumeration) |
Copyright © 2025. All rights reserved.