KickJava   Java API By Example, From Geeks To Geeks.

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

javax.print.attribute.standard
Class Sides

java.lang.Object
  extended by javax.print.attribute.EnumSyntax
      extended by javax.print.attribute.standard.Sides
All Implemented Interfaces:
Serializable, Cloneable, Attribute, DocAttribute, PrintJobAttribute, PrintRequestAttribute
See Also:
Source Code, MultipleDocumentHandling

public static final Sides DUPLEX
See Also:
TWO_SIDED_LONG_EDGE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


[1748]Duplex printing code
By vijaianand { dot } murugaboopathy { at } scandent { dot } com on 2006/04/26 00:19:57  Rate
 
  
  
 complete code for duplex printing


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  


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


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


public static final Sides TUMBLE
See Also:
TWO_SIDED_SHORT_EDGE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Sides TWO_SIDED_LONG_EDGE
See Also:
DUPLEX
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Sides TWO_SIDED_SHORT_EDGE
See Also:
TUMBLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags