Interface OfficeDocumentFormat
-
public interface OfficeDocumentFormat
Representation of an OfficeDocumentFormat.- Since:
- 13.1RC1
- Version:
- $Id: a36068535068008f1e6702e1d28fd4d44e46cacb $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExtension()
List<String>
getExtensions()
String
getMediaType()
String
getName()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- the name of the document format.
-
getMediaType
String getMediaType()
- Returns:
- the media content type corresponding to this format.
-
getExtensions
List<String> getExtensions()
- Returns:
- the list of known file extensions associated with this format.
-
getExtension
String getExtension()
- Returns:
- the first file extension associated with this format.
-
-