wxHtmlEasyPrinting
Functions/Procedures
- func get_html_easy_printing_parent( atom easy )   
 
- func get_html_easy_print_data( atom easy )   
 
- func get_html_easy_print_preview_file( atom easy, sequence html_file )   
 
- func get_html_easy_print_preview_text( atom easy, object html_text, object base_path )   
 
- func get_html_easy_print_setup( atom easy )   
 
- proc html_easy_fonts( atom easy, sequence normal_face, sequence fixed_face, sequence font_size )   
 
- proc html_easy_footer( atom easy, sequence footer, atom pg )   
 
- proc html_easy_header( atom easy, sequence header, atom pg )   
 
- proc html_easy_page_setup( atom easy )   
 
- proc html_easy_parent( atom easy, atom window )   
 
- func print_html_file( atom easy, sequence html_file )   
 
- func print_html_text( atom easy, sequence html_text, sequence base_path )   
 
Supertopics
wxHtmlEasyPrinting
Category: 
wxHtmlEasyPrinting
Note that this function was introduced in wxWidgets 2.8.5.  If you are using an earlier
version, then this will return 0.
wxHtmlEasyPrinting
Category: 
wxHtmlEasyPrinting
 Returns pointer to wxPrintData instance used by this class. You can set its parameters (via set_xxxx methods).
wxHtmlEasyPrinting
Category: 
wxHtmlEasyPrinting
Preview HTML file. Returns false in case of error.
wxHtmlEasyPrinting
Category: 
wxHtmlEasyPrinting
 Preview HTML text (/i not file!). Returns false in case of error. 
 Parameters
 -  html_text HTML text.
 
 -  base_path base directory (html string would be stored there if it was in file). It is used to determine path for loading images,
for example.
 
 
 
wxHtmlEasyPrinting
Category: 
wxHtmlEasyPrinting
 Returns a pointer to wxPageSetupDialogData instance used by this class. You can set its parameters (via set_xxxx methods).
wxHtmlEasyPrinting
[proc]
html_easy_fonts ( atom easy, sequence normal_face, sequence fixed_face, sequence font_size )
Category: 
wxHtmlEasyPrinting
Sets fonts.
wxHtmlEasyPrinting
Category: 
wxHtmlEasyPrinting
wxHtmlEasyPrinting
Category: 
wxHtmlEasyPrinting
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
 
 
 
 Parameters
 -  header HTML text to be used as header.
 
 -  pg one of wxPAGE_ODD, wxPAGE_EVEN and wxPAGE_ALL constants.
 
 
 
wxHtmlEasyPrinting
Category: 
wxHtmlEasyPrinting
Display page setup dialog and allows the user to modify settings.
wxHtmlEasyPrinting
Category: 
wxHtmlEasyPrinting
Note that this routine was introduced in wxWidgets 2.8.5.  If you have an earlier version
of wxWidgets, calling this procedure will have no effect.
wxHtmlEasyPrinting
Category: 
wxHtmlEasyPrinting
Print HTML file. Returns false in case of error.
wxHtmlEasyPrinting
[func]
print_html_text ( atom easy, sequence html_text, sequence base_path )
Category: 
wxHtmlEasyPrinting
Print HTML text (not file!). Returns false in case of error.
 Parameters
 -  html_text HTML text.
 
 -  base_path base directory (html string would be stored there if it was in file). It is used to determine path for loading images,
for example.