EnumParSiblings Method

[Top]  [Chapter]  [Previous]  [Next]

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

Callback Functions


[idh_iwpmemo_enumparsiblings.htm]    Copyright © 2007 by WPCubed GmbH