WdContentControlLevel 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 possible levels for a content control, returned by the Level property.
public enum class WdContentControlLevel
[System.Runtime.InteropServices.Guid("38B309AF-090C-47BB-8CFA-8CF758ECA76F")]
public enum WdContentControlLevel
type WdContentControlLevel =
Public Enum WdContentControlLevel
- Inheritance
-
WdContentControlLevel
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdContentControlLevelInline | 0 | Represents a content control that surrounds content within a single paragraph. |
wdContentControlLevelParagraph | 1 | Represents a content control that surrounds one or more complete paragraphs. |
wdContentControlLevelRow | 2 | Represents a content control that surrounds a table row. |
wdContentControlLevelCell | 3 | Represents a content control that surrounds a table cell. |