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

Packages that use OdfPolylineElement
org.odftoolkit.odfdom.doc.element.draw   
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 OdfPolylineElement in org.odftoolkit.odfdom.doc.element.draw
 

Subclasses of OdfPolylineElement in org.odftoolkit.odfdom.doc.element.draw
 class OdfPolyline
           
 

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

Methods in org.odftoolkit.odfdom.dom.element.draw that return OdfPolylineElement
 OdfPolylineElement OdfGroupElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfPageElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfHyperlinkElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfTextBoxElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 

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

Methods in org.odftoolkit.odfdom.dom.element.office that return OdfPolylineElement
 OdfPolylineElement OdfTextElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 

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

Methods in org.odftoolkit.odfdom.dom.element.presentation that return OdfPolylineElement
 OdfPolylineElement OdfNotesElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 

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

Methods in org.odftoolkit.odfdom.dom.element.style that return OdfPolylineElement
 OdfPolylineElement OdfHandoutMasterElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfMasterPageElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 

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

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfPolylineElement
 OdfPolylineElement OdfCoveredTableCellElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfTableCellElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfShapesElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 

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

Methods in org.odftoolkit.odfdom.dom.element.text that return OdfPolylineElement
 OdfPolylineElement OdfHyperlinkElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfSectionElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfParagraphElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfNoteBodyElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfRubyBaseElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfHeadingElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfSpanElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfMetaElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfIndexTitleElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfMetaFieldElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfDeletionElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 OdfPolylineElement OdfIndexBodyElement.createPolylineElement(String points, Integer viewBox)
          Create child element draw:polyline.
 



Copyright © 2009. All Rights Reserved.