wxPrintData
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxPrintData.
DATA TYPES
EXPORTS
new(PrintData::wxPrintData()) -> wxPrintData()
getCollate(This::wxPrintData()) -> bool()
getBin(This::wxPrintData()) -> WxPrintBin
Types:
See external documentation.
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()
getDuplex(This::wxPrintData()) -> WxDuplexMode
Types:
See external documentation.
WxDuplexMode is one of ?wxDUPLEX_SIMPLEX | ?wxDUPLEX_HORIZONTAL | ?wxDUPLEX_VERTICAL
getNoCopies(This::wxPrintData()) -> integer()
getOrientation(This::wxPrintData()) -> integer()
getPaperId(This::wxPrintData()) -> integer()
getPrinterName(This::wxPrintData()) -> string()
getQuality(This::wxPrintData()) -> integer()
isOk(This::wxPrintData()) -> bool()
setBin(This::wxPrintData(), Bin::WxPrintBin) -> ok
Types:
See external documentation.
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
setColour(This::wxPrintData(), Colour::bool()) -> ok
setDuplex(This::wxPrintData(), Duplex::WxDuplexMode) -> ok
Types:
See external documentation.
WxDuplexMode is one of ?wxDUPLEX_SIMPLEX | ?wxDUPLEX_HORIZONTAL | ?wxDUPLEX_VERTICAL
setNoCopies(This::wxPrintData(), V::integer()) -> ok
setOrientation(This::wxPrintData(), Orient::integer()) -> ok
setPaperId(This::wxPrintData(), SizeId::integer()) -> ok
setPrinterName(This::wxPrintData(), Name::string()) -> ok