Module java.desktop

Class PDLOverrideSupported

java.lang.Object
javax.print.attribute.EnumSyntax
javax.print.attribute.standard.PDLOverrideSupported
All Implemented Interfaces:
Serializable, Cloneable, Attribute, PrintServiceAttribute

public class PDLOverrideSupported extends EnumSyntax implements PrintServiceAttribute
Class PDLOverrideSupported is a printing attribute class, an enumeration, that expresses the printer's ability to attempt to override processing instructions embedded in documents' print data with processing instructions specified as attributes outside the print data.

IPP Compatibility: The category name returned by getName() is the IPP attribute name. The enumeration's integer value is the IPP enum value. The toString() method returns the IPP string representation of the attribute value.

See Also: