org.odftoolkit.odfdom.incubator.meta
Class OdfMetaDocumentStatistic

java.lang.Object
  extended by org.odftoolkit.odfdom.incubator.meta.OdfMetaDocumentStatistic

Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.meta.DocumentStatistic in Simple API.

public class OdfMetaDocumentStatistic
extends Object

OdfMetaDocumentStatistic feature specifies the statistics about the document.


Constructor Summary
OdfMetaDocumentStatistic(MetaDocumentStatisticElement docStatistic)
          Deprecated. Constructor of OdfMetaDocumentStatistic feature.
 
Method Summary
 Integer getCellCount()
          Deprecated. Receives the value of the ODFDOM attribute representation MetaCellCountAttribute , See meta:cell-count.
 Integer getCharacterCount()
          Deprecated. Receives the value of the ODFDOM attribute representation MetaCharacterCountAttribute , See meta:character-count.
 Integer getDrawCount()
          Deprecated. Receives the value of the ODFDOM attribute representation MetaDrawCountAttribute , See meta:draw-count.
 Integer getFrameCount()
          Deprecated. Receives the value of the ODFDOM attribute representation MetaFrameCountAttribute , See meta:frame-count.
 Integer getImageCount()
          Deprecated. Receives the value of the ODFDOM attribute representation MetaImageCountAttribute , See meta:image-count.
 Integer getNonWhitespaceCharacterCount()
          Deprecated. Receives the value of the ODFDOM attribute representation MetaNonWhitespaceCharacterCountAttribute , See meta:non-whitespace-character-count.
 Integer getObjectCount()
          Deprecated. Receives the value of the ODFDOM attribute representation MetaObjectCountAttribute , See meta:object-count
 Integer getOleObjectCount()
          Deprecated. Receives the value of the ODFDOM attribute representation MetaOleObjectCountAttribute , See meta:ole-object-count.
 Integer getPageCount()
          Deprecated. Receives the value of the ODFDOM attribute representation MetaPageCountAttribute , See meta:page-count.
 Integer getParagraphCount()
          Deprecated. Receives the value of the ODFDOM attribute representation MetaParagraphCountAttribute , See meta:paragraph-count.
 Integer getRowCount()
          Deprecated. Receives the value of the ODFDOM attribute representation MetaRowCountAttribute , See meta:row-count.
 Integer getSentenceCount()
          Deprecated. Receives the value of the ODFDOM attribute representation MetaSentenceCountAttribute , See meta:sentence-count.
 Integer getSyllableCount()
          Deprecated. Receives the value of the ODFDOM attribute representation MetaSyllableCountAttribute , See meta:syllable-count.
 Integer getTableCount()
          Deprecated. Receives the value of the ODFDOM attribute representation MetaTableCountAttribute , See meta:table-count.
 Integer getWordCount()
          Deprecated. Receives the value of the ODFDOM attribute representation MetaWordCountAttribute , See meta:word-count.
 void setCellCount(int cellCount)
          Deprecated. Sets the value of ODFDOM attribute representation MetaCellCountAttribute , See meta:cell-count.
 void setCharacterCount(Integer characterCount)
          Deprecated. Sets the value of ODFDOM attribute representation MetaCharacterCountAttribute , See meta:character-count.
 void setDrawCount(Integer drawCount)
          Deprecated. Sets the value of ODFDOM attribute representation MetaDrawCountAttribute , See meta:draw-count.
 void setFrameCount(Integer frameCount)
          Deprecated. Sets the value of ODFDOM attribute representation MetaFrameCountAttribute , See meta:frame-count.
 void setImageCount(Integer imageCount)
          Deprecated. Sets the value of ODFDOM attribute representation MetaImageCountAttribute , See meta:image-count.
 void setNonWhitespaceCharacterCount(Integer nonWhitespaceCharacterCount)
          Deprecated. Sets the value of ODFDOM attribute representation MetaNonWhitespaceCharacterCountAttribute , See meta:non-whitespace-character-count.
 void setObjectCount(Integer objectCount)
          Deprecated. Sets the value of ODFDOM attribute representation MetaObjectCountAttribute , See meta:object-count.
 void setOleObjectCount(Integer oleObjectCount)
          Deprecated. Sets the value of ODFDOM attribute representation MetaOleObjectCountAttribute , See meta:ole-object-count.
 void setPageCount(Integer pageCount)
          Deprecated. Sets the value of ODFDOM attribute representation MetaPageCountAttribute , See meta:page-count.
 void setParagraphCount(Integer paragraphCount)
          Deprecated. Sets the value of ODFDOM attribute representation MetaParagraphCountAttribute , See meta:paragraph-count.
 void setRowCount(Integer rowCount)
          Deprecated. Sets the value of ODFDOM attribute representation MetaRowCountAttribute , See meta:row-count.
 void setSentenceCount(Integer sentenceCount)
          Deprecated. Sets the value of ODFDOM attribute representation MetaSentenceCountAttribute , See meta:sentence-count.
 void setSyllableCount(Integer syllableCount)
          Deprecated. Sets the value of ODFDOM attribute representation MetaSyllableCountAttribute , See meta:syllable-count.
 void setTableCount(Integer tableCount)
          Deprecated. Sets the value of ODFDOM attribute representation MetaTableCountAttribute , See meta:table-count.
 void setWordCount(Integer wordCount)
          Deprecated. Sets the value of ODFDOM attribute representation MetaWordCountAttribute , See meta:word-count.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OdfMetaDocumentStatistic

public OdfMetaDocumentStatistic(MetaDocumentStatisticElement docStatistic)
Deprecated. 
Constructor of OdfMetaDocumentStatistic feature.

Parameters:
docStatistic - the MetaDocumentStatisticElement represent this feature
Method Detail

getCellCount

public Integer getCellCount()
Deprecated. 
Receives the value of the ODFDOM attribute representation MetaCellCountAttribute , See meta:cell-count.

Returns:
the number of table cells contained in the current document;

null, if the attribute is not set and no default value defined.


setCellCount

public void setCellCount(int cellCount)
Deprecated. 
Sets the value of ODFDOM attribute representation MetaCellCountAttribute , See meta:cell-count.

Parameters:
cellCount - the number of table cells need to be set

getCharacterCount

public Integer getCharacterCount()
Deprecated. 
Receives the value of the ODFDOM attribute representation MetaCharacterCountAttribute , See meta:character-count.

Returns:
the number of characters contained in the current document;

null, if the attribute is not set and no default value defined.


setCharacterCount

public void setCharacterCount(Integer characterCount)
Deprecated. 
Sets the value of ODFDOM attribute representation MetaCharacterCountAttribute , See meta:character-count.

Parameters:
characterCount - the number of characters need to set

getDrawCount

public Integer getDrawCount()
Deprecated. 
Receives the value of the ODFDOM attribute representation MetaDrawCountAttribute , See meta:draw-count.

Returns:
the number of all the graphic related element in the current document;

null, if the attribute is not set and no default value defined.


setDrawCount

public void setDrawCount(Integer drawCount)
Deprecated. 
Sets the value of ODFDOM attribute representation MetaDrawCountAttribute , See meta:draw-count.

Parameters:
drawCount - the number of all the graphic related element need to set

getFrameCount

public Integer getFrameCount()
Deprecated. 
Receives the value of the ODFDOM attribute representation MetaFrameCountAttribute , See meta:frame-count.

Returns:
the number of element contained in the current document;

null, if the attribute is not set and no default value defined.


setFrameCount

public void setFrameCount(Integer frameCount)
Deprecated. 
Sets the value of ODFDOM attribute representation MetaFrameCountAttribute , See meta:frame-count.

Parameters:
frameCount - the number of element need to set

getImageCount

public Integer getImageCount()
Deprecated. 
Receives the value of the ODFDOM attribute representation MetaImageCountAttribute , See meta:image-count.

Returns:
the number of element contained in the current document;

null, if the attribute is not set and no default value defined.


setImageCount

public void setImageCount(Integer imageCount)
Deprecated. 
Sets the value of ODFDOM attribute representation MetaImageCountAttribute , See meta:image-count.

Parameters:
imageCount - the number of element need to set

getNonWhitespaceCharacterCount

public Integer getNonWhitespaceCharacterCount()
Deprecated. 
Receives the value of the ODFDOM attribute representation MetaNonWhitespaceCharacterCountAttribute , See meta:non-whitespace-character-count.

Returns:
the number of non-whitespace characters contained in the current document;

null, if the attribute is not set and no default value defined.


setNonWhitespaceCharacterCount

public void setNonWhitespaceCharacterCount(Integer nonWhitespaceCharacterCount)
Deprecated. 
Sets the value of ODFDOM attribute representation MetaNonWhitespaceCharacterCountAttribute , See meta:non-whitespace-character-count.

Parameters:
nonWhitespaceCharacterCount - the number of non-whitespace characters need to set

getObjectCount

public Integer getObjectCount()
Deprecated. 
Receives the value of the ODFDOM attribute representation MetaObjectCountAttribute , See meta:object-count

Returns:
the number of element contained in the current document;

null, if the attribute is not set and no default value defined.


setObjectCount

public void setObjectCount(Integer objectCount)
Deprecated. 
Sets the value of ODFDOM attribute representation MetaObjectCountAttribute , See meta:object-count.

Parameters:
objectCount - the number of element need to set

getOleObjectCount

public Integer getOleObjectCount()
Deprecated. 
Receives the value of the ODFDOM attribute representation MetaOleObjectCountAttribute , See meta:ole-object-count.

Returns:
the number of element contained in the current document;

null, if the attribute is not set and no default value defined.


setOleObjectCount

public void setOleObjectCount(Integer oleObjectCount)
Deprecated. 
Sets the value of ODFDOM attribute representation MetaOleObjectCountAttribute , See meta:ole-object-count.

Parameters:
oleObjectCount - the number of element need to set

getPageCount

public Integer getPageCount()
Deprecated. 
Receives the value of the ODFDOM attribute representation MetaPageCountAttribute , See meta:page-count.

Returns:
the number of page count contained in the current document;

null, if the attribute is not set and no default value defined.


setPageCount

public void setPageCount(Integer pageCount)
Deprecated. 
Sets the value of ODFDOM attribute representation MetaPageCountAttribute , See meta:page-count.

Parameters:
pageCount - the number of page count need to set

getParagraphCount

public Integer getParagraphCount()
Deprecated. 
Receives the value of the ODFDOM attribute representation MetaParagraphCountAttribute , See meta:paragraph-count.

Returns:
the number of element contained in the current document;

null, if the attribute is not set and no default value defined.


setParagraphCount

public void setParagraphCount(Integer paragraphCount)
Deprecated. 
Sets the value of ODFDOM attribute representation MetaParagraphCountAttribute , See meta:paragraph-count.

Parameters:
paragraphCount - the number of element need to set

getRowCount

public Integer getRowCount()
Deprecated. 
Receives the value of the ODFDOM attribute representation MetaRowCountAttribute , See meta:row-count.

Returns:
the number of lines contained in the current document;

null, if the attribute is not set and no default value defined.


setRowCount

public void setRowCount(Integer rowCount)
Deprecated. 
Sets the value of ODFDOM attribute representation MetaRowCountAttribute , See meta:row-count.

Parameters:
rowCount - the number of lines need to set

getSentenceCount

public Integer getSentenceCount()
Deprecated. 
Receives the value of the ODFDOM attribute representation MetaSentenceCountAttribute , See meta:sentence-count.

Returns:
the number of sentences contained in the current document;

null, if the attribute is not set and no default value defined.


setSentenceCount

public void setSentenceCount(Integer sentenceCount)
Deprecated. 
Sets the value of ODFDOM attribute representation MetaSentenceCountAttribute , See meta:sentence-count.

Parameters:
sentenceCount - the number of sentences need to set

getSyllableCount

public Integer getSyllableCount()
Deprecated. 
Receives the value of the ODFDOM attribute representation MetaSyllableCountAttribute , See meta:syllable-count.

Returns:
the number of syllables contained in the current document;

null, if the attribute is not set and no default value defined.


setSyllableCount

public void setSyllableCount(Integer syllableCount)
Deprecated. 
Sets the value of ODFDOM attribute representation MetaSyllableCountAttribute , See meta:syllable-count.

Parameters:
syllableCount - the number of syllables need to set

getTableCount

public Integer getTableCount()
Deprecated. 
Receives the value of the ODFDOM attribute representation MetaTableCountAttribute , See meta:table-count.

Returns:
the number of element contained in the current document;

null, if the attribute is not set and no default value defined.


setTableCount

public void setTableCount(Integer tableCount)
Deprecated. 
Sets the value of ODFDOM attribute representation MetaTableCountAttribute , See meta:table-count.

Parameters:
tableCount - the number of need to set

getWordCount

public Integer getWordCount()
Deprecated. 
Receives the value of the ODFDOM attribute representation MetaWordCountAttribute , See meta:word-count.

Returns:
the number of words contained in the current document;

null, if the attribute is not set and no default value defined.


setWordCount

public void setWordCount(Integer wordCount)
Deprecated. 
Sets the value of ODFDOM attribute representation MetaWordCountAttribute , See meta:word-count.

Parameters:
wordCount - the number of words need to set


Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.