Declaration
void EnumParSiblings([In] bool FromStart, [In] int EventParam);
Description
Enumerate all paragraphs in current paragraph nesting level and call event OnEnumParOrStyle. This are the siblings of the current paragraph. The function can be used if you need to check or modify all paragraphs in a cell.
Parameters |
FromStart |
If true the methods starts with the first sibling, otherwise it will start with current paragraph. |
EventParam |
This value will be passed through to the event handler. |
Category