.TH wxPrintDialogData 3erl "wx 1.9.2" "" "Erlang Module Definition" .SH NAME wxPrintDialogData \- See external documentation: wxPrintDialogData. .SH DESCRIPTION .LP See external documentation: wxPrintDialogData\&. .SH "DATA TYPES" .RS 2 .TP 2 .B wxPrintDialogData(): .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() -> wxPrintDialogData() .br .RS .LP See external documentation\&. .RE .LP .B new(DialogData) -> wxPrintDialogData() .br .RS .LP Types: .RS 3 DialogData = wxPrintDialogData() | wxPrintData:wxPrintData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B enableHelp(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B enablePageNumbers(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B enablePrintToFile(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B enableSelection(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getAllPages(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getCollate(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getFromPage(This) -> integer() .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMaxPage(This) -> integer() .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMinPage(This) -> integer() .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getNoCopies(This) -> integer() .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPrintData(This) -> wxPrintData:wxPrintData() .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPrintToFile(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getSelection(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getToPage(This) -> integer() .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isOk(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setCollate(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setFromPage(This, V) -> ok .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br V = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setMaxPage(This, V) -> ok .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br V = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setMinPage(This, V) -> ok .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br V = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setNoCopies(This, V) -> ok .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br V = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPrintData(This, PrintData) -> ok .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br PrintData = wxPrintData:wxPrintData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPrintToFile(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setSelection(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setToPage(This, V) -> ok .br .RS .LP Types: .RS 3 This = wxPrintDialogData() .br V = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxPrintDialogData()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>