com.aspose.words
Class SdtAppearance

java.lang.Object
    extended by com.aspose.words.SdtAppearance

public class SdtAppearance 
extends java.lang.Object

Utility class containing constants. Specifies the appearance of a structured document tag.

Field Summary
static final intBOUNDING_BOX = 0
           Represents a structured document tag shown as a shaded rectangle or bounding box.
static final intTAGS = 1
           Represents a structured document tag shown as start and end markers.
static final intHIDDEN = 2
           Represents a structured document tag that is not shown.
static final intDEFAULT = 0
           Defaults to BOUNDING_BOX.
 

Field Detail

BOUNDING_BOX = 0

public static final int BOUNDING_BOX
Represents a structured document tag shown as a shaded rectangle or bounding box.

TAGS = 1

public static final int TAGS
Represents a structured document tag shown as start and end markers.

HIDDEN = 2

public static final int HIDDEN
Represents a structured document tag that is not shown.

DEFAULT = 0

public static final int DEFAULT
Defaults to BOUNDING_BOX.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.