public static class PrintBuilder.OrientationOption extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_LANDSCAPE
Landscape Orientation
|
static int |
_PORTRAIT
Portrait Orientation
|
static PrintBuilder.OrientationOption |
LANDSCAPE
Landscape Orientation
|
static PrintBuilder.OrientationOption |
PORTRAIT
Portrait Orientation
|
Modifier and Type | Method and Description |
---|---|
static PrintBuilder.OrientationOption |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static PrintBuilder.OrientationOption |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static PrintBuilder.OrientationOption[] |
values()
Returns an array that contains the values for this enum.
|
public static final PrintBuilder.OrientationOption LANDSCAPE
public static final PrintBuilder.OrientationOption PORTRAIT
public static final int _LANDSCAPE
public static final int _PORTRAIT
public static PrintBuilder.OrientationOption valueOf(int value)
public static PrintBuilder.OrientationOption valueOf(String name)
public static PrintBuilder.OrientationOption[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.