.TH wxPrintData 3erl "wx 0.99.2" "" "Erlang Module Definition" .SH NAME wxPrintData \- See external documentation: wxPrintData. .SH DESCRIPTION .LP See external documentation: wxPrintData\&. .SH "DATA TYPES" .RS 2 .TP 2 .B \fIwxPrintData()\fR\&: .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B new() -> wxPrintData() .br .RS .LP See external documentation\&. .RE .LP .B new(PrintData) -> wxPrintData() .br .RS .LP Types: .RS 3 PrintData = wxPrintData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getCollate(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrintData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getBin(This) -> wx_enum() (see module wx) .br .RS .LP Types: .RS 3 This = wxPrintData() .br .RE .RE .RS .LP See external documentation\&. .br 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 .RE .LP .B getColour(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrintData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getDuplex(This) -> wx_enum() (see module wx) .br .RS .LP Types: .RS 3 This = wxPrintData() .br .RE .RE .RS .LP See external documentation\&. .br Res = ?wxDUPLEX_SIMPLEX | ?wxDUPLEX_HORIZONTAL | ?wxDUPLEX_VERTICAL .RE .LP .B getNoCopies(This) -> integer() .br .RS .LP Types: .RS 3 This = wxPrintData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getOrientation(This) -> integer() .br .RS .LP Types: .RS 3 This = wxPrintData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPaperId(This) -> integer() .br .RS .LP Types: .RS 3 This = wxPrintData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPrinterName(This) -> charlist() (see module unicode) .br .RS .LP Types: .RS 3 This = wxPrintData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getQuality(This) -> integer() .br .RS .LP Types: .RS 3 This = wxPrintData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isOk(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrintData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setBin(This, Bin) -> ok .br .RS .LP Types: .RS 3 This = wxPrintData() .br Bin = wx_enum() (see module wx) .br .RE .RE .RS .LP See external documentation\&. .br 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 .RE .LP .B setCollate(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxPrintData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setColour(This, Colour) -> ok .br .RS .LP Types: .RS 3 This = wxPrintData() .br Colour = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setDuplex(This, Duplex) -> ok .br .RS .LP Types: .RS 3 This = wxPrintData() .br Duplex = wx_enum() (see module wx) .br .RE .RE .RS .LP See external documentation\&. .br Duplex = ?wxDUPLEX_SIMPLEX | ?wxDUPLEX_HORIZONTAL | ?wxDUPLEX_VERTICAL .RE .LP .B setNoCopies(This, V) -> ok .br .RS .LP Types: .RS 3 This = wxPrintData() .br V = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setOrientation(This, Orient) -> ok .br .RS .LP Types: .RS 3 This = wxPrintData() .br Orient = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPaperId(This, SizeId) -> ok .br .RS .LP Types: .RS 3 This = wxPrintData() .br SizeId = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPrinterName(This, Name) -> ok .br .RS .LP Types: .RS 3 This = wxPrintData() .br Name = chardata() (see module unicode) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setQuality(This, Quality) -> ok .br .RS .LP Types: .RS 3 This = wxPrintData() .br Quality = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxPrintData()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>