wxHtmlEasyPrinting.3erl

Langue: en

Autres versions - même langue

Version: 276740 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxHtmlEasyPrinting - See external documentation: wxHtmlEasyPrinting.

DESCRIPTION

See external documentation: wxHtmlEasyPrinting <http://www.wxwidgets.org/manuals/stable/wx_wxhtmleasyprinting.html>.

DATA TYPES

wxHtmlEasyPrinting():

An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.

EXPORTS

new() -> wxHtmlEasyPrinting()


Equivalent to new([]).

new(Options::[Option]) -> wxHtmlEasyPrinting()

Types
Option = {name, string()} | {parentWindow, wxWindow() (see module wxWindow)}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxhtmleasyprinting.html#wxhtmleasyprintingwxhtmleasyprinting>.

getPrintData(This::wxHtmlEasyPrinting()) -> wxPrintData() (see module wxPrintData)


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxhtmleasyprinting.html#wxhtmleasyprintinggetprintdata>.

getPageSetupData(This::wxHtmlEasyPrinting()) -> wxPageSetupDialogData() (see module wxPageSetupDialogData)


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxhtmleasyprinting.html#wxhtmleasyprintinggetpagesetupdata>.

previewFile(This::wxHtmlEasyPrinting(), Htmlfile::string()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxhtmleasyprinting.html#wxhtmleasyprintingpreviewfile>.

previewText(This::wxHtmlEasyPrinting(), Htmltext::string()) -> bool()


Equivalent to previewText(This, Htmltext, []).

previewText(This::wxHtmlEasyPrinting(), Htmltext::string(), Options::[Option]) -> bool()

Types
Option = {basepath, string()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxhtmleasyprinting.html#wxhtmleasyprintingpreviewtext>.

printFile(This::wxHtmlEasyPrinting(), Htmlfile::string()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxhtmleasyprinting.html#wxhtmleasyprintingprintfile>.

printText(This::wxHtmlEasyPrinting(), Htmltext::string()) -> bool()


Equivalent to printText(This, Htmltext, []).

printText(This::wxHtmlEasyPrinting(), Htmltext::string(), Options::[Option]) -> bool()

Types
Option = {basepath, string()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxhtmleasyprinting.html#wxhtmleasyprintingprinttext>.

pageSetup(This::wxHtmlEasyPrinting()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxhtmleasyprinting.html#wxhtmleasyprintingpagesetup>.

setFonts(This::wxHtmlEasyPrinting(), Normal_face::string(), Fixed_face::string()) -> ok


Equivalent to setFonts(This, Normal_face, Fixed_face, []).

setFonts(This::wxHtmlEasyPrinting(), Normal_face::string(), Fixed_face::string(), Options::[Option]) -> ok

Types
Option = {sizes, [integer()]}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxhtmleasyprinting.html#wxhtmleasyprintingsetfonts>.

setHeader(This::wxHtmlEasyPrinting(), Header::string()) -> ok


Equivalent to setHeader(This, Header, []).

setHeader(This::wxHtmlEasyPrinting(), Header::string(), Options::[Option]) -> ok

Types
Option = {pg, integer()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxhtmleasyprinting.html#wxhtmleasyprintingsetheader>.

setFooter(This::wxHtmlEasyPrinting(), Footer::string()) -> ok


Equivalent to setFooter(This, Footer, []).

setFooter(This::wxHtmlEasyPrinting(), Footer::string(), Options::[Option]) -> ok

Types
Option = {pg, integer()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxhtmleasyprinting.html#wxhtmleasyprintingsetfooter>.

destroy(This::wxHtmlEasyPrinting()) -> ok


Destroys this object, do not use object again