Enum PDViewerPreferences.PRINT_SCALING
java.lang.Object
java.lang.Enum<PDViewerPreferences.PRINT_SCALING>
org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.PRINT_SCALING
- All Implemented Interfaces:
Serializable
,Comparable<PDViewerPreferences.PRINT_SCALING>
,java.lang.constant.Constable
- Enclosing class:
- PDViewerPreferences
public static enum PDViewerPreferences.PRINT_SCALING
extends Enum<PDViewerPreferences.PRINT_SCALING>
Enumeration containing all valid values for printscaling.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static PDViewerPreferences.PRINT_SCALING[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
None
no scaling. -
AppDefault
use app default.
-
-
Constructor Details
-
PRINT_SCALING
private PRINT_SCALING()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-