OpenPetra
Free Administration Software for Non-Profits
|
Public Member Functions | |
abstract bool | GetPageSize (out PaperKind APaperKind, out Margins AMargins, out float AWidthInPoint, out float AHeightInPoint) |
get the size of the page, eg. from the HTML body tag More... | |
abstract void | StartPrintDocument () |
todoComment More... | |
abstract void | PrintPageHeader () |
todoComment More... | |
abstract void | PrintPageBody () |
todoComment More... | |
abstract void | PrintPageFooter () |
todoComment More... | |
virtual float | RenderContent (float AXPos, float AWidthAvailable, ref XmlNode content) |
this should be overwritten e.g. by a function that knows to interpret HTML etc More... | |
A helper class, to enable the GfxPrinter to call the functions that will be provided by TReportPrinter, which is derived from this class.
|
pure virtual |
get the size of the page, eg. from the HTML body tag
Implemented in Ict.Common.Printing.TPrinterHtml.
|
pure virtual |
todoComment
Implemented in Ict.Common.Printing.TPrinterHtml.
|
pure virtual |
todoComment
Implemented in Ict.Common.Printing.TPrinterHtml.
|
pure virtual |
todoComment
Implemented in Ict.Common.Printing.TPrinterHtml.
|
inlinevirtual |
this should be overwritten e.g. by a function that knows to interpret HTML etc
AXPos | the X position to start the content |
AWidthAvailable | AWidthAvailable |
content |
Reimplemented in Ict.Common.Printing.TPrinterHtml.
|
pure virtual |
todoComment
Implemented in Ict.Common.Printing.TPrinterHtml.