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 voidDefaultElementVisitor. 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 OfficeMetaElementOfficeDocumentElement. newOfficeMetaElement()Create child element <office:meta>.OfficeMetaElementOfficeDocumentMetaElement. 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 OfficeMetaElementOdfOfficeMeta. getOfficeMetaElement()Get the instance ofOfficeMetaElementwhich represents this feature.
-