-
- All Superinterfaces:
-
Attribute
,Serializable
- 所有已知实现类:
-
Chromaticity
,Compression
,DocumentName
,Finishings
,Media
,MediaName
,MediaPrintableArea
,MediaSizeName
,MediaTray
,NumberUp
,OrientationRequested
,PageRanges
,PrinterResolution
,PrintQuality
,SheetCollate
,Sides
public interface DocAttribute extends Attribute
接口DocAttribute是打印属性类实现的标记接口,用于指示属性表示文档的设置。 (“Doc”是一个简短易懂的术语,意思是“一张打印数据”。)客户端可以包含一个Doc
的属性集中的DocAttribute,以指定该文档的特征。 如果一个属性实现了PrintRequestAttribute
以及DocAttribute,那么客户端可以在属性集中包含属性,该属性指定打印作业以指定该作业中所有文档的特征。
-
-
方法摘要
-
Methods inherited from interface javax.print.attribute.Attribute
getCategory, getName
-
-