FileTypePackage
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class FileTypePackage extends CustomPackage
Represents a metadata package containing file format information.
Learn more
Methods
Method | Description |
---|---|
getFileFormat() | Gets the file format. |
getMimeType() | Gets the MIME type. |
getExtension() | Gets the file extension. |
getFileFormat()
public final FileFormat getFileFormat()
Gets the file format.
Returns: FileFormat - The file format.
getMimeType()
public final String getMimeType()
Gets the MIME type.
Returns: java.lang.String - The MIME type value.
getExtension()
public final String getExtension()
Gets the file extension.
Returns: java.lang.String - The file extension.