Skip to main content

ContentControlParentPr

The content control parent properties.

Properties

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

Type

Object

Example

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