Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawMarkerElement
-
Packages that use DrawMarkerElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.office org.odftoolkit.odfdom.incubator.doc.office -
-
Uses of DrawMarkerElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawMarkerElement Modifier and Type Method Description voidDefaultElementVisitor. visit(DrawMarkerElement ele)A method to visit "draw:marker" elements -
Uses of DrawMarkerElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return DrawMarkerElement Modifier and Type Method Description DrawMarkerElementOfficeStylesElement. newDrawMarkerElement(String drawNameValue, String svgDValue, int svgViewBoxValue)Create child element <draw:marker>. -
Uses of DrawMarkerElement in org.odftoolkit.odfdom.incubator.doc.office
Methods in org.odftoolkit.odfdom.incubator.doc.office that return DrawMarkerElement Modifier and Type Method Description DrawMarkerElementOdfOfficeStyles. getMarker(String name)Returns theDrawMarkerElementelement with the given name.DrawMarkerElementOdfOfficeStyles. newDrawMarkerElement(String drawNameValue, String svgDValue, int svgViewBoxValue)Create child element <draw:marker>.Methods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type DrawMarkerElement Modifier and Type Method Description Iterable<DrawMarkerElement>OdfOfficeStyles. getMarker()Returns an iterator for allDrawMarkerElementelements.
-