public class FileTypePackage extends CustomPackage
Represents a metadata package containing file format information.
Learn more
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension()
Gets the file extension.
|
FileFormat |
getFileFormat()
Gets the file format.
|
String |
getMimeType()
Gets the MIME type.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final String getExtension()
Gets the file extension.
public final FileFormat getFileFormat()
Gets the file format.
public final String getMimeType()
Gets the MIME type.
Copyright © 2026. All rights reserved.