javax.print.attribute.standard
Class Finishings

java.lang.Object sample code for java.lang.Object definition code for java.lang.Object 
  extended by javax.print.attribute.EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax 
      extended by javax.print.attribute.standard.Finishings
All Implemented Interfaces:
Serializable sample code for java.io.Serializable definition code for java.io.Serializable , Cloneable sample code for java.lang.Cloneable definition code for java.lang.Cloneable , Attribute sample code for javax.print.attribute.Attribute definition code for javax.print.attribute.Attribute , DocAttribute sample code for javax.print.attribute.DocAttribute definition code for javax.print.attribute.DocAttribute , PrintJobAttribute sample code for javax.print.attribute.PrintJobAttribute definition code for javax.print.attribute.PrintJobAttribute , PrintRequestAttribute sample code for javax.print.attribute.PrintRequestAttribute definition code for javax.print.attribute.PrintRequestAttribute

public class Finishings
extends EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax
implements DocAttribute sample code for javax.print.attribute.DocAttribute definition code for javax.print.attribute.DocAttribute , PrintRequestAttribute sample code for javax.print.attribute.PrintRequestAttribute definition code for javax.print.attribute.PrintRequestAttribute , PrintJobAttribute sample code for javax.print.attribute.PrintJobAttribute definition code for javax.print.attribute.PrintJobAttribute

Class Finishings is a printing attribute class, an enumeration, that identifies whether the printer applies a finishing operation of some kind of binding to each copy of each printed document in the job. For multidoc print jobs (jobs with multiple documents), the MultipleDocumentHandling sample code for javax.print.attribute.standard.MultipleDocumentHandling definition code for javax.print.attribute.standard.MultipleDocumentHandling attribute determines what constitutes a "copy" for purposes of finishing.

Standard Finishings values are:

  NONE sample code for javax.print.attribute.standard.Finishings.NONE definition code for javax.print.attribute.standard.Finishings.NONE STAPLE sample code for javax.print.attribute.standard.Finishings.STAPLE definition code for javax.print.attribute.standard.Finishings.STAPLE EDGE_STITCH sample code for javax.print.attribute.standard.Finishings.EDGE_STITCH definition code for javax.print.attribute.standard.Finishings.EDGE_STITCH
  BIND sample code for javax.print.attribute.standard.Finishings.BIND definition code for javax.print.attribute.standard.Finishings.BIND SADDLE_STITCH sample code for javax.print.attribute.standard.Finishings.SADDLE_STITCH definition code for javax.print.attribute.standard.Finishings.SADDLE_STITCH COVER sample code for javax.print.attribute.standard.Finishings.COVER definition code for javax.print.attribute.standard.Finishings.COVER  

The following Finishings values are more specific; they indicate a corner or an edge as if the document were a portrait document:

  STAPLE_TOP_LEFT sample code for javax.print.attribute.standard.Finishings.STAPLE_TOP_LEFT definition code for javax.print.attribute.standard.Finishings.STAPLE_TOP_LEFT EDGE_STITCH_LEFT sample code for javax.print.attribute.standard.Finishings.EDGE_STITCH_LEFT definition code for javax.print.attribute.standard.Finishings.EDGE_STITCH_LEFT STAPLE_DUAL_LEFT sample code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_LEFT definition code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_LEFT  
  STAPLE_BOTTOM_LEFT sample code for javax.print.attribute.standard.Finishings.STAPLE_BOTTOM_LEFT definition code for javax.print.attribute.standard.Finishings.STAPLE_BOTTOM_LEFT EDGE_STITCH_TOP sample code for javax.print.attribute.standard.Finishings.EDGE_STITCH_TOP definition code for javax.print.attribute.standard.Finishings.EDGE_STITCH_TOP STAPLE_DUAL_TOP sample code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_TOP definition code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_TOP  
  STAPLE_TOP_RIGHT sample code for javax.print.attribute.standard.Finishings.STAPLE_TOP_RIGHT definition code for javax.print.attribute.standard.Finishings.STAPLE_TOP_RIGHT EDGE_STITCH_RIGHT sample code for javax.print.attribute.standard.Finishings.EDGE_STITCH_RIGHT definition code for javax.print.attribute.standard.Finishings.EDGE_STITCH_RIGHT STAPLE_DUAL_RIGHT sample code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_RIGHT definition code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_RIGHT  
  STAPLE_BOTTOM_RIGHT sample code for javax.print.attribute.standard.Finishings.STAPLE_BOTTOM_RIGHT definition code for javax.print.attribute.standard.Finishings.STAPLE_BOTTOM_RIGHT EDGE_STITCH_BOTTOM sample code for javax.print.attribute.standard.Finishings.EDGE_STITCH_BOTTOM definition code for javax.print.attribute.standard.Finishings.EDGE_STITCH_BOTTOM STAPLE_DUAL_BOTTOM sample code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_BOTTOM definition code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_BOTTOM  

The STAPLE_XXX values are specified with respect to the document as if the document were a portrait document. If the document is actually a landscape or a reverse-landscape document, the client supplies the appropriate transformed value. For example, to position a staple in the upper left hand corner of a landscape document when held for reading, the client supplies the STAPLE_BOTTOM_LEFT value (since landscape is defined as a +90 degree rotation from portrait, i.e., anti-clockwise). On the other hand, to position a staple in the upper left hand corner of a reverse-landscape document when held for reading, the client supplies the STAPLE_TOP_RIGHT value (since reverse-landscape is defined as a -90 degree rotation from portrait, i.e., clockwise).

The angle (vertical, horizontal, angled) of each staple with respect to the document depends on the implementation which may in turn depend on the value of the attribute.

The effect of a Finishings attribute on a multidoc print job (a job with multiple documents) depends on whether all the docs have the same binding specified or whether different docs have different bindings specified, and on the (perhaps defaulted) value of the MultipleDocumentHandling sample code for javax.print.attribute.standard.MultipleDocumentHandling definition code for javax.print.attribute.standard.MultipleDocumentHandling attribute.

IPP Compatibility: Class Finishings encapsulates some of the IPP enum values that can be included in an IPP "finishings" attribute, which is a set of enums. The category name returned by getName() is the IPP attribute name. The enumeration's integer value is the IPP enum value. The toString() method returns the IPP string representation of the attribute value. In IPP Finishings is a multi-value attribute, this API currently allows only one binding to be specified.

See Also:
Serialized Form

Field Summary
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings BIND sample code for javax.print.attribute.standard.Finishings.BIND definition code for javax.print.attribute.standard.Finishings.BIND
          This value indicates that a binding is to be applied to the document; the type and placement of the binding is site-defined.
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings COVER sample code for javax.print.attribute.standard.Finishings.COVER definition code for javax.print.attribute.standard.Finishings.COVER
          This value is specified when it is desired to select a non-printed (or pre-printed) cover for the document.
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings EDGE_STITCH sample code for javax.print.attribute.standard.Finishings.EDGE_STITCH definition code for javax.print.attribute.standard.Finishings.EDGE_STITCH
          Bind the document(s) with one or more staples (wire stitches) along one edge.
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings EDGE_STITCH_BOTTOM sample code for javax.print.attribute.standard.Finishings.EDGE_STITCH_BOTTOM definition code for javax.print.attribute.standard.Finishings.EDGE_STITCH_BOTTOM
          Bind the document(s) with one or more staples (wire stitches) along the bottom edge.
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings EDGE_STITCH_LEFT sample code for javax.print.attribute.standard.Finishings.EDGE_STITCH_LEFT definition code for javax.print.attribute.standard.Finishings.EDGE_STITCH_LEFT
          Bind the document(s) with one or more staples (wire stitches) along the left edge.
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings EDGE_STITCH_RIGHT sample code for javax.print.attribute.standard.Finishings.EDGE_STITCH_RIGHT definition code for javax.print.attribute.standard.Finishings.EDGE_STITCH_RIGHT
          Bind the document(s) with one or more staples (wire stitches) along the right edge.
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings EDGE_STITCH_TOP sample code for javax.print.attribute.standard.Finishings.EDGE_STITCH_TOP definition code for javax.print.attribute.standard.Finishings.EDGE_STITCH_TOP
          Bind the document(s) with one or more staples (wire stitches) along the top edge.
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings NONE sample code for javax.print.attribute.standard.Finishings.NONE definition code for javax.print.attribute.standard.Finishings.NONE
          Perform no binding.
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings SADDLE_STITCH sample code for javax.print.attribute.standard.Finishings.SADDLE_STITCH definition code for javax.print.attribute.standard.Finishings.SADDLE_STITCH
          Bind the document(s) with one or more staples (wire stitches) along the middle fold.
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings STAPLE sample code for javax.print.attribute.standard.Finishings.STAPLE definition code for javax.print.attribute.standard.Finishings.STAPLE
          Bind the document(s) with one or more staples.
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings STAPLE_BOTTOM_LEFT sample code for javax.print.attribute.standard.Finishings.STAPLE_BOTTOM_LEFT definition code for javax.print.attribute.standard.Finishings.STAPLE_BOTTOM_LEFT
          Bind the document(s) with one or more staples in the bottom left corner.
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings STAPLE_BOTTOM_RIGHT sample code for javax.print.attribute.standard.Finishings.STAPLE_BOTTOM_RIGHT definition code for javax.print.attribute.standard.Finishings.STAPLE_BOTTOM_RIGHT
          Bind the document(s) with one or more staples in the bottom right corner.
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings STAPLE_DUAL_BOTTOM sample code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_BOTTOM definition code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_BOTTOM
          Bind the document(s) with two staples (wire stitches) along the bottom edge assuming a portrait document (see above).
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings STAPLE_DUAL_LEFT sample code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_LEFT definition code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_LEFT
          Bind the document(s) with two staples (wire stitches) along the left edge assuming a portrait document (see above).
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings STAPLE_DUAL_RIGHT sample code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_RIGHT definition code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_RIGHT
          Bind the document(s) with two staples (wire stitches) along the right edge assuming a portrait document (see above).
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings STAPLE_DUAL_TOP sample code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_TOP definition code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_TOP
          Bind the document(s) with two staples (wire stitches) along the top edge assuming a portrait document (see above).
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings STAPLE_TOP_LEFT sample code for javax.print.attribute.standard.Finishings.STAPLE_TOP_LEFT definition code for javax.print.attribute.standard.Finishings.STAPLE_TOP_LEFT
          Bind the document(s) with one or more staples in the top left corner.
static Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings STAPLE_TOP_RIGHT sample code for javax.print.attribute.standard.Finishings.STAPLE_TOP_RIGHT definition code for javax.print.attribute.standard.Finishings.STAPLE_TOP_RIGHT
          Bind the document(s) with one or more staples in the top right corner.
 
Constructor Summary
protected Finishings sample code for javax.print.attribute.standard.Finishings.Finishings(int) definition code for javax.print.attribute.standard.Finishings.Finishings(int) (int value)
          Construct a new finishings binding enumeration value with the given integer value.
 
Method Summary
 Class sample code for java.lang.Class definition code for java.lang.Class <? extends Attribute sample code for javax.print.attribute.Attribute definition code for javax.print.attribute.Attribute > getCategory sample code for javax.print.attribute.standard.Finishings.getCategory() definition code for javax.print.attribute.standard.Finishings.getCategory() ()
          Get the printing attribute class which is to be used as the "category" for this printing attribute value.
protected  EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax [] getEnumValueTable sample code for javax.print.attribute.standard.Finishings.getEnumValueTable() definition code for javax.print.attribute.standard.Finishings.getEnumValueTable() ()
          Returns the enumeration value table for class Finishings.
 String sample code for java.lang.String definition code for java.lang.String getName sample code for javax.print.attribute.standard.Finishings.getName() definition code for javax.print.attribute.standard.Finishings.getName() ()
          Get the name of the category of which this attribute value is an instance.
protected  int getOffset sample code for javax.print.attribute.standard.Finishings.getOffset() definition code for javax.print.attribute.standard.Finishings.getOffset() ()
          Returns the lowest integer value used by class Finishings.
protected  String sample code for java.lang.String definition code for java.lang.String [] getStringTable sample code for javax.print.attribute.standard.Finishings.getStringTable() definition code for javax.print.attribute.standard.Finishings.getStringTable() ()
          Returns the string table for class Finishings.
 
Methods inherited from class javax.print.attribute.EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax
clone sample code for javax.print.attribute.EnumSyntax.clone() definition code for javax.print.attribute.EnumSyntax.clone() , getValue sample code for javax.print.attribute.EnumSyntax.getValue() definition code for javax.print.attribute.EnumSyntax.getValue() , hashCode sample code for javax.print.attribute.EnumSyntax.hashCode() definition code for javax.print.attribute.EnumSyntax.hashCode() , readResolve sample code for javax.print.attribute.EnumSyntax.readResolve() definition code for javax.print.attribute.EnumSyntax.readResolve() , toString sample code for javax.print.attribute.EnumSyntax.toString() definition code for javax.print.attribute.EnumSyntax.toString()
 
Methods inherited from class java.lang.Object sample code for java.lang.Object definition code for java.lang.Object
equals sample code for java.lang.Object.equals(java.lang.Object) definition code for java.lang.Object.equals(java.lang.Object) , finalize sample code for java.lang.Object.finalize() definition code for java.lang.Object.finalize() , getClass sample code for java.lang.Object.getClass() definition code for java.lang.Object.getClass() , notify sample code for java.lang.Object.notify() definition code for java.lang.Object.notify() , notifyAll sample code for java.lang.Object.notifyAll() definition code for java.lang.Object.notifyAll() , wait sample code for java.lang.Object.wait() definition code for java.lang.Object.wait() , wait sample code for java.lang.Object.wait(long) definition code for java.lang.Object.wait(long) , wait sample code for java.lang.Object.wait(long, int) definition code for java.lang.Object.wait(long, int)
 

Field Detail

NONE sample code for javax.print.attribute.standard.Finishings.NONE

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  NONE
Perform no binding.


STAPLE sample code for javax.print.attribute.standard.Finishings.STAPLE

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  STAPLE
Bind the document(s) with one or more staples. The exact number and placement of the staples is site-defined.


COVER sample code for javax.print.attribute.standard.Finishings.COVER

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  COVER
This value is specified when it is desired to select a non-printed (or pre-printed) cover for the document. This does not supplant the specification of a printed cover (on cover stock medium) by the document itself.


BIND sample code for javax.print.attribute.standard.Finishings.BIND

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  BIND
This value indicates that a binding is to be applied to the document; the type and placement of the binding is site-defined.


SADDLE_STITCH sample code for javax.print.attribute.standard.Finishings.SADDLE_STITCH

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  SADDLE_STITCH
Bind the document(s) with one or more staples (wire stitches) along the middle fold. The exact number and placement of the staples and the middle fold is implementation- and/or site-defined.


EDGE_STITCH sample code for javax.print.attribute.standard.Finishings.EDGE_STITCH

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  EDGE_STITCH
Bind the document(s) with one or more staples (wire stitches) along one edge. The exact number and placement of the staples is implementation- and/or site- defined.


STAPLE_TOP_LEFT sample code for javax.print.attribute.standard.Finishings.STAPLE_TOP_LEFT

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  STAPLE_TOP_LEFT
Bind the document(s) with one or more staples in the top left corner.


STAPLE_BOTTOM_LEFT sample code for javax.print.attribute.standard.Finishings.STAPLE_BOTTOM_LEFT

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  STAPLE_BOTTOM_LEFT
Bind the document(s) with one or more staples in the bottom left corner.


STAPLE_TOP_RIGHT sample code for javax.print.attribute.standard.Finishings.STAPLE_TOP_RIGHT

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  STAPLE_TOP_RIGHT
Bind the document(s) with one or more staples in the top right corner.


STAPLE_BOTTOM_RIGHT sample code for javax.print.attribute.standard.Finishings.STAPLE_BOTTOM_RIGHT

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  STAPLE_BOTTOM_RIGHT
Bind the document(s) with one or more staples in the bottom right corner.


EDGE_STITCH_LEFT sample code for javax.print.attribute.standard.Finishings.EDGE_STITCH_LEFT

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  EDGE_STITCH_LEFT
Bind the document(s) with one or more staples (wire stitches) along the left edge. The exact number and placement of the staples is implementation- and/or site-defined.


EDGE_STITCH_TOP sample code for javax.print.attribute.standard.Finishings.EDGE_STITCH_TOP

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  EDGE_STITCH_TOP
Bind the document(s) with one or more staples (wire stitches) along the top edge. The exact number and placement of the staples is implementation- and/or site-defined.


EDGE_STITCH_RIGHT sample code for javax.print.attribute.standard.Finishings.EDGE_STITCH_RIGHT

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  EDGE_STITCH_RIGHT
Bind the document(s) with one or more staples (wire stitches) along the right edge. The exact number and placement of the staples is implementation- and/or site-defined.


EDGE_STITCH_BOTTOM sample code for javax.print.attribute.standard.Finishings.EDGE_STITCH_BOTTOM

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  EDGE_STITCH_BOTTOM
Bind the document(s) with one or more staples (wire stitches) along the bottom edge. The exact number and placement of the staples is implementation- and/or site-defined.


STAPLE_DUAL_LEFT sample code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_LEFT

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  STAPLE_DUAL_LEFT
Bind the document(s) with two staples (wire stitches) along the left edge assuming a portrait document (see above).


STAPLE_DUAL_TOP sample code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_TOP

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  STAPLE_DUAL_TOP
Bind the document(s) with two staples (wire stitches) along the top edge assuming a portrait document (see above).


STAPLE_DUAL_RIGHT sample code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_RIGHT

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  STAPLE_DUAL_RIGHT
Bind the document(s) with two staples (wire stitches) along the right edge assuming a portrait document (see above).


STAPLE_DUAL_BOTTOM sample code for javax.print.attribute.standard.Finishings.STAPLE_DUAL_BOTTOM

public static final Finishings sample code for javax.print.attribute.standard.Finishings definition code for javax.print.attribute.standard.Finishings  STAPLE_DUAL_BOTTOM
Bind the document(s) with two staples (wire stitches) along the bottom edge assuming a portrait document (see above).

Constructor Detail

Finishings sample code for javax.print.attribute.standard.Finishings(int) definition code for javax.print.attribute.standard.Finishings(int)

protected Finishings(int value)
Construct a new finishings binding enumeration value with the given integer value.

Parameters:
value - Integer value.
Method Detail

getStringTable sample code for javax.print.attribute.standard.Finishings.getStringTable() definition code for javax.print.attribute.standard.Finishings.getStringTable()

protected String sample code for java.lang.String definition code for java.lang.String [] getStringTable()
Returns the string table for class Finishings.

Overrides:
getStringTable sample code for javax.print.attribute.EnumSyntax.getStringTable() definition code for javax.print.attribute.EnumSyntax.getStringTable() in class EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax
Returns:
the string table

getEnumValueTable sample code for javax.print.attribute.standard.Finishings.getEnumValueTable() definition code for javax.print.attribute.standard.Finishings.getEnumValueTable()

protected EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax [] getEnumValueTable()
Returns the enumeration value table for class Finishings.

Overrides:
getEnumValueTable sample code for javax.print.attribute.EnumSyntax.getEnumValueTable() definition code for javax.print.attribute.EnumSyntax.getEnumValueTable() in class EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax
Returns:
the value table

getOffset sample code for javax.print.attribute.standard.Finishings.getOffset() definition code for javax.print.attribute.standard.Finishings.getOffset()

protected int getOffset()
Returns the lowest integer value used by class Finishings.

Overrides:
getOffset