Gets a collection of all text parts the current document contains. The property's value is an object of the type TextPartCollection. A text part can be the main text, a text frame or a header or footer.

Introduced: 16.0.

Syntax

public TextPartCollection TextParts { get; }
Public ReadOnly Property TextParts() As TextPartCollection

Limitations

Runtime only.

Read only.