This class holds information related to the visual characteristics of PrintDialog.
It contains a PrintData object with underlying printing settings.
PrintDialog, PrintDialog Overview
Copy constructor.
PrintDialogData.new(%(arg-type)PrintData% printData)Construct an object from a print dialog data object.
destructor()Destructor.
Enables or disables the `Help’ button.
Enables or disables the `Page numbers’ controls.
Enables or disables the `Print to file’ checkbox.
Enables or disables the `Selection’ radio button.
Returns true if the user requested that all pages be printed.
Returns true if the user requested that the document(s) be collated.
Returns the from page number, as entered by the user.
Returns the maximum page number.
Returns the minimum page number.
Returns the number of copies requested by the user.
Returns a reference to the internal PrintData object.
Returns true if the user has selected printing to a file.
Returns true if the user requested that the selection be printed (where ‘selection’ is
a concept specific to the application).
Returns the to page number, as entered by the user.
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.
Sets the ‘Collate’ checkbox to true or false.
Sets the from page number.
Sets the maximum page number.
Sets the minimum page number.
Sets the default number of copies the user has requested to be printed out.
Sets the internal PrintData.
Sets the ‘Print to file’ checkbox to true or false.
Selects the ‘Selection’ radio button. The effect of printing the selection depends on how the application
implements this command, if at all.
Determines whether the dialog to be shown will be the Print dialog
(pass false) or Print Setup dialog (pass true).
This function has been deprecated since version 2.5.4.
Sets the to page number.
Assigns print data to this object.
operator $=$(%(arg-type)PrintDialogData% data)Assigns another print dialog data object to this object.
[This page automatically generated from the Textile source at 2023-06-09 00:45:28 +0000]