< prev index next >

src/java.desktop/share/classes/javax/print/attribute/standard/PrinterInfo.java

Print this page

        

*** 33,43 **** /** * Class PrinterInfo is a printing attribute class, a text attribute, that * provides descriptive information about a printer. This could include things * like: <CODE>"This printer can be used for printing color transparencies for * HR presentations"</CODE>, or <CODE>"Out of courtesy for others, please ! * print only small (1-5 page) jobs at this printer"</CODE>, or even \ * <CODE>"This printer is going away on July 1, 1997, please find a new * printer"</CODE>. * <P> * <B>IPP Compatibility:</B> The string value gives the IPP name value. The * locale gives the IPP natural language. The category name returned by --- 33,43 ---- /** * Class PrinterInfo is a printing attribute class, a text attribute, that * provides descriptive information about a printer. This could include things * like: <CODE>"This printer can be used for printing color transparencies for * HR presentations"</CODE>, or <CODE>"Out of courtesy for others, please ! * print only small (1-5 page) jobs at this printer"</CODE>, or even * <CODE>"This printer is going away on July 1, 1997, please find a new * printer"</CODE>. * <P> * <B>IPP Compatibility:</B> The string value gives the IPP name value. The * locale gives the IPP natural language. The category name returned by
< prev index next >