FileTypePackage
Leave feedback
On this page
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
| Method | Description |
|---|---|
| getFileFormat() | Gets the file format. |
| getMimeType() | Gets the MIME type. |
| getExtension() | Gets the file extension. |
public final FileFormat getFileFormat()
Gets the file format.
Returns: FileFormat - The file format.
public final String getMimeType()
Gets the MIME type.
Returns: java.lang.String - The MIME type value.
public final String getExtension()
Gets the file extension.
Returns: java.lang.String - The file extension.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.