public static class MetadataKey.DocumentInfo extends Object
Represents document info keys.
Modifier and Type | Field and Description |
---|---|
static MetadataKey |
CharactersCount
Characters count.
|
static MetadataKey |
FileType
The file type for document formats.
|
static MetadataKey |
PagesCount
Pages count.
|
static MetadataKey |
WordsCount
Words count.
|
Constructor and Description |
---|
MetadataKey.DocumentInfo() |
public static final MetadataKey FileType
The file type for document formats.
public static final MetadataKey CharactersCount
Characters count.
public static final MetadataKey PagesCount
Pages count.
public static final MetadataKey WordsCount
Words count.