public final class SdtAppearance
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BOUNDING_BOX
Represents a structured document tag shown as a shaded rectangle or bounding box.
|
static int |
DEFAULT
Defaults to
BOUNDING_BOX. |
static int |
HIDDEN
Represents a structured document tag that is not shown.
|
static int |
length |
static int |
TAGS
Represents a structured document tag shown as start and end markers.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String sdtAppearanceName) |
static java.lang.String |
getName(int sdtAppearance) |
static int[] |
getValues() |
static java.lang.String |
toString(int sdtAppearance) |
public static final int BOUNDING_BOX
public static final int TAGS
public static final int HIDDEN
public static final int DEFAULT
BOUNDING_BOX.public static final int length