Class OfficeDocumentStatistic
java.lang.Object
org.pentaho.reporting.libraries.docbundle.metadata.OfficeDocumentStatistic
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintvoidsetCharacterCount(int characterCount) voidsetImageCount(int imageCount) voidsetObjectCount(int objectCount) voidsetPageCount(int pageCount) voidsetParagraphCount(int paragraphCount) voidsetTableCount(int tableCount) voidsetWordCount(int wordCount)
-
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)
-