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