public static enum ReplacePagesOperation.SupportedSourceFormat extends Enum<ReplacePagesOperation.SupportedSourceFormat> implements com.adobe.platform.operation.internal.MediaType
ReplacePagesOperation
.Enum Constant and Description |
---|
PDF
Represents "application/pdf" media type
|
Modifier and Type | Method and Description |
---|---|
String |
getMediaType()
Returns the corresponding media type for this format, intended to be used for
mediaType parameter in
FileRef methods. |
static ReplacePagesOperation.SupportedSourceFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplacePagesOperation.SupportedSourceFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplacePagesOperation.SupportedSourceFormat PDF
public static ReplacePagesOperation.SupportedSourceFormat[] values()
for (ReplacePagesOperation.SupportedSourceFormat c : ReplacePagesOperation.SupportedSourceFormat.values()) System.out.println(c);
public static ReplacePagesOperation.SupportedSourceFormat 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 nullCopyright © 2020 Adobe. All rights reserved.