Skip to main content

ContentControlParentPr

The content control parent properties.

Type

Object

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.

Example

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