Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawPluginElement
-
Packages that use DrawPluginElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.draw -
-
Uses of DrawPluginElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawPluginElement Modifier and Type Method Description void
DefaultElementVisitor. visit(DrawPluginElement ele)
A method to visit "draw:plugin" elements -
Uses of DrawPluginElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return DrawPluginElement Modifier and Type Method Description DrawPluginElement
DrawFrameElement. newDrawPluginElement(String xlinkHrefValue, String xlinkTypeValue)
Create child element <draw:plugin>.
-