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.


Method Summary
 String getMediaTypeString()
           
 String getSuffix()
           
 

Method Detail

getMediaTypeString

String getMediaTypeString()
Returns:
the mediatype String of this document

getSuffix

String getSuffix()
Returns:
the filesuffix of this document


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.