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

wxErlang
Reference Manual
Version 0.99.2


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()

Types:

PrintData = wxPrintData()

getCollate(This) -> boolean()

Types:

This = wxPrintData()

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()

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()

getOrientation(This) -> integer()

Types:

This = wxPrintData()

getPaperId(This) -> integer()

Types:

This = wxPrintData()

getPrinterName(This) -> charlist() (see module unicode)

Types:

This = wxPrintData()

getQuality(This) -> integer()

Types:

This = wxPrintData()

isOk(This) -> boolean()

Types:

This = wxPrintData()

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()

setColour(This, Colour) -> ok

Types:

This = wxPrintData()
Colour = boolean()

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()

setOrientation(This, Orient) -> ok

Types:

This = wxPrintData()
Orient = integer()

setPaperId(This, SizeId) -> ok

Types:

This = wxPrintData()
SizeId = integer()

setPrinterName(This, Name) -> ok

Types:

This = wxPrintData()
Name = chardata() (see module unicode)

setQuality(This, Quality) -> ok

Types:

This = wxPrintData()
Quality = integer()

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

Destroys this object, do not use object again