wxHtmlEasyPrinting

wxHtmlEasyPrinting

Functions/Procedures
Supertopics

wxHtmlEasyPrinting

[func]
get_html_easy_printing_parent
( atom easy )

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

[func]
get_html_easy_print_data
( atom easy )

Category: wxHtmlEasyPrinting

Returns pointer to wxPrintData instance used by this class. You can set its parameters (via set_xxxx methods).


wxHtmlEasyPrinting

[func]
get_html_easy_print_preview_file
( atom easy, sequence html_file )

Category: wxHtmlEasyPrinting

Preview HTML file. Returns false in case of error.


wxHtmlEasyPrinting

[func]
get_html_easy_print_preview_text
( atom easy, object html_text, object base_path )

Category: wxHtmlEasyPrinting

Preview HTML text (/i not file!). Returns false in case of error.

Parameters


wxHtmlEasyPrinting

[func]
get_html_easy_print_setup
( atom easy )

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

[proc]
html_easy_footer
( atom easy, sequence footer, atom pg )

Category: wxHtmlEasyPrinting


wxHtmlEasyPrinting

[proc]
html_easy_header
( atom easy, sequence header, atom pg )

Category: wxHtmlEasyPrinting

Set page header. The following macros can be used inside it:

Parameters


wxHtmlEasyPrinting

[proc]
html_easy_page_setup
( atom easy )

Category: wxHtmlEasyPrinting

Display page setup dialog and allows the user to modify settings.


wxHtmlEasyPrinting

[proc]
html_easy_parent
( atom easy, atom window )

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

[func]
print_html_file
( atom easy, sequence html_file )

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