KickJava   Java API By Example, From Geeks To Geeks.

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

javax.print.attribute.standard
Class PresentationDirection

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

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 PresentationDirection TOBOTTOM_TOLEFT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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


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


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


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

Popular Tags