Interface InternalEmbosserWriterProperties
-
- All Superinterfaces:
EmbosserWriterProperties
- All Known Implementing Classes:
SimpleEmbosserProperties
public interface InternalEmbosserWriterProperties extends EmbosserWriterProperties
ExtendsEmbosserWriterProperties
with support for duplex, which is needed by the implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMaxRowCount()
Gets the maximum page height in the current configuration.boolean
supportsDuplex()
Returns true if this embosser supports duplex printing.-
Methods inherited from interface org.daisy.dotify.api.embosser.EmbosserWriterProperties
getMaxWidth, supportsAligning
-
-
-
-
Method Detail
-
supportsDuplex
boolean supportsDuplex()
Returns true if this embosser supports duplex printing.- Returns:
- returns true if this embosser supports duplex printing
-
getMaxRowCount
int getMaxRowCount()
Gets the maximum page height in the current configuration.- Returns:
- returns the maximum page height, in rows
-
-