Class EmbosserFeatures


  • public class EmbosserFeatures
    extends Object
    Provides common embosser features to be used when configuring an Embosser factory.
    • Field Detail

      • CELL_WIDTH

        public static final String CELL_WIDTH
        Embosser feature key, corresponding value should be a number, in millimeters.
        See Also:
        Constant Field Values
      • CELL_HEIGHT

        public static final String CELL_HEIGHT
        Embosser feature key, corresponding value should be a number, in millimeters.
        See Also:
        Constant Field Values
      • UNSUPPORTED_CELL_REPLACEMENT

        public static final String UNSUPPORTED_CELL_REPLACEMENT
        Embosser feature key, corresponding value should be a character in the range 0x2800-0x283F.
        See Also:
        Constant Field Values
      • TABLE

        public static final String TABLE
        Embosser feature key, corresponding value should match a table identifier.
        See Also:
        Constant Field Values
      • NUMBER_OF_COPIES

        public static final String NUMBER_OF_COPIES
        Embosser feature key, corresponding value should be an integer.
        See Also:
        Constant Field Values
      • SADDLE_STITCH

        public static final String SADDLE_STITCH
        Embosser feature key, corresponding value should be a boolean.
        See Also:
        Constant Field Values
      • Z_FOLDING

        public static final String Z_FOLDING
        Embosser feature key, corresponding value should be a boolean.
        See Also:
        Constant Field Values
      • DUPLEX

        public static final String DUPLEX
        Embosser feature key, corresponding value should be a boolean.
        See Also:
        Constant Field Values
      • PAGES_IN_QUIRE

        public static final String PAGES_IN_QUIRE
        Embosser feature key, corresponding value should be an integer.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EmbosserFeatures

        public EmbosserFeatures()