org.odftoolkit.odfdom.pkg
Interface MediaType
- All Known Implementing Classes:
- OdfChartDocument.OdfMediaType, OdfDocument.OdfMediaType, OdfGraphicsDocument.OdfMediaType, OdfImageDocument.OdfMediaType, OdfPresentationDocument.OdfMediaType, OdfSpreadsheetDocument.OdfMediaType, OdfTextDocument.OdfMediaType
public interface MediaType
MediaType represens the mediatype or MIMETYPE of the file/document.
getMediaTypeString
java.lang.String getMediaTypeString()
- Returns:
- the mediatype String of this document
getSuffix
java.lang.String getSuffix()
- Returns:
- the filesuffix of this document
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.