Package org.daisy.dotify.api.embosser
Interface FileFormatProperties
-
- All Known Subinterfaces:
FileFormat
public interface FileFormatProperties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFileExtension()
Gets the file extension.boolean
supports8dot()
Returns true if 8-dot is supported, false otherwise.boolean
supportsDuplex()
Returns true if duplex is supported, false otherwise.
-
-
-
Method Detail
-
supports8dot
boolean supports8dot()
Returns true if 8-dot is supported, false otherwise.- Returns:
- returns true if 8-dot is supported, false otherwise
-
supportsDuplex
boolean supportsDuplex()
Returns true if duplex is supported, false otherwise.- Returns:
- returns true if duplex is supported, false otherwise
-
getFileExtension
String getFileExtension()
Gets the file extension.- Returns:
- returns the file extension
-
-