public enum ExportPDFToImagesTargetFormat extends Enum<ExportPDFToImagesTargetFormat>
ExportPDFToImagesOperation
Enum Constant and Description |
---|
JPEG
Represents "image/jpeg" media type
|
PNG
Represents "image/png" media type
|
Modifier and Type | Method and Description |
---|---|
String |
getFileExt()
Returns the file extension of this format
|
static ExportPDFToImagesTargetFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportPDFToImagesTargetFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportPDFToImagesTargetFormat JPEG
public static final ExportPDFToImagesTargetFormat PNG
public static ExportPDFToImagesTargetFormat[] values()
for (ExportPDFToImagesTargetFormat c : ExportPDFToImagesTargetFormat.values()) System.out.println(c);
public static ExportPDFToImagesTargetFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getFileExt()
Copyright © 2022 Adobe. All rights reserved.