IDocumentFormat
Leave feedback
On this page
public interface IDocumentFormat
Represents the root interface for all supporting document formats.
| Method | Description |
|---|---|
| getName() | Gets the full formal name of the document format. |
| getExtension() | Gets the file extension of the document format. |
| getMime() | Gets the MIME type of the document format. |
| getFormatFamily() | Gets the format family to which the document format belongs. |
public abstract String getName()
Gets the full formal name of the document format.
Returns: java.lang.String
public abstract String getExtension()
Gets the file extension of the document format.
Returns: java.lang.String
public abstract String getMime()
Gets the MIME type of the document format.
Returns: java.lang.String
public abstract FormatFamilies getFormatFamily()
Gets the format family to which the document format belongs.
Returns: FormatFamilies
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.