com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class DocumentStatistics

    • Constructor Detail

      • DocumentStatistics

        public DocumentStatistics()

        Initializes a new instance of the DocumentStatistics class.

    • Method Detail

      • getCharacterCount

        public final int getCharacterCount()

        Gets an estimated number of characters in the document.

        Returns:
        An estimated number of characters in the document.
      • getWordCount

        public final int getWordCount()

        Gets an estimated number of words in the document.

        Returns:
        An estimated number of words in the document.
      • getPageCount

        public final int getPageCount()

        Gets an estimated number of pages in the document.

        Returns:
        An estimated number of pages in the document.