< prev index next >

src/java.desktop/share/classes/javax/print/attribute/PrintRequestAttribute.java

Print this page

        

*** 35,45 **** * as PrintJobAttribute, represent the subset of job attributes which * can be part of the specification of a job request. * <p> * If an attribute implements {@link DocAttribute DocAttribute} * as well as PrintRequestAttribute, the client may include the ! * attribute in a <code>Doc</code>}'s attribute set to specify * a job setting which pertains just to that doc. * * @see DocAttributeSet * @see PrintRequestAttributeSet * --- 35,45 ---- * as PrintJobAttribute, represent the subset of job attributes which * can be part of the specification of a job request. * <p> * If an attribute implements {@link DocAttribute DocAttribute} * as well as PrintRequestAttribute, the client may include the ! * attribute in a {@code Doc}'s attribute set to specify * a job setting which pertains just to that doc. * * @see DocAttributeSet * @see PrintRequestAttributeSet *
< prev index next >