DocumentStatistics
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class DocumentStatistics extends CustomPackage
Represents a set of document statistics.
| Constructor | Description |
|---|---|
| DocumentStatistics() | Initializes a new instance of the DocumentStatistics class. |
| Method | Description |
|---|---|
| getCharacterCount() | Gets an estimated number of characters in the document. |
| getWordCount() | Gets an estimated number of words in the document. |
| getPageCount() | Gets an estimated number of pages in the document. |
public DocumentStatistics()
Initializes a new instance of the DocumentStatistics class.
public final int getCharacterCount()
Gets an estimated number of characters in the document.
Returns: int - An estimated number of characters in the document.
public final int getWordCount()
Gets an estimated number of words in the document.
Returns: int - An estimated number of words in the document.
public final int getPageCount()
Gets an estimated number of pages in the document.
Returns: int - An estimated number of pages in the document.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.