Word.ContentControlLevel enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Content control level types.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
Fields
cell = "Cell" | Represents a cell-level content control. |
inline = "Inline" | Represents an inline content control. |
paragraph = "Paragraph" | Represents a paragraph-level content control. |
row = "Row" | Represents a row-level content control. |