public enum RegionTypes extends Enum<RegionTypes>
| Enum Constant and Description |
|---|
CAPTION |
EQUATION |
HEADER |
IMAGE |
LINE |
LIST |
NONE |
PARAGRAPH |
TABLE |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static RegionTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegionTypes NONE
public static final RegionTypes PARAGRAPH
public static final RegionTypes IMAGE
public static final RegionTypes HEADER
public static final RegionTypes TABLE
public static final RegionTypes LIST
public static final RegionTypes CAPTION
public static final RegionTypes EQUATION
public static final RegionTypes LINE
public static RegionTypes[] values()
for (RegionTypes c : RegionTypes.values()) System.out.println(c);
public static RegionTypes 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 nullpublic int getValue()
Copyright © 2025 Aspose. All rights reserved.