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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OfficeDocumentStatistic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCharacterCount()
int
getImageCount()
int
getObjectCount()
int
getPageCount()
int
getParagraphCount()
int
getTableCount()
int
getWordCount()
void
setCharacterCount(int characterCount)
void
setImageCount(int imageCount)
void
setObjectCount(int objectCount)
void
setPageCount(int pageCount)
void
setParagraphCount(int paragraphCount)
void
setTableCount(int tableCount)
void
setWordCount(int wordCount)
-
-
-
Method Detail
-
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)
-
-