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

Packages that use DrawPathElement
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.dom.element.presentation   
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.dom.element.table   
org.odftoolkit.odfdom.dom.element.text   
 

Uses of DrawPathElement in org.odftoolkit.odfdom.dom
 

Methods in org.odftoolkit.odfdom.dom with parameters of type DrawPathElement
 void DefaultElementVisitor.visit(DrawPathElement ele)
          A method to visit "draw:path" elements
 

Uses of DrawPathElement in org.odftoolkit.odfdom.dom.element.draw
 

Methods in org.odftoolkit.odfdom.dom.element.draw that return DrawPathElement
 DrawPathElement DrawTextBoxElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement DrawAElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement DrawPageElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement DrawGElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 

Uses of DrawPathElement in org.odftoolkit.odfdom.dom.element.office
 

Methods in org.odftoolkit.odfdom.dom.element.office that return DrawPathElement
 DrawPathElement OfficeTextElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 

Uses of DrawPathElement in org.odftoolkit.odfdom.dom.element.presentation
 

Methods in org.odftoolkit.odfdom.dom.element.presentation that return DrawPathElement
 DrawPathElement PresentationNotesElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 

Uses of DrawPathElement in org.odftoolkit.odfdom.dom.element.style
 

Methods in org.odftoolkit.odfdom.dom.element.style that return DrawPathElement
 DrawPathElement StyleMasterPageElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement StyleHandoutMasterElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 

Uses of DrawPathElement in org.odftoolkit.odfdom.dom.element.table
 

Methods in org.odftoolkit.odfdom.dom.element.table that return DrawPathElement
 DrawPathElement TableCoveredTableCellElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement TableShapesElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement TableTableCellElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 

Uses of DrawPathElement in org.odftoolkit.odfdom.dom.element.text
 

Methods in org.odftoolkit.odfdom.dom.element.text that return DrawPathElement
 DrawPathElement TextDeletionElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement TextPElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement TextAElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement TextSectionElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement TextIndexTitleElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement TextSpanElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement TextNoteBodyElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement TextRubyBaseElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement TextMetaElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement TextMetaFieldElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement TextIndexBodyElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 DrawPathElement TextHElement.newDrawPathElement(String svgDValue, int svgViewBoxValue)
          Create child element draw:path.
 



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