Uses of Class
org.odftoolkit.odfdom.dom.element.meta.MetaDocumentStatisticElement
-
Packages that use MetaDocumentStatisticElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.office org.odftoolkit.odfdom.incubator.meta Provide classes to access the metadata of ODF documents. -
-
Uses of MetaDocumentStatisticElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type MetaDocumentStatisticElement Modifier and Type Method Description void
DefaultElementVisitor. visit(MetaDocumentStatisticElement ele)
A method to visit "meta:document-statistic" elements -
Uses of MetaDocumentStatisticElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return MetaDocumentStatisticElement Modifier and Type Method Description MetaDocumentStatisticElement
OfficeMetaElement. newMetaDocumentStatisticElement()
Create child element <meta:document-statistic>. -
Uses of MetaDocumentStatisticElement in org.odftoolkit.odfdom.incubator.meta
Constructors in org.odftoolkit.odfdom.incubator.meta with parameters of type MetaDocumentStatisticElement Constructor Description OdfMetaDocumentStatistic(MetaDocumentStatisticElement docStatistic)
Constructor ofOdfMetaDocumentStatistic
feature.
-