Range Property

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

Applies to

IWPDataBlock

Declaration

DataBlockRange Range;

Description

The "range" is used by header or footer texts. Possible values are

      wpraOnAllPages =0; // use on all pages

      wpraOnOddPages =1; // use on odd pages (1,3,5,...)

      wpraOnEvenPages=2; // use on even pages (2,4,6,...)

      wpraOnFirstPage=3; // print on first page only

      wpraOnLastPage=4; // print on last page only

      wpraNotOnFirstAndLastPages=5; // Not on first or last pages

      wpraNotOnLastPage=6; // on all but not on last page

      wpraNamed=7; // never used. Use event OnGetSpecialText to select it

      wpraIgnored=8; // Dont used

      wpraNotOnFirstPage=9; // On all but not on first page

 

Notes:

Only the first 4 options are standard in RTF format.

Footnotes will use wpraOnAllPages and text boxes will use wpraNamed.


[idh_iwpdatablock_range.htm]    Copyright © 2007 by WPCubed GmbH