/**
@class wxHtmlDCRenderer
- @headerfile htmprint.h wx/html/htmprint.h
This class can render HTML document into a specified area of a DC. You can use
it
/**
@class wxHtmlEasyPrinting
- @headerfile htmprint.h wx/html/htmprint.h
This class provides very simple interface to printing
architecture. It allows you to print HTML documents using
/**
Set page footer. The following macros can be used inside it:
- @DATE@ is replaced by the current date in default format
- @PAGENUM@ is replaced by page number
- @PAGESCNT@ is replaced by total number of pages
- @TIME@ is replaced by the current time in default format
- @TITLE@ is replaced with the title of the document
+ @@DATE@ is replaced by the current date in default format
+ @@PAGENUM@ is replaced by page number
+ @@PAGESCNT@ is replaced by total number of pages
+ @@TIME@ is replaced by the current time in default format
+ @@TITLE@ is replaced with the title of the document
@param footer
HTML text to be used as footer.
/**
Set page header. The following macros can be used inside it:
- @DATE@ is replaced by the current date in default format
- @PAGENUM@ is replaced by page number
- @PAGESCNT@ is replaced by total number of pages
- @TIME@ is replaced by the current time in default format
- @TITLE@ is replaced with the title of the document
+ @@DATE@ is replaced by the current date in default format
+ @@PAGENUM@ is replaced by page number
+ @@PAGESCNT@ is replaced by total number of pages
+ @@TIME@ is replaced by the current time in default format
+ @@TITLE@ is replaced with the title of the document
@param header
HTML text to be used as header.
/**
@class wxHtmlPrintout
- @headerfile htmprint.h wx/html/htmprint.h
This class serves as printout class for HTML documents.
/**
Set page footer. The following macros can be used inside it:
- @DATE@ is replaced by the current date in default format
- @PAGENUM@ is replaced by page number
- @PAGESCNT@ is replaced by total number of pages
- @TIME@ is replaced by the current time in default format
- @TITLE@ is replaced with the title of the document
+ @@DATE@ is replaced by the current date in default format
+ @@PAGENUM@ is replaced by page number
+ @@PAGESCNT@ is replaced by total number of pages
+ @@TIME@ is replaced by the current time in default format
+ @@TITLE@ is replaced with the title of the document
@param footer
HTML text to be used as footer.
/**
Set page header. The following macros can be used inside it:
- @DATE@ is replaced by the current date in default format
- @PAGENUM@ is replaced by page number
- @PAGESCNT@ is replaced by total number of pages
- @TIME@ is replaced by the current time in default format
- @TITLE@ is replaced with the title of the document
+ @@DATE@ is replaced by the current date in default format
+ @@PAGENUM@ is replaced by page number
+ @@PAGESCNT@ is replaced by total number of pages
+ @@TIME@ is replaced by the current time in default format
+ @@TITLE@ is replaced with the title of the document
@param header
HTML text to be used as header.