javax.print.attribute
public interface DocAttribute extends Attribute
Instances of implementing attribute classes may be collected in a DocAttributeSet.
Attributes attached to a javax.print.Doc instance specify how the data should be printed. For example javax.print.attribute.standard.Chromaticity can be used to specify that a doc should be printed in color or monochrome.