Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawPathElement
-
-
Uses of DrawPathElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawPathElement Modifier and Type Method Description 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 Modifier and Type Method Description DrawPathElement
DrawAElement. newDrawPathElement(String svgDValue, int svgViewBoxValue)
Create child element <draw:path>.DrawPathElement
DrawGElement. newDrawPathElement(String svgDValue, int svgViewBoxValue)
Create child element <draw:path>.DrawPathElement
DrawPageElement. newDrawPathElement(String svgDValue, int svgViewBoxValue)
Create child element <draw:path>.DrawPathElement
DrawTextBoxElement. 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description DrawPathElement
StyleHandoutMasterElement. newDrawPathElement(String svgDValue, int svgViewBoxValue)
Create child element <draw:path>.DrawPathElement
StyleMasterPageElement. 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 Modifier and Type Method Description 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 Modifier and Type Method Description DrawPathElement
TextAElement. newDrawPathElement(String svgDValue, int svgViewBoxValue)
Create child element <draw:path>.DrawPathElement
TextDeletionElement. newDrawPathElement(String svgDValue, int svgViewBoxValue)
Create child element <draw:path>.DrawPathElement
TextHElement. newDrawPathElement(String svgDValue, int svgViewBoxValue)
Create child element <draw:path>.DrawPathElement
TextIndexBodyElement. newDrawPathElement(String svgDValue, int svgViewBoxValue)
Create child element <draw:path>.DrawPathElement
TextIndexTitleElement. 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
TextNoteBodyElement. newDrawPathElement(String svgDValue, int svgViewBoxValue)
Create child element <draw:path>.DrawPathElement
TextPElement. newDrawPathElement(String svgDValue, int svgViewBoxValue)
Create child element <draw:path>.DrawPathElement
TextRubyBaseElement. newDrawPathElement(String svgDValue, int svgViewBoxValue)
Create child element <draw:path>.DrawPathElement
TextSectionElement. newDrawPathElement(String svgDValue, int svgViewBoxValue)
Create child element <draw:path>.DrawPathElement
TextSpanElement. newDrawPathElement(String svgDValue, int svgViewBoxValue)
Create child element <draw:path>.
-