public enum ChangeBarPlacement extends java.lang.Enum<ChangeBarPlacement>
Enum Constant and Description |
---|
ALTERNATE
When there are exactly two columns, the change bar will be offset from
the start edge of all column one areas and the end edge of all column
two areeas; when there are any other number of columns, this value is
equivalent to "outside".
|
END
The change bar will be offset from the end edge of all column areas.
|
INSIDE
If the page binding edge is on the start-edge, the change bar will be
offset from the start edge of all column areas.
|
LEFT
The change bar will be offset from the left edge of all column areas.
|
OUTSIDE
If the page binding edge is on the start-edge, the change bar will be
offset from the end edge of all column areas.
|
RIGHT
The change bar will be offset from the right edge of all column
areas.
|
START
The change bar will be offset from the start edge of all column
areas.
|
Modifier and Type | Method and Description |
---|---|
static ChangeBarPlacement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChangeBarPlacement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChangeBarPlacement START
public static final ChangeBarPlacement END
public static final ChangeBarPlacement LEFT
public static final ChangeBarPlacement RIGHT
public static final ChangeBarPlacement INSIDE
public static final ChangeBarPlacement OUTSIDE
public static final ChangeBarPlacement ALTERNATE
public static ChangeBarPlacement[] values()
for (ChangeBarPlacement c : ChangeBarPlacement.values()) System.out.println(c);
public static ChangeBarPlacement valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullThis documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.