wxPrintData
See external documentation: wxPrintData.
See external documentation:
Functions
new() -> wxPrintData()
See
new(PrintData) -> wxPrintData()
PrintData = wxPrintData()
See
getCollate(This) -> boolean()
This = wxPrintData()
See
getBin(This) -> wx_enum() (see module wx)
This = wxPrintData()
See
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
getDuplex(This) -> wx_enum() (see module wx)
This = wxPrintData()
See
Res = ?wxDUPLEX_SIMPLEX | ?wxDUPLEX_HORIZONTAL | ?wxDUPLEX_VERTICAL
getNoCopies(This) -> integer()
This = wxPrintData()
See
getOrientation(This) -> integer()
This = wxPrintData()
See
getPaperId(This) -> integer()
This = wxPrintData()
See
getPrinterName(This) -> charlist() (see module unicode)
This = wxPrintData()
See
getQuality(This) -> integer()
This = wxPrintData()
See
isOk(This) -> boolean()
This = wxPrintData()
See
setBin(This, Bin) -> ok
This = wxPrintData()
Bin = wx_enum() (see module wx)
See
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
setColour(This, Colour) -> ok
This = wxPrintData()
Colour = boolean()
See
setDuplex(This, Duplex) -> ok
This = wxPrintData()
Duplex = wx_enum() (see module wx)
See
Duplex = ?wxDUPLEX_SIMPLEX | ?wxDUPLEX_HORIZONTAL | ?wxDUPLEX_VERTICAL
setNoCopies(This, V) -> ok
This = wxPrintData()
V = integer()
See
setOrientation(This, Orient) -> ok
This = wxPrintData()
Orient = integer()
See
setPaperId(This, SizeId) -> ok
This = wxPrintData()
SizeId = integer()
See
setPrinterName(This, Name) -> ok
This = wxPrintData()
Name = chardata() (see module unicode)
See
setQuality(This, Quality) -> ok
This = wxPrintData()
Quality = integer()
See
destroy(This::wxPrintData()) -> ok
Destroys this object, do not use object again