Uses of Interface
javax.print.Doc

Packages that use Doc
描述
Provides the principal classes and interfaces for the Java Print Service API.
  • Uses of Doc in javax.print

    Classes in javax.print that implement Doc
    修饰符和类
    Class
    描述
    final class 
    This class is an implementation of interface Doc that can be used in many common printing requests.
    Methods in javax.print that return Doc
    修饰符和类
    方法
    描述
    MultiDoc.getDoc()
    Obtain the current doc object.
    Methods in javax.print with parameters of type Doc
    修饰符和类
    方法
    描述
    void
    DocPrintJob.print(Doc doc, PrintRequestAttributeSet attributes)
    Prints a document with the specified job attributes.