Aspose::Words::Markup::SdtAppearance enum

SdtAppearance enum

Specifies the appearance of a structured document tag.

enum class SdtAppearance

Values

NameValueDescription
BoundingBox0Represents a structured document tag shown as a shaded rectangle or bounding box.
Tags1Represents a structured document tag shown as start and end markers.
Hidden2Represents a structured document tag that is not shown.
Defaultn/aDefaults to BoundingBox.

See Also