|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.odftoolkit.odfdom.incubator.meta.OdfMetaDocumentStatistic
public class OdfMetaDocumentStatistic
OdfMetaDocumentStatistic feature specifies the statistics about
the document.
| Constructor Summary | |
|---|---|
OdfMetaDocumentStatistic(MetaDocumentStatisticElement docStatistic)
Constructor of OdfMetaDocumentStatistic feature. |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getCellCount()
Receives the value of the ODFDOM attribute representation MetaCellCountAttribute , See . |
java.lang.Integer |
getCharacterCount()
Receives the value of the ODFDOM attribute representation MetaCharacterCountAttribute , See . |
java.lang.Integer |
getDrawCount()
Receives the value of the ODFDOM attribute representation MetaDrawCountAttribute , See . |
java.lang.Integer |
getFrameCount()
Receives the value of the ODFDOM attribute representation MetaFrameCountAttribute , See . |
java.lang.Integer |
getImageCount()
Receives the value of the ODFDOM attribute representation MetaImageCountAttribute , See . |
java.lang.Integer |
getNonWhitespaceCharacterCount()
Receives the value of the ODFDOM attribute representation MetaNonWhitespaceCharacterCountAttribute , See
. |
java.lang.Integer |
getObjectCount()
Receives the value of the ODFDOM attribute representation MetaObjectCountAttribute , See |
java.lang.Integer |
getOleObjectCount()
Receives the value of the ODFDOM attribute representation MetaOleObjectCountAttribute , See . |
java.lang.Integer |
getPageCount()
Receives the value of the ODFDOM attribute representation MetaPageCountAttribute , See . |
java.lang.Integer |
getParagraphCount()
Receives the value of the ODFDOM attribute representation MetaParagraphCountAttribute , See . |
java.lang.Integer |
getRowCount()
Receives the value of the ODFDOM attribute representation MetaRowCountAttribute , See . |
java.lang.Integer |
getSentenceCount()
Receives the value of the ODFDOM attribute representation MetaSentenceCountAttribute , See . |
java.lang.Integer |
getSyllableCount()
Receives the value of the ODFDOM attribute representation MetaSyllableCountAttribute , See . |
java.lang.Integer |
getTableCount()
Receives the value of the ODFDOM attribute representation MetaTableCountAttribute , See . |
java.lang.Integer |
getWordCount()
Receives the value of the ODFDOM attribute representation MetaWordCountAttribute , See . |
void |
setCellCount(int cellCount)
Sets the value of ODFDOM attribute representation MetaCellCountAttribute , See . |
void |
setCharacterCount(java.lang.Integer characterCount)
Sets the value of ODFDOM attribute representation MetaCharacterCountAttribute , See . |
void |
setDrawCount(java.lang.Integer drawCount)
Sets the value of ODFDOM attribute representation MetaDrawCountAttribute , See . |
void |
setFrameCount(java.lang.Integer frameCount)
Sets the value of ODFDOM attribute representation MetaFrameCountAttribute , See . |
void |
setImageCount(java.lang.Integer imageCount)
Sets the value of ODFDOM attribute representation MetaImageCountAttribute , See . |
void |
setNonWhitespaceCharacterCount(java.lang.Integer nonWhitespaceCharacterCount)
Sets the value of ODFDOM attribute representation MetaNonWhitespaceCharacterCountAttribute , See
. |
void |
setObjectCount(java.lang.Integer objectCount)
Sets the value of ODFDOM attribute representation MetaObjectCountAttribute , See . |
void |
setOleObjectCount(java.lang.Integer oleObjectCount)
Sets the value of ODFDOM attribute representation MetaOleObjectCountAttribute , See . |
void |
setPageCount(java.lang.Integer pageCount)
Sets the value of ODFDOM attribute representation MetaPageCountAttribute , See . |
void |
setParagraphCount(java.lang.Integer paragraphCount)
Sets the value of ODFDOM attribute representation MetaParagraphCountAttribute , See . |
void |
setRowCount(java.lang.Integer rowCount)
Sets the value of ODFDOM attribute representation MetaRowCountAttribute , See . |
void |
setSentenceCount(java.lang.Integer sentenceCount)
Sets the value of ODFDOM attribute representation MetaSentenceCountAttribute , See . |
void |
setSyllableCount(java.lang.Integer syllableCount)
Sets the value of ODFDOM attribute representation MetaSyllableCountAttribute , See . |
void |
setTableCount(java.lang.Integer tableCount)
Sets the value of ODFDOM attribute representation MetaTableCountAttribute , See . |
void |
setWordCount(java.lang.Integer wordCount)
Sets the value of ODFDOM attribute representation MetaWordCountAttribute , See . |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OdfMetaDocumentStatistic(MetaDocumentStatisticElement docStatistic)
OdfMetaDocumentStatistic feature.
docStatistic - the MetaDocumentStatisticElement represent this
feature| Method Detail |
|---|
public java.lang.Integer getCellCount()
MetaCellCountAttribute , See .
null, if the attribute is not set and no default value defined.
public void setCellCount(int cellCount)
MetaCellCountAttribute , See .
cellCount - the number of table cells need to be setpublic java.lang.Integer getCharacterCount()
MetaCharacterCountAttribute , See .
null, if the attribute is not set and no default value defined.
public void setCharacterCount(java.lang.Integer characterCount)
MetaCharacterCountAttribute , See .
characterCount - the number of characters need to setpublic java.lang.Integer getDrawCount()
MetaDrawCountAttribute , See .
null, if the attribute is not set and no default value defined.
public void setDrawCount(java.lang.Integer drawCount)
MetaDrawCountAttribute , See .
drawCount - the number of all the graphic related element need to setpublic java.lang.Integer getFrameCount()
MetaFrameCountAttribute , See .
element contained in the current document;
null, if the attribute is not set and no default value defined.
public void setFrameCount(java.lang.Integer frameCount)
MetaFrameCountAttribute , See .
frameCount - the number of element need to setpublic java.lang.Integer getImageCount()
MetaImageCountAttribute , See .
element contained in the current document;
null, if the attribute is not set and no default value defined.
public void setImageCount(java.lang.Integer imageCount)
MetaImageCountAttribute , See .
imageCount - the number of element need to setpublic java.lang.Integer getNonWhitespaceCharacterCount()
MetaNonWhitespaceCharacterCountAttribute , See
.
null, if the attribute is not set and no default value defined.
public void setNonWhitespaceCharacterCount(java.lang.Integer nonWhitespaceCharacterCount)
MetaNonWhitespaceCharacterCountAttribute , See
.
nonWhitespaceCharacterCount - the number of non-whitespace characters need to setpublic java.lang.Integer getObjectCount()
MetaObjectCountAttribute , See
element contained in the current document;
null, if the attribute is not set and no default value defined.
public void setObjectCount(java.lang.Integer objectCount)
MetaObjectCountAttribute , See .
objectCount - the number of element need to setpublic java.lang.Integer getOleObjectCount()
MetaOleObjectCountAttribute , See .
element contained in the current document;
null, if the attribute is not set and no default value defined.
public void setOleObjectCount(java.lang.Integer oleObjectCount)
MetaOleObjectCountAttribute , See .
oleObjectCount - the number of element need to setpublic java.lang.Integer getPageCount()
MetaPageCountAttribute , See .
null, if the attribute is not set and no default value defined.
public void setPageCount(java.lang.Integer pageCount)
MetaPageCountAttribute , See .
pageCount - the number of page count need to setpublic java.lang.Integer getParagraphCount()
MetaParagraphCountAttribute , See .
element contained in the current document;
null, if the attribute is not set and no default value defined.
public void setParagraphCount(java.lang.Integer paragraphCount)
MetaParagraphCountAttribute , See .
paragraphCount - the number of element need to setpublic java.lang.Integer getRowCount()
MetaRowCountAttribute , See .
null, if the attribute is not set and no default value defined.
public void setRowCount(java.lang.Integer rowCount)
MetaRowCountAttribute , See .
rowCount - the number of lines need to setpublic java.lang.Integer getSentenceCount()
MetaSentenceCountAttribute , See .
null, if the attribute is not set and no default value defined.
public void setSentenceCount(java.lang.Integer sentenceCount)
MetaSentenceCountAttribute , See .
sentenceCount - the number of sentences need to setpublic java.lang.Integer getSyllableCount()
MetaSyllableCountAttribute , See .
null, if the attribute is not set and no default value defined.
public void setSyllableCount(java.lang.Integer syllableCount)
MetaSyllableCountAttribute , See .
syllableCount - the number of syllables need to setpublic java.lang.Integer getTableCount()
MetaTableCountAttribute , See .
element contained in the current document;
null, if the attribute is not set and no default value defined.
public void setTableCount(java.lang.Integer tableCount)
MetaTableCountAttribute , See .
tableCount - the number of need to setpublic java.lang.Integer getWordCount()
MetaWordCountAttribute , See .
null, if the attribute is not set and no default value defined.
public void setWordCount(java.lang.Integer wordCount)
MetaWordCountAttribute , See .
wordCount - the number of words need to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||