Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawMarkerElement

Packages that use DrawMarkerElement
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
 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
 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
 DrawMarkerElement OdfOfficeStyles.getMarker(String name)
          Returns the DrawMarkerElement element with the given name.
 

Methods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type DrawMarkerElement
 Iterable<DrawMarkerElement> OdfOfficeStyles.getMarker()
          Returns an iterator for all DrawMarkerElement elements.
 



Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.