Uses of Class
java.awt.PageAttributes
-
Packages that use PageAttributes 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。 -
-
Uses of PageAttributes in java.awt
Methods in java.awt with parameters of type PageAttributes Modifier and Type 方法 描述 PrintJob
Toolkit. getPrintJob(Frame frame, String jobtitle, JobAttributes jobAttributes, PageAttributes pageAttributes)
获取PrintJob
对象,这是在工具包的平台上启动打印操作的结果。void
PageAttributes. set(PageAttributes obj)
将此PageAttributes的所有属性设置为与obj的属性相同的值。Constructors in java.awt with parameters of type PageAttributes Constructor 描述 PageAttributes(PageAttributes obj)
构造一个PageAttributes实例,它是提供的PageAttributes的副本。
-