
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.
[C#]
public TextPartCollection TextParts { get; }
[Visual Basic]
Public ReadOnly Property TextParts() As TextPartCollection
Runtime only.
Read only.