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

Packages that use DrawPolygonElement
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 DrawPolygonElement in org.odftoolkit.odfdom.dom
 

Methods in org.odftoolkit.odfdom.dom with parameters of type DrawPolygonElement
 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
 DrawPolygonElement DrawTextBoxElement.newDrawPolygonElement(String drawPointsValue, int svgViewBoxValue)
          Create child element draw:polygon.
 DrawPolygonElement DrawAElement.newDrawPolygonElement(String drawPointsValue, int svgViewBoxValue)
          Create child element draw:polygon.
 DrawPolygonElement DrawPageElement.newDrawPolygonElement(String drawPointsValue, int svgViewBoxValue)
          Create child element draw:polygon.
 DrawPolygonElement DrawGElement.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
 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
 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
 DrawPolygonElement StyleMasterPageElement.newDrawPolygonElement(String drawPointsValue, int svgViewBoxValue)
          Create child element draw:polygon.
 DrawPolygonElement StyleHandoutMasterElement.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
 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
 DrawPolygonElement TextDeletionElement.newDrawPolygonElement(String drawPointsValue, int svgViewBoxValue)
          Create child element draw:polygon.
 DrawPolygonElement TextPElement.newDrawPolygonElement(String drawPointsValue, int svgViewBoxValue)
          Create child element draw:polygon.
 DrawPolygonElement TextAElement.newDrawPolygonElement(String drawPointsValue, int svgViewBoxValue)
          Create child element draw:polygon.
 DrawPolygonElement TextSectionElement.newDrawPolygonElement(String drawPointsValue, int svgViewBoxValue)
          Create child element draw:polygon.
 DrawPolygonElement TextIndexTitleElement.newDrawPolygonElement(String drawPointsValue, int svgViewBoxValue)
          Create child element draw:polygon.
 DrawPolygonElement TextSpanElement.newDrawPolygonElement(String drawPointsValue, int svgViewBoxValue)
          Create child element draw:polygon.
 DrawPolygonElement TextNoteBodyElement.newDrawPolygonElement(String drawPointsValue, int svgViewBoxValue)
          Create child element draw:polygon.
 DrawPolygonElement TextRubyBaseElement.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 TextIndexBodyElement.newDrawPolygonElement(String drawPointsValue, int svgViewBoxValue)
          Create child element draw:polygon.
 DrawPolygonElement TextHElement.newDrawPolygonElement(String drawPointsValue, int svgViewBoxValue)
          Create child element draw:polygon.
 



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