Searched defs:DocumentName (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DDocumentName.java34 * Class DocumentName is a printing attribute class, a text attribute, that
35 * specifies the name of a document. DocumentName is an attribute of the print
38 * However if a JobName is not specified, the DocumentName should be used
39 * instead, which implies that supporting specification of DocumentName
50 public final class DocumentName extends TextSyntax implements DocAttribute { class in inherits:TextSyntax,DocAttribute
66 public DocumentName(String documentName, Locale locale) { method in class:DocumentName
78 * <CODE>object</CODE> is an instance of class DocumentName.
93 return (super.equals (object) && object instanceof DocumentName);
100 * For class DocumentName, the category is class DocumentName itsel
[all...]

Completed in 32 milliseconds