Declaration
int EnumSelParagraphs([In] bool OnlyCompletePars, [In] bool ControlParsToo, [In] int EventParam);
Description
The event OnEnumParOrStyle will be called for the selected paragraphs.
Parameters |
OnlyCompletePars |
If true, only the paragraphs which are completely selected will trigger the event. |
ControlParsToo |
If true also table and table row paragraphs will trigger the event. |
EventParam |
This value will be passed through to the event handler. |
Category