ContentControlParentPr
The content control parent properties.
Properties
| Name | Type | Description |
|---|---|---|
| Count | number | A number of elements in the parent object. |
| Parent | object | The content control parent. For example, oParagraph. |
| Pos | number | The content control position within the parent object. |
Type
Object
Example
let contentControlParentPr = {
"Parent" : oParagraph,
"Pos" : 0,
"Count" : 1
};