EnumParagraphs Method
Declaration
void EnumParagraphs([In] bool OnlyActiveText, [In] int EventParam);
Description
The event OnEnumParOrStyle will be called for all paragraphs in the Document.
Parameters
OnlyActiveText
If true, only the paragraphs in the active text, this is the current text layer (such as the header or footer) or the text body, will be visited.
EventParam
This value will be passed through to the event handler.
Category
Callback Functions