public enum RetrievePositionWithinTable extends java.lang.Enum<RetrievePositionWithinTable>
Enum Constant and Description |
---|
FIRST_INCLUDING_CARRYOVER
Specifies a preference for retrieving the children of an fo:marker
attached to an area (1) that is a descendant of the primary retrieve
scope area, and (2) that precedes in the area tree, using pre-order
traversal order, any other similarly constrained area that has an
attached fo:marker with the same value of the "marker-class-name"
property.
|
FIRST_STARTING
Specifies a preference for retrieving the children of an fo:marker
attached to an area (1) that is a descendant of the primary retrieve
scope area, (2) whose "is-first" trait is set to "true", and (3) precedes
in the area tree, using pre-order traversal order, any other similarly
constrained area that has an attached fo:marker with the same value of
the "marker-class-name" property.
|
LAST_ENDING
Specifies a preference for retrieving the children of an fo:marker
attached to an area (1) that is a descendant of a retrieve scope area,
and (2) whose "is-last" trait is set to "true" and that follows in the
area tree, using pre-order traversal order, any other similarly
constrained area that has an attached fo:marker with the same value of
the "marker-class-name" property.
|
LAST_STARTING
Specifies a preference for retrieving the children of an fo:marker
attached to an area (1) that is a descendant of a retrieve scope area,
(2) whose "is-first" trait is set to "true", and (3) that follows in the
area tree, using pre-order traversal order, any other similarly
constrained area that has an attached fo:marker with the same value of
the "marker-class-name" property.
|
Modifier and Type | Method and Description |
---|---|
static RetrievePositionWithinTable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RetrievePositionWithinTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RetrievePositionWithinTable FIRST_STARTING
public static final RetrievePositionWithinTable FIRST_INCLUDING_CARRYOVER
public static final RetrievePositionWithinTable LAST_STARTING
public static final RetrievePositionWithinTable LAST_ENDING
public static RetrievePositionWithinTable[] values()
for (RetrievePositionWithinTable c : RetrievePositionWithinTable.values()) System.out.println(c);
public static RetrievePositionWithinTable 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.