Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Class and Description |
---|---|
class |
DiagramTypePackage
Represents a metadata package containing diagram-specific file format information.
|
class |
GifImageTypePackage
Represents a metadata package containing GIF-specific file format information.
|
class |
ImageTypePackage
Represents a metadata package containing image-specific file format information.
|
class |
PdfTypePackage
Represents a metadata package containing PDF-specific file format information.
|
class |
PresentationTypePackage
Represents a metadata package containing presentation-specific file format information.
|
class |
SpreadsheetTypePackage
Represents a metadata package containing spreadsheet-specific file format information.
|
class |
WordProcessingTypePackage
Represents a metadata package containing document-specific file format information.
|
Modifier and Type | Method and Description |
---|---|
FileTypePackage |
DocumentInfo.getFileType()
Gets the file type of the loaded document.
|
FileTypePackage |
IDocumentInfo.getFileType()
Gets the file type of the loaded document.
|
FileTypePackage |
RootMetadataPackage.getFileType()
Gets the file type metadata package.
|