WdContentControlAppearance Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constants that represent the visualizations for a content control, passed to and returned by the Appearance property.
public enum class WdContentControlAppearance
[System.Runtime.InteropServices.Guid("1D81C8D5-149B-481D-B4AF-7605E0942FAF")]
public enum WdContentControlAppearance
type WdContentControlAppearance =
Public Enum WdContentControlAppearance
- Inheritance
-
WdContentControlAppearance
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdContentControlBoundingBox | 0 | Represents a content control shown as a shaded rectangle or bounding box (with optional title). |
wdContentControlTags | 1 | Represents a content control that is not shown. |
2 | Represents a content control shown as start and end markers. |