Changed Constructors |
JobAttributes(int, DefaultSelectionType, DestinationType, DialogType, String, int, int, MultipleDocumentHandlingType, int[][], String, SidesType)
|
Documentation changed from old to new. |
Constructs a JobAttributes instance with the specified values for every attribute. |
JobAttributes(JobAttributes )
|
Documentation changed from old to new. |
Constructs a JobAttributes instance which is a copy of the supplied JobAttributes . |
JobAttributes(void )
|
Documentation changed from old to new. |
Constructs a JobAttributes instance with default values for every attribute. |
Changed Methods |
Object clone()
|
Documentation changed from old to new. |
Creates and returns a copy of this JobAttributes . |
DefaultSelectionType getDefaultSelection()
|
Documentation changed from old to new. |
Specifies whether for jobs using these attributes the application should print all pages the range specified by the return value of getPageRanges or the current selection. |
DestinationType getDestination()
|
Documentation changed from old to new. |
Specifies whether output will be to a printer or a file for jobs using these attributes. |
DialogType getDialog()
|
Documentation changed from old to new. |
Returns whether for jobs using these attributes the user should see a print dialog in which to modify the print settings and which type of print dialog should be displayed. |
String getFileName()
|
Documentation changed from old to new. |
Specifies the file name for the output file for jobs using these attributes. |
void set(JobAttributes )
|
Documentation changed from old to new. |
Sets all of the attributes of this JobAttributes to the same values as the attributes of obj. |
void setCopies(int )
|
Documentation changed from old to new. |
Specifies the number of copies the application should render for jobs using these attributes. |
void setDefaultSelection(DefaultSelectionType )
|
Documentation changed from old to new. |
Specifies whether for jobs using these attributes the application should print all pages the range specified by the return value of getPageRanges or the current selection. |
void setMaxPage(int )
|
Documentation changed from old to new. |
Specifies the maximum value the user can specify as the last page to be printed for jobs using these attributes. |