Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawPolylineElement
-
-
Uses of DrawPolylineElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawPolylineElement Modifier and Type Method Description void
DefaultElementVisitor. visit(DrawPolylineElement ele)
A method to visit "draw:polyline" elements -
Uses of DrawPolylineElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return DrawPolylineElement Modifier and Type Method Description DrawPolylineElement
DrawAElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
DrawGElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
DrawPageElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
DrawTextBoxElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>. -
Uses of DrawPolylineElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return DrawPolylineElement Modifier and Type Method Description DrawPolylineElement
OfficeTextElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>. -
Uses of DrawPolylineElement in org.odftoolkit.odfdom.dom.element.presentation
Methods in org.odftoolkit.odfdom.dom.element.presentation that return DrawPolylineElement Modifier and Type Method Description DrawPolylineElement
PresentationNotesElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>. -
Uses of DrawPolylineElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return DrawPolylineElement Modifier and Type Method Description DrawPolylineElement
StyleHandoutMasterElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
StyleMasterPageElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>. -
Uses of DrawPolylineElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return DrawPolylineElement Modifier and Type Method Description DrawPolylineElement
TableCoveredTableCellElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
TableShapesElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
TableTableCellElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>. -
Uses of DrawPolylineElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return DrawPolylineElement Modifier and Type Method Description DrawPolylineElement
TextAElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
TextDeletionElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
TextHElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
TextIndexBodyElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
TextIndexTitleElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
TextMetaElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
TextMetaFieldElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
TextNoteBodyElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
TextPElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
TextRubyBaseElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
TextSectionElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.DrawPolylineElement
TextSpanElement. newDrawPolylineElement(String drawPointsValue, int svgViewBoxValue)
Create child element <draw:polyline>.
-