WdContentControlLevel Enum

Definition

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

wdContentControlLevelCell 3

Represents a content control that surrounds a table cell.

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.

Applies to