wxHtmlEasyPrinting

See external documentation: wxHtmlEasyPrinting.

See external documentation: wxHtmlEasyPrinting.

Types


wxHtmlEasyPrinting() = wx:wx_object()

Functions


new() -> wxHtmlEasyPrinting()

Equivalent to new([]).

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

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

See external documentation.

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

  • This = wxHtmlEasyPrinting()

See external documentation.

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

  • This = wxHtmlEasyPrinting()

See external documentation.

previewFile(This, Htmlfile) -> boolean()

  • This = wxHtmlEasyPrinting()
  • Htmlfile = chardata() (see module unicode)

See external documentation.

previewText(This, Htmltext) -> boolean()

  • This = wxHtmlEasyPrinting()
  • Htmltext = chardata() (see module unicode)

previewText(This, Htmltext, Options::[Option]) -> boolean()

  • This = wxHtmlEasyPrinting()
  • Htmltext = chardata() (see module unicode)
  • Option = {basepath, chardata() (see module unicode)}

See external documentation.

printFile(This, Htmlfile) -> boolean()

  • This = wxHtmlEasyPrinting()
  • Htmlfile = chardata() (see module unicode)

See external documentation.

printText(This, Htmltext) -> boolean()

  • This = wxHtmlEasyPrinting()
  • Htmltext = chardata() (see module unicode)

printText(This, Htmltext, Options::[Option]) -> boolean()

  • This = wxHtmlEasyPrinting()
  • Htmltext = chardata() (see module unicode)
  • Option = {basepath, chardata() (see module unicode)}

See external documentation.

pageSetup(This) -> ok

  • This = wxHtmlEasyPrinting()

See external documentation.

setFonts(This, Normal_face, Fixed_face) -> ok

  • This = wxHtmlEasyPrinting()
  • Normal_face = chardata() (see module unicode)
  • Fixed_face = chardata() (see module unicode)

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

  • This = wxHtmlEasyPrinting()
  • Normal_face = chardata() (see module unicode)
  • Fixed_face = chardata() (see module unicode)
  • Option = {sizes, [integer()]}

See external documentation.

setHeader(This, Header) -> ok

  • This = wxHtmlEasyPrinting()
  • Header = chardata() (see module unicode)

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

  • This = wxHtmlEasyPrinting()
  • Header = chardata() (see module unicode)
  • Option = {pg, integer()}

See external documentation.

setFooter(This, Footer) -> ok

  • This = wxHtmlEasyPrinting()
  • Footer = chardata() (see module unicode)

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

  • This = wxHtmlEasyPrinting()
  • Footer = chardata() (see module unicode)
  • Option = {pg, integer()}

See external documentation.

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

Destroys this object, do not use object again