KickJava   Java API By Example, From Geeks To Geeks.

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

javax.print.attribute.standard
Class OrientationRequested

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

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 int getOffset()
See Also:
EnumSyntax
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 OrientationRequested LANDSCAPE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


public static final OrientationRequested REVERSE_PORTRAIT
See Also:
Finishings
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags