Class EnablingTechnologiesSingleSidedEmbosser

    • Method Detail

      • supportsDuplex

        public boolean supportsDuplex()
        Description copied from interface: EmbosserProperties
        Returns true if this embosser supports duplex printing.
        Returns:
        returns true if this embosser supports duplex printing
      • supportsZFolding

        public boolean supportsZFolding()
        Description copied from interface: EmbosserProperties
        Returns true if this embosser supports z-folding. This indicates that, if tractor paper is used, the embosser can emboss every other paper upside down with the rear side up so that pages are ordered face up as they fold naturally in the output stack.
        Returns:
        returns true if this embosser supports z-folding, false otherwise.
      • supportsPrintMode

        public boolean supportsPrintMode​(EmbosserProperties.PrintMode mode)
        Description copied from interface: EmbosserProperties
        Returns true if this embosser supports magazine layout. This indicates that the embosser can reorder pages and emboss two pages side-by-side on the same side of the paper (and two more on the other side), so that a readable document is created by stapling and folding the output stack in the middle.
        Parameters:
        mode - the print mode
        Returns:
        returns true if this embosser supports magazine layout, false otherwise.
      • getPrintPage

        public PrintPage getPrintPage​(PageFormat pageFormat)
        Description copied from interface: Embosser
        Gets the dimensions of one print page for the specified page format.
        Parameters:
        pageFormat - the page format
        Returns:
        returns the dimensions of one print page for the specified page format