Uses of Class
org.apache.maven.doxia.document.DocumentStatistic

Packages that use DocumentStatistic
org.apache.maven.doxia.document   
 

Uses of DocumentStatistic in org.apache.maven.doxia.document
 

Methods in org.apache.maven.doxia.document that return DocumentStatistic
 DocumentStatistic DocumentMeta.getDocumentStatistic()
          Get the statistics of the document, for example, the page count, word count, etc.
 

Methods in org.apache.maven.doxia.document with parameters of type DocumentStatistic
 void DocumentMeta.setDocumentStatistic(DocumentStatistic documentStatistic)
          Set the statistics of the document, for example, the page count, word count, etc.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.