Uses of Class
org.odftoolkit.odfdom.dom.element.office.OfficeMetaElement
-
Packages that use OfficeMetaElement 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 OfficeMetaElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type OfficeMetaElement Modifier and Type Method Description void
DefaultElementVisitor. visit(OfficeMetaElement ele)
A method to visit "office:meta" elements -
Uses of OfficeMetaElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return OfficeMetaElement Modifier and Type Method Description OfficeMetaElement
OfficeDocumentElement. newOfficeMetaElement()
Create child element <office:meta>.OfficeMetaElement
OfficeDocumentMetaElement. newOfficeMetaElement()
Create child element <office:meta>. -
Uses of OfficeMetaElement in org.odftoolkit.odfdom.incubator.meta
Methods in org.odftoolkit.odfdom.incubator.meta that return OfficeMetaElement Modifier and Type Method Description OfficeMetaElement
OdfOfficeMeta. getOfficeMetaElement()
Get the instance ofOfficeMetaElement
which represents this feature.
-