wxPrintData

See external documentation: wxPrintData.

See external documentation: wxPrintData.

Types


wxPrintData() = wx:wx_object()

Functions


new() -> wxPrintData()

See external documentation.

new(PrintData) -> wxPrintData()

  • PrintData = wxPrintData()

See external documentation.

getCollate(This) -> boolean()

  • This = wxPrintData()

See external documentation.

getBin(This) -> wx_enum() (see module wx)

  • This = wxPrintData()

See external documentation.
Res = ?wxPRINTBIN_DEFAULT | ?wxPRINTBIN_ONLYONE | ?wxPRINTBIN_LOWER | ?wxPRINTBIN_MIDDLE | ?wxPRINTBIN_MANUAL | ?wxPRINTBIN_ENVELOPE | ?wxPRINTBIN_ENVMANUAL | ?wxPRINTBIN_AUTO | ?wxPRINTBIN_TRACTOR | ?wxPRINTBIN_SMALLFMT | ?wxPRINTBIN_LARGEFMT | ?wxPRINTBIN_LARGECAPACITY | ?wxPRINTBIN_CASSETTE | ?wxPRINTBIN_FORMSOURCE | ?wxPRINTBIN_USER

getColour(This) -> boolean()

  • This = wxPrintData()

See external documentation.

getDuplex(This) -> wx_enum() (see module wx)

  • This = wxPrintData()

See external documentation.
Res = ?wxDUPLEX_SIMPLEX | ?wxDUPLEX_HORIZONTAL | ?wxDUPLEX_VERTICAL

getNoCopies(This) -> integer()

  • This = wxPrintData()

See external documentation.

getOrientation(This) -> integer()

  • This = wxPrintData()

See external documentation.

getPaperId(This) -> integer()

  • This = wxPrintData()

See external documentation.

getPrinterName(This) -> charlist() (see module unicode)

  • This = wxPrintData()

See external documentation.

getQuality(This) -> integer()

  • This = wxPrintData()

See external documentation.

isOk(This) -> boolean()

  • This = wxPrintData()

See external documentation.

setBin(This, Bin) -> ok

  • This = wxPrintData()
  • Bin = wx_enum() (see module wx)

See external documentation.
Bin = ?wxPRINTBIN_DEFAULT | ?wxPRINTBIN_ONLYONE | ?wxPRINTBIN_LOWER | ?wxPRINTBIN_MIDDLE | ?wxPRINTBIN_MANUAL | ?wxPRINTBIN_ENVELOPE | ?wxPRINTBIN_ENVMANUAL | ?wxPRINTBIN_AUTO | ?wxPRINTBIN_TRACTOR | ?wxPRINTBIN_SMALLFMT | ?wxPRINTBIN_LARGEFMT | ?wxPRINTBIN_LARGECAPACITY | ?wxPRINTBIN_CASSETTE | ?wxPRINTBIN_FORMSOURCE | ?wxPRINTBIN_USER

setCollate(This, Flag) -> ok

  • This = wxPrintData()
  • Flag = boolean()

See external documentation.

setColour(This, Colour) -> ok

  • This = wxPrintData()
  • Colour = boolean()

See external documentation.

setDuplex(This, Duplex) -> ok

  • This = wxPrintData()
  • Duplex = wx_enum() (see module wx)

See external documentation.
Duplex = ?wxDUPLEX_SIMPLEX | ?wxDUPLEX_HORIZONTAL | ?wxDUPLEX_VERTICAL

setNoCopies(This, V) -> ok

  • This = wxPrintData()
  • V = integer()

See external documentation.

setOrientation(This, Orient) -> ok

  • This = wxPrintData()
  • Orient = integer()

See external documentation.

setPaperId(This, SizeId) -> ok

  • This = wxPrintData()
  • SizeId = integer()

See external documentation.

setPrinterName(This, Name) -> ok

  • This = wxPrintData()
  • Name = chardata() (see module unicode)

See external documentation.

setQuality(This, Quality) -> ok

  • This = wxPrintData()
  • Quality = integer()

See external documentation.

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

Destroys this object, do not use object again