Skip to main content

ContentControlParentPr

The content control parent properties.

Properties

NameTypeDescription
ParentobjectThe content control parent. For example, oParagraph.
PosnumberThe content control position within the parent object.
CountnumberA number of elements in the parent object.

Type

Object

Example

let contentControlParentPr = {
"Parent" : oParagraph,
"Pos" : 0,
"Count" : 1
};