This class holds information related to the visual characteristics of wx.PrintDialog.
It contains a wx.PrintData object with underlying printing settings.
Class Hierarchy¶Inheritance diagram for class
PrintDialogData:
Methods Summary¶ Properties Summary¶ Class API¶Possible constructors:
PrintDialogData() -> None PrintDialogData(dialogData) -> None PrintDialogData(printData) -> None
This class holds information related to the visual characteristics of PrintDialog.
__init__ (self)
Default constructor.
None
__init__ (self, dialogData)
Copy constructor.
dialogData (wx.PrintDialogData)
None
__init__ (self, printData)
Construct an object from a print dialog data object.
printData (wx.PrintData)
None
Enables or disables the âHelpâ button.
flag (bool)
None
Enables or disables the âPage numbersâ controls.
flag (bool)
None
Enables or disables the âPrint to fileâ checkbox.
flag (bool)
None
Enables or disables the âSelectionâ radio button.
flag (bool)
None
Returns True
if the user requested that all pages be printed.
bool
Returns True
if the user requested that the document(s) be collated.
bool
Returns the from page number, as entered by the user.
int
Returns the maximum page number.
int
Returns the minimum page number.
int
Returns the number of copies requested by the user.
int
Returns a reference to the internal wx.PrintData object.
Returns True
if the user has selected printing to a file.
bool
Returns True
if the user requested that the selection be printed (where âselectionâ is a concept specific to the application).
bool
Returns the âprint toâ page number, as entered by the user.
int
Returns True
if the print data is valid for using in print dialogs.
This can return False
on Windows if the current printer is not set, for example. On all other platforms, it returns True
.
bool
Sets the âCollateâ checkbox to True
or False
.
flag (bool)
None
Sets the from page number.
page (int)
None
Sets the maximum page number.
page (int)
None
Sets the minimum page number.
page (int)
None
Sets the default number of copies the user has requested to be printed out.
n (int)
None
Sets the internal wx.PrintData.
printData (wx.PrintData)
None
Sets the âPrint to fileâ checkbox to True
or False
.
flag (bool)
None
Selects the âSelectionâ radio button.
The effect of printing the selection depends on how the application implements this command, if at all.
flag (bool)
None
Sets the âprint toâ page number.
page (int)
None
bool
bool
See GetAllPages
See GetCollate
and SetCollate
See GetFromPage
and SetFromPage
See GetMaxPage
and SetMaxPage
See GetMinPage
and SetMinPage
See GetNoCopies
and SetNoCopies
See GetPrintData
and SetPrintData
See GetPrintToFile
and SetPrintToFile
See GetSelection
and SetSelection
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4