PrintPageData Struct Reference

Page setup information (either horizontal or vertical). More...

List of all members.

Public Member Functions

 PrintPageData (long lFont, bstr_t &sFont)
 Constructor.
std::tstring CreateName () const
 Returns a descriptive data name (for saving/loading purposes).

Public Attributes

double dDPI
 DPI of the page.
double dStartMargin
 Print starting position.
double dEndMargin
 Print ending position.
bool bCenter
 true if centered, false if left/top aligned
long lFontSize
 Size of 'normal' style font.
std::tstring sFontName
 Name of 'normal' style font.

Detailed Description

Page setup information (either horizontal or vertical).

Definition at line 653 of file CCPDFExcelAddinObj.cpp.


Constructor & Destructor Documentation

PrintPageData::PrintPageData ( long  lFont,
bstr_t &  sFont 
) [inline]

Constructor.

Parameters:
lFont The size of the 'normal' style font
sFont The name of the 'normal' style font

Definition at line 660 of file CCPDFExcelAddinObj.cpp.


Member Function Documentation

std::tstring PrintPageData::CreateName (  )  const

Returns a descriptive data name (for saving/loading purposes).

Returns:
A descriptive name for the object

Definition at line 681 of file CCPDFExcelAddinObj.cpp.

References bCenter, dDPI, dEndMargin, dStartMargin, lFontSize, and sFontName.

Referenced by PrintCalcData::ReadFromRegistry(), and PrintCalcData::WriteToRegistry().


The documentation for this struct was generated from the following file:

Generated on Mon Jun 18 12:52:51 2012 for Excel to PDF Converter by doxygen 1.6.1