软件包 | 描述 |
---|---|
java.awt.print |
提供通用打印API的类和接口。
|
javax.swing |
提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。
|
javax.swing.text |
提供处理可编辑和不可编辑文本组件的类和接口。
|
Class and Description |
---|
Pageable
Pageable 实现代表一组要打印的页面。
|
PageFormat
PageFormat 类描述了要打印的页面的大小和方向。
|
Paper
Paper 课程描述了一张纸的物理特性。
|
Printable
Printable 接口由当前页面画家的
print 方法实现,该方法由打印系统调用以呈现页面。
|
PrinterException
PrinterException 类及其
PrinterException 类用于指示在打印系统中发生异常情况。
|
PrinterJob
PrinterJob 类是控制打印的主要类。
|
Class and Description |
---|
Printable
Printable 接口由当前页面画家的
print 方法实现,该方法由打印系统调用以呈现页面。
|
PrinterException
PrinterException 类及其
PrinterException 类用于指示打印系统中出现异常情况。
|
Class and Description |
---|
Printable
Printable 接口由当前页面画家的
print 方法实现,该方法由打印系统调用以呈现页面。
|
PrinterException
The
PrinterException class and its subclasses are used to indicate that an exceptional condition has occurred in the print system.
|
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.