Interface OfficeDocumentFormat


  • @Unstable
    public interface OfficeDocumentFormat
    Representation of an OfficeDocumentFormat.
    Since:
    13.1RC1
    Version:
    $Id: 833f7f1a36a9e5750bd2df413f7a04d08c8bf4d9 $
    • 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.