public class DocumentInfo extends MetadataContainer
Represents document info metadata.
Constructor and Description |
---|
DocumentInfo()
Initializes a new instance of the
DocumentInfo class. |
Modifier and Type | Method and Description |
---|---|
long |
getCharactersCount()
Gets the characters count.
|
int |
getFileType()
Gets the type of the file.
|
PageInfo[] |
getPages()
Gets array of pages presented in document.
|
int |
getPagesCount()
Gets the pages count.
|
long |
getWordsCount()
Gets the words count.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public DocumentInfo()
Initializes a new instance of the DocumentInfo
class.
public final int getFileType()
Gets the type of the file.
public final long getCharactersCount()
Gets the characters count.
public final long getWordsCount()
Gets the words count.
public final int getPagesCount()
Gets the pages count.
public final PageInfo[] getPages()
Gets array of pages presented in document.
Copyright © 2019. All rights reserved.