Erlang logo
User's Guide
Reference Manual
Release Notes
PDF
Top

wxErlang
Reference Manual
Version 0.98.5


Expand All
Contract All

Table of Contents

wxPrintData

MODULE

wxPrintData

MODULE SUMMARY

See external documentation: wxPrintData.

DESCRIPTION

See external documentation: wxPrintData.

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.

EXPORTS

new() -> wxPrintData()

new(PrintData::wxPrintData()) -> wxPrintData()

getCollate(This::wxPrintData()) -> bool()

getBin(This::wxPrintData()) -> WxPrintBin

Types:

WxPrintBin = integer()

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:

WxDuplexMode = integer()

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:

WxPrintBin = integer()

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:

WxDuplexMode = integer()

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

setQuality(This::wxPrintData(), Quality::integer()) -> ok

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

Destroys this object, do not use object again