Gets a collection of all main text parts the current document contains. The property's value is an object of the type TextPartCollection. The main text parts are the main text, text frames and headers and footers.

Introduced: 16.0.

Syntax

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

Limitations

Runtime only.

Read only.