Uses of Class
org.odftoolkit.odfdom.dom.element.office.OfficeDrawingElement
-
Packages that use OfficeDrawingElement Package Description org.odftoolkit.odfdom.doc The "Document Layer" exist for usability reasons, it gives a feature based view on the document model.org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.office -
-
Uses of OfficeDrawingElement in org.odftoolkit.odfdom.doc
Methods in org.odftoolkit.odfdom.doc that return OfficeDrawingElement Modifier and Type Method Description OfficeDrawingElementOdfGraphicsDocument. getContentRoot()Get the content root of a graphics document. -
Uses of OfficeDrawingElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type OfficeDrawingElement Modifier and Type Method Description voidDefaultElementVisitor. visit(OfficeDrawingElement ele)A method to visit "office:drawing" elements -
Uses of OfficeDrawingElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return OfficeDrawingElement Modifier and Type Method Description OfficeDrawingElementOfficeBodyElement. newOfficeDrawingElement()Create child element <office:drawing>.
-