public enum Fixup extends Enum<Fixup>
This enum represents an type of Fixup.
Enum Constant and Description |
---|
ConvertAllPagesIntoCMYKImagesAndPreserveTextInformation
Not supported.
|
ConvertFontsToOutlines
Not supported.
|
DerivePageGeometryBoxesFromCropMarks
Not supported.
|
EmbedMissingFonts
Not supported.
|
RotatePagesToLandscape
Rotate all pages to landscape if portrait by 90 degrees.
|
RotatePagesToPortrait
Rotate all pages to portrait if landscape by 90 degrees.
|
Modifier and Type | Method and Description |
---|---|
static Fixup |
getByValue(int value) |
int |
getValue() |
static Fixup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fixup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fixup ConvertAllPagesIntoCMYKImagesAndPreserveTextInformation
Not supported.
public static final Fixup ConvertFontsToOutlines
Not supported.
public static final Fixup DerivePageGeometryBoxesFromCropMarks
Not supported.
public static final Fixup EmbedMissingFonts
Not supported.
public static final Fixup RotatePagesToLandscape
Rotate all pages to landscape if portrait by 90 degrees.
public static final Fixup RotatePagesToPortrait
Rotate all pages to portrait if landscape by 90 degrees.
public static Fixup[] values()
for (Fixup c : Fixup.values()) System.out.println(c);
public static Fixup 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 int getValue()
public static Fixup getByValue(int value)
Copyright © 2025 Aspose. All Rights Reserved.