javax.print.attribute
Interface PrintRequestAttribute
public
interface
PrintRequestAttribute
extends Attribute
Marker interface for all attribute classes which specify a requested
attribute of {@link javax.print.DocPrintJob} object.
Instances of implementing attribute classes may be collected in a
{@link javax.print.attribute.PrintRequestAttributeSet}.
See Also: