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