public class DocumentStatistics extends CustomPackage
Represents a set of document statistics.
Constructor and Description |
---|
DocumentStatistics()
Initializes a new instance of the
DocumentStatistics class. |
Modifier and Type | Method and Description |
---|---|
int |
getCharacterCount()
Gets an estimated number of characters in the document.
|
int |
getPageCount()
Gets an estimated number of pages in the document.
|
int |
getWordCount()
Gets an estimated number of words in the document.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public DocumentStatistics()
Initializes a new instance of the DocumentStatistics
class.
public final int getCharacterCount()
Gets an estimated number of characters in the document.
public final int getWordCount()
Gets an estimated number of words in the document.
public final int getPageCount()
Gets an estimated number of pages in the document.