KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > attribute > standard > MultipleDocumentHandling

javax.print.attribute.standard
Class MultipleDocumentHandling

java.lang.Object
  extended by javax.print.attribute.EnumSyntax
      extended by javax.print.attribute.standard.MultipleDocumentHandling
All Implemented Interfaces:
Serializable, Cloneable, Attribute, PrintJobAttribute, PrintRequestAttribute
See Also:
Source Code, STAPLE, SINGLE_DOCUMENT_NEW_SHEET, SEPARATE_DOCUMENTS_COLLATED_COPIES, SEPARATE_DOCUMENTS_UNCOLLATED_COPIES, SINGLE_DOCUMENT, Copies, NumberUp, PageRanges, SheetCollate, Sides

public final Class<? extends Attribute> getCategory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected EnumSyntax[] getEnumValueTable()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final String getName()
See Also:
Attribute
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String[] getStringTable()
See Also:
EnumSyntax
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected MultipleDocumentHandling(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final MultipleDocumentHandling SEPARATE_DOCUMENTS_COLLATED_COPIES
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final MultipleDocumentHandling SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final MultipleDocumentHandling SINGLE_DOCUMENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final MultipleDocumentHandling SINGLE_DOCUMENT_NEW_SHEET
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags