wxPrintData
See external documentation: wxPrintData.
See external documentation:
DATA TYPES
wxPrintData()
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() -> wxPrintData()
See
new(PrintData::wxPrintData()) -> wxPrintData()
See
getCollate(This::wxPrintData()) -> bool()
See
getBin(This::wxPrintData()) -> WxPrintBin
WxPrintBin = integer()
See
WxPrintBin is one of ?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::wxPrintData()) -> bool()
See
getDuplex(This::wxPrintData()) -> WxDuplexMode
WxDuplexMode = integer()
See
WxDuplexMode is one of ?wxDUPLEX_SIMPLEX | ?wxDUPLEX_HORIZONTAL | ?wxDUPLEX_VERTICAL
getNoCopies(This::wxPrintData()) -> integer()
See
getOrientation(This::wxPrintData()) -> integer()
See
getPaperId(This::wxPrintData()) -> integer()
See
getPrinterName(This::wxPrintData()) -> string()
See
getQuality(This::wxPrintData()) -> integer()
See
isOk(This::wxPrintData()) -> bool()
See
setBin(This::wxPrintData(), Bin::WxPrintBin) -> ok
WxPrintBin = integer()
See
WxPrintBin is one of ?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::wxPrintData(), Flag::bool()) -> ok
See
setColour(This::wxPrintData(), Colour::bool()) -> ok
See
setDuplex(This::wxPrintData(), Duplex::WxDuplexMode) -> ok
WxDuplexMode = integer()
See
WxDuplexMode is one of ?wxDUPLEX_SIMPLEX | ?wxDUPLEX_HORIZONTAL | ?wxDUPLEX_VERTICAL
setNoCopies(This::wxPrintData(), V::integer()) -> ok
See
setOrientation(This::wxPrintData(), Orient::integer()) -> ok
See
setPaperId(This::wxPrintData(), SizeId::integer()) -> ok
See
setPrinterName(This::wxPrintData(), Name::string()) -> ok
See
setQuality(This::wxPrintData(), Quality::integer()) -> ok
See
destroy(This::wxPrintData()) -> ok
Destroys this object, do not use object again