| Package | Description |
|---|---|
| javax.print.attribute.standard |
Package javax.print.attribute.standard contains classes for specific printing attributes.
|
| Modifier and Type | Field and Description |
|---|---|
static Finishings |
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 |
Finishings.COVER
This value is specified when it is desired to select a non-printed (or pre-printed) cover for the document.
|
static Finishings |
Finishings.EDGE_STITCH
Bind the document(s) with one or more staples (wire stitches) along one edge.
|
static Finishings |
Finishings.EDGE_STITCH_BOTTOM
Bind the document(s) with one or more staples (wire stitches) along the bottom edge.
|
static Finishings |
Finishings.EDGE_STITCH_LEFT
Bind the document(s) with one or more staples (wire stitches) along the left edge.
|
static Finishings |
Finishings.EDGE_STITCH_RIGHT
Bind the document(s) with one or more staples (wire stitches) along the right edge.
|
static Finishings |
Finishings.EDGE_STITCH_TOP
Bind the document(s) with one or more staples (wire stitches) along the top edge.
|
static Finishings |
Finishings.NONE
Perform no binding.
|
static Finishings |
Finishings.SADDLE_STITCH
Bind the document(s) with one or more staples (wire stitches) along the middle fold.
|
static Finishings |
Finishings.STAPLE
Bind the document(s) with one or more staples.
|
static Finishings |
Finishings.STAPLE_BOTTOM_LEFT
Bind the document(s) with one or more staples in the bottom left corner.
|
static Finishings |
Finishings.STAPLE_BOTTOM_RIGHT
Bind the document(s) with one or more staples in the bottom right corner.
|
static Finishings |
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 |
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 |
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 |
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 |
Finishings.STAPLE_TOP_LEFT
Bind the document(s) with one or more staples in the top left corner.
|
static Finishings |
Finishings.STAPLE_TOP_RIGHT
Bind the document(s) with one or more staples in the top right corner.
|