IWPDataBlock.SelectFirstPar

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

Applies to

IWPDataBlock

Declaration

bool SelectFirstPar()

Description

This method selects the the first paragraph in this text block to be the "current". You can then use CurrPar and CurrParAttr to manipulate this paragraph. To move to a different paragraph use, for example, CurrPar.SelectNextPar().

 

If the text block is empty the function will return false. You can use AppendParagraph to create a new paragraph.


[iwpdatablock_selectfirstpar.htm]    Copyright © 2007 by WPCubed GmbH