public static enum PositionResult.State extends Enum<PositionResult.State>
Enum Constant and Description |
---|
CONTENT_PART |
FULL_CONTENT |
NO_CONTENT |
Modifier and Type | Method and Description |
---|---|
static PositionResult.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PositionResult.State[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PositionResult.State NO_CONTENT
public static final PositionResult.State CONTENT_PART
public static final PositionResult.State FULL_CONTENT
public static PositionResult.State[] values()
for (PositionResult.State c : PositionResult.State.values()) System.out.println(c);
public static PositionResult.State valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
Copyright (C) 1998-2019 iText Group NV. All Rights Reserved.