public static enum DeviceViewportSpecificationMode.Mode extends Enum<DeviceViewportSpecificationMode.Mode>
| Enum Constant and Description |
|---|
FRACTION |
MM |
PHYDEVCOORD |
| Modifier and Type | Method and Description |
|---|---|
static DeviceViewportSpecificationMode.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceViewportSpecificationMode.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceViewportSpecificationMode.Mode FRACTION
public static final DeviceViewportSpecificationMode.Mode MM
public static final DeviceViewportSpecificationMode.Mode PHYDEVCOORD
public static DeviceViewportSpecificationMode.Mode[] values()
for (DeviceViewportSpecificationMode.Mode c : DeviceViewportSpecificationMode.Mode.values()) System.out.println(c);
public static DeviceViewportSpecificationMode.Mode 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 (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.