Scroll to navigation

wxPrintData(3erl) Erlang Module Definition wxPrintData(3erl)

NAME

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

AUTHORS

 
<>
wx 0.99.2