public interface IDocumentFormat
Root interface for all supporting document formats
Modifier and Type | Method and Description |
---|---|
String |
getExtension()
In implementing type should return format file extension
|
String |
getMime()
In implementing type should return a MIME-code for the given format
|
String |
getName()
In implementing type should return full formal format name
|
String getExtension()
In implementing type should return format file extension
String getMime()
In implementing type should return a MIME-code for the given format
String getName()
In implementing type should return full formal format name