Package | Description |
---|---|
com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
Modifier and Type | Method and Description |
---|---|
Iterable<MetadataItem> |
Parser.getMetadata()
Extracts metadata from the document.
|
Modifier and Type | Method and Description |
---|---|
Iterable<MetadataItem> |
ContainerItem.getMetadata()
Gets the collection of metadata items.
|
Constructor and Description |
---|
ContainerItem(String filePath,
long size,
Iterable<MetadataItem> metadata)
Initializes a new instance of
ContainerItem with the item full path. |
ContainerItem(String name,
String directory,
long size,
Iterable<MetadataItem> metadata)
Initializes a new instance of
ContainerItem with the item name and directory. |