接口 | 描述 |
---|---|
Pageable |
实施的
Pageable 代表一组要打印的页。
|
Printable |
的
Printable 接口由当前页的画家的
print 方法实现,这是由印刷系统称为渲染页面。
|
PrinterGraphics |
类 | 描述 |
---|---|
Book |
的
Book 类提供了一个表示一个文件,网页可能有不同的页面格式和页面的画家。
|
PageFormat |
的
PageFormat 类描述了一个页面的大小和方向是印刷。
|
Paper |
的
Paper 类描述了一张纸的物理特性。
|
PrinterJob |
的
PrinterJob 类是主类,控制打印。
|
异常 | 描述 |
---|---|
PrinterAbortException |
这是
PrinterException
PrinterAbortException 类子类,用于表示一个用户或应用程序已经终止打印作业,它是印刷过程中。
|
PrinterException |
的
PrinterException 类及其子类是用来显示打印系统出现异常状况。
|
PrinterIOException |
这是
PrinterException
PrinterIOException 类子类,用于表示打印时出现某种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.