java.lang.Object
javax.print.attribute.EnumSyntax
javax.print.attribute.standard.Finishings
- All Implemented Interfaces:
- Serializable, Cloneable, Attribute, DocAttribute, PrintJobAttribute, PrintRequestAttribute
- See Also:
- Source Code,
STAPLE_DUAL_BOTTOM
, EDGE_STITCH_BOTTOM
, STAPLE_BOTTOM_RIGHT
, STAPLE_DUAL_RIGHT
, EDGE_STITCH_RIGHT
, STAPLE_TOP_RIGHT
, STAPLE_DUAL_TOP
, EDGE_STITCH_TOP
, STAPLE_BOTTOM_LEFT
, STAPLE_DUAL_LEFT
, EDGE_STITCH_LEFT
, STAPLE_TOP_LEFT
, COVER
, SADDLE_STITCH
, BIND
, EDGE_STITCH
, STAPLE
, NONE
, MultipleDocumentHandling
public static final Finishings BIND
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings COVER
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings EDGE_STITCH
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings EDGE_STITCH_BOTTOM
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings EDGE_STITCH_LEFT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings EDGE_STITCH_RIGHT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings EDGE_STITCH_TOP
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Finishings(int value)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
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 Finishings NONE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings SADDLE_STITCH
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings STAPLE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings STAPLE_BOTTOM_LEFT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings STAPLE_BOTTOM_RIGHT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings STAPLE_DUAL_BOTTOM
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings STAPLE_DUAL_LEFT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings STAPLE_DUAL_RIGHT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings STAPLE_DUAL_TOP
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings STAPLE_TOP_LEFT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Finishings STAPLE_TOP_RIGHT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples