Lines Matching defs:print

26 package javax.print;
34 import javax.print.attribute.AttributeSetUtilities;
35 import javax.print.attribute.DocAttributeSet;
54 * If the print data is a stream, or a print job requests data as a
73 * print data, doc flavor and doc attribute set.
74 * @param printData the print data object
112 * piece of print data.
141 * Obtains the print data representation object that contains this doc
142 * object's piece of print data in the format corresponding to the
160 * Obtains a reader for extracting character print data from this doc.
162 * method if the <code>DocFlavor</code> has one of the following print
170 * The doc's print data representation object is used to construct and
171 * return a <code>Reader</code> for reading the print data as a stream
172 * of characters from the print data representation object.
173 * However, if the print data representation object is itself a
174 * <code>Reader</code> then the print data representation object is
177 * @return a <code>Reader</code> for reading the print data
207 * Obtains an input stream for extracting byte print data from
210 * method if the <code>DocFlavor</code> has one of the following print
217 * The doc's print data representation object is obtained. Then, an
218 * input stream for reading the print data
219 * from the print data representation object as a stream of bytes is
221 * However, if the print data representation object is itself an
222 * input stream then the print data representation object is simply
225 * @return an <code>InputStream</code> for reading the print data