IDocumentFormat

public interface IDocumentFormat

Root interface for all supporting document formats

Methods

Method Description
getName() In implementing type should return full formal format name
getExtension() In implementing type should return format file extension
getMime() In implementing type should return a MIME-code for the given format

getName()

public abstract String getName()

In implementing type should return full formal format name

Returns: java.lang.String -

getExtension()

public abstract String getExtension()

In implementing type should return format file extension

Returns: java.lang.String -

getMime()

public abstract String getMime()

In implementing type should return a MIME-code for the given format

Returns: java.lang.String