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 void
DefaultElementVisitor. 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 DrawMarkerElement
OfficeStylesElement. 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 DrawMarkerElement
OdfOfficeStyles. getMarker(String name)
Returns theDrawMarkerElement
element with the given name.DrawMarkerElement
OdfOfficeStyles. 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 allDrawMarkerElement
elements.
-