public static enum MarkerReference.MarkerSearchScope extends Enum<MarkerReference.MarkerSearchScope>
Enum Constant and Description |
---|
DOCUMENT
Defines document search scope
|
PAGE
Defines page search scope
|
PAGE_CONTENT
Defines page content search scope
|
SEQUENCE
Defines sequence search scope
|
SHEET
Defines sheet search scope
|
SPREAD
Defines spread search scope
|
SPREAD_CONTENT
Defines spread content search scope
|
VOLUME
Defines volume search scope
|
Modifier and Type | Method and Description |
---|---|
static MarkerReference.MarkerSearchScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkerReference.MarkerSearchScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarkerReference.MarkerSearchScope PAGE_CONTENT
public static final MarkerReference.MarkerSearchScope PAGE
public static final MarkerReference.MarkerSearchScope SPREAD_CONTENT
public static final MarkerReference.MarkerSearchScope SPREAD
public static final MarkerReference.MarkerSearchScope SHEET
public static final MarkerReference.MarkerSearchScope SEQUENCE
public static final MarkerReference.MarkerSearchScope VOLUME
public static final MarkerReference.MarkerSearchScope DOCUMENT
public static MarkerReference.MarkerSearchScope[] values()
for (MarkerReference.MarkerSearchScope c : MarkerReference.MarkerSearchScope.values()) System.out.println(c);
public static MarkerReference.MarkerSearchScope 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 null