* Child element is new in Odf 1.2
*
* @return the element {@odf.element meta:document-statistic}
*/
public MetaDocumentStatisticElement newMetaDocumentStatisticElement() {
MetaDocumentStatisticElement metaDocumentStatistic = ((OdfFileDom) this.ownerDocument).newOdfElement(MetaDocumentStatisticElement.class);
this.appendChild(metaDocumentStatistic);
return metaDocumentStatistic;
}