PageMarkRegion Class Reference

Holds the position and orientation of a page mark region. ie the region a page mark will be formatted in. There are current 16 regions around a typical page each having a vertical or horizontal orientation. More...

#include <prnmks.h>

List of all members.

Public Member Functions

 PageMarkRegion ()
 Creates 16 mark formatting regions around a given page, with a specified bleed.

Public Attributes

BOOL OrientX
BOOL Valid
DocRect Pos


Detailed Description

Holds the position and orientation of a page mark region. ie the region a page mark will be formatted in. There are current 16 regions around a typical page each having a vertical or horizontal orientation.

Author:
Mike_Kenny (Xara Group Ltd) <camelotdev@xara.com>
Date:
10/08/96
See also:

Definition at line 402 of file prnmks.h.


Constructor & Destructor Documentation

PageMarkRegion::PageMarkRegion  ) 
 

Creates 16 mark formatting regions around a given page, with a specified bleed.

Author:
Mike_Kenny (Xara Group Ltd) <camelotdev@xara.com>
Date:
10/08/96
Parameters:
page = the docrect containing the page coordinates. [INPUTS] bleed = the size of the bleed area (in page coordinates, ie millipoints)
Returns:
-

Definition at line 2949 of file prnmks.cpp.

02950 {
02951     OrientX=TRUE;
02952     Valid=FALSE;
02953 }


Member Data Documentation

BOOL PageMarkRegion::OrientX
 

Definition at line 408 of file prnmks.h.

DocRect PageMarkRegion::Pos
 

Definition at line 410 of file prnmks.h.

BOOL PageMarkRegion::Valid
 

Definition at line 409 of file prnmks.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:59:22 2007 for Camelot by  doxygen 1.4.4