Class OfficeDocumentStatistic

java.lang.Object
org.pentaho.reporting.libraries.docbundle.metadata.OfficeDocumentStatistic
All Implemented Interfaces:
Serializable

public class OfficeDocumentStatistic extends Object implements Serializable
See Also:
  • Constructor Details

    • OfficeDocumentStatistic

      public OfficeDocumentStatistic()
  • Method Details

    • getTableCount

      public int getTableCount()
    • setTableCount

      public void setTableCount(int tableCount)
    • getImageCount

      public int getImageCount()
    • setImageCount

      public void setImageCount(int imageCount)
    • getObjectCount

      public int getObjectCount()
    • setObjectCount

      public void setObjectCount(int objectCount)
    • getPageCount

      public int getPageCount()
    • setPageCount

      public void setPageCount(int pageCount)
    • getParagraphCount

      public int getParagraphCount()
    • setParagraphCount

      public void setParagraphCount(int paragraphCount)
    • getWordCount

      public int getWordCount()
    • setWordCount

      public void setWordCount(int wordCount)
    • getCharacterCount

      public int getCharacterCount()
    • setCharacterCount

      public void setCharacterCount(int characterCount)