java.lang.Object
com.aspose.words.SdtAppearance
public class SdtAppearance
| Field Summary | ||
|---|---|---|
static final int | BOUNDING_BOX | |
| Represents a structured document tag shown as a shaded rectangle or bounding box. | ||
static final int | TAGS | |
| Represents a structured document tag shown as start and end markers. | ||
static final int | HIDDEN | |
| Represents a structured document tag that is not shown. | ||
static final int | DEFAULT | |
|
Defaults to |
||
| Field Detail |
|---|
BOUNDING_BOX = 0 | |
public static final int BOUNDING_BOX | |
TAGS = 1 | |
public static final int TAGS | |
HIDDEN = 2 | |
public static final int HIDDEN | |
DEFAULT = 0 | |
public static final int DEFAULT | |