wxHtmlEasyPrinting

See external documentation: wxHtmlEasyPrinting.

See external documentation: wxHtmlEasyPrinting.

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.

Functions


new() -> wxHtmlEasyPrinting()

Equivalent to new([]).

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

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

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

  • Option = {basepath, string()}

See external documentation.

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

See external documentation.

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

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

  • Option = {basepath, string()}

See external documentation.

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

See external documentation.

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

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

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

See external documentation.

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

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

  • Option = {pg, integer()}

See external documentation.

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

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

  • Option = {pg, integer()}

See external documentation.

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

Destroys this object, do not use object again

View Functions