接口 | 描述 |
---|---|
Pageable |
Pageable 实现代表一组要打印的页面。
|
Printable |
Printable 接口由当前页面画家的
print 方法实现,该方法由打印系统调用以呈现页面。
|
PrinterGraphics |
类 | 描述 |
---|---|
Book |
Book 类提供了一个文档的表示,其中页面可能具有不同的页面格式和页面绘图。
|
PageFormat |
PageFormat 类描述了要打印的页面的大小和方向。
|
Paper |
Paper 类描述了一张纸的物理特性。
|
PrinterJob |
PrinterJob 类是控制打印的主要类。
|
异常 | 描述 |
---|---|
PrinterAbortException |
所述 PrinterAbortException 类是的一个子类PrinterException ,并用于指示用户或应用程序已经终止了打印作业,而这是在打印的过程中。
|
PrinterException |
PrinterException 类及其
PrinterException 类用于表示在打印系统中出现异常情况。
|
PrinterIOException |
该 PrinterIOException 类的子类PrinterException ,用来表示某种IO错误而发生的打印。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.