Module java.desktop

Interface DocAttribute

所有超接口:
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,客户端可以将该属性包含在指定打印作业的属性集中,以指定所有文档的特性。
参见: