BBjPrinter::setAttributes
Description
In BBj 4.00 and higher, this method sets the javax.print.attribute.PrintRequest attributes for documents.
Syntax
Return Value |
Method |
---|---|
void |
setAttributes(PrintRequestAttributeSet attributes) |
Parameters
Variable |
Description |
---|---|
attributes |
Specifies the set of javax.print.attribute.PrintRequest attributes that define the settings for documents. |
Return Value
None.
Remarks
The attributes defined become the default for documents. The print dialog can override the defaults.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.