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.
|
getKeys
getByType, getMetadataType, readByStringKey
public DocumentInfo()
Initializes a new instance of the DocumentInfo
class.
public final int getFileType()
Gets the type of the file.
Value: The type of the file.public final long getCharactersCount()
Gets the characters count.
Value: The characters count.public final long getWordsCount()
Gets the words count.
Value: The words count.public final int getPagesCount()
Gets the pages count.
Value: The pages count.public final PageInfo[] getPages()
Gets array of pages presented in document.
Value: The pages.Copyright © 2017. All rights reserved.