Uses of Class
org.odftoolkit.odfdom.dom.element.meta.MetaPrintedByElement
-
Packages that use MetaPrintedByElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.office -
-
Uses of MetaPrintedByElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type MetaPrintedByElement Modifier and Type Method Description void
DefaultElementVisitor. visit(MetaPrintedByElement ele)
A method to visit "meta:printed-by" elements -
Uses of MetaPrintedByElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return MetaPrintedByElement Modifier and Type Method Description MetaPrintedByElement
OfficeMetaElement. newMetaPrintedByElement()
Create child element <meta:printed-by>.
-