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