Uses of Class
javax.print.DocFlavor.READER
Packages that use DocFlavor.READER
Package
Description
Provides the principal classes and interfaces for the Java Print
 Service API.
- 
Uses of DocFlavor.READER in javax.printFields in javax.print declared as DocFlavor.READERModifier and TypeFieldDescriptionstatic DocFlavor.READERDocFlavor.READER.TEXT_HTMLDoc flavor with MIME type ="text/html; charset=utf-16", print data representation class name ="java.io.Reader"(character stream).static DocFlavor.READERDocFlavor.READER.TEXT_PLAINDoc flavor with MIME type ="text/plain; charset=utf-16", print data representation class name ="java.io.Reader"(character stream).