SetProp Method

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

Applies to

IWPParInterface

Declaration

void SetProp(int ID, int Value);

Description

 

ID=1:

If You use Memo.CurrPar usually only the current paragraph, the paragraph the cursor is in, will be modified. Certain methods can also modify all selected paragraphs. To use this feature You first need to call SetProp with ID=1 and Parameter=1 to initialize the list of selected paragraphs. When done please don't forget to call SetProp with ID=1 and Value=0 to clear the list. If not text was selected, at least the current paragraph will be added to the internal list.

 

We highlighted the methods which work on a paragraph list with this symbol: workswithseltext

 

ID=2:

Add the current paragraph to the internal paragraph list (value is ignored). You need to call SetProp(1,0) to switch the "paragraph list" mode off.

 


[idh_iwpparinterface_setprop.htm]    Copyright © 2007 by WPCubed GmbH