Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextPElement

Packages that use TextPElement
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.dom.element.chart   
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.element.form   
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.dom.element.table   
org.odftoolkit.odfdom.dom.element.text   
org.odftoolkit.odfdom.incubator.doc.text   
 

Uses of TextPElement in org.odftoolkit.odfdom.dom
 

Methods in org.odftoolkit.odfdom.dom with parameters of type TextPElement
 void DefaultElementVisitor.visit(TextPElement ele)
          A method to visit "text:p" elements
 

Uses of TextPElement in org.odftoolkit.odfdom.dom.element.chart
 

Methods in org.odftoolkit.odfdom.dom.element.chart that return TextPElement
 TextPElement ChartSubtitleElement.newTextPElement()
          Create child element text:p.
 TextPElement ChartDataLabelElement.newTextPElement()
          Create child element text:p.
 TextPElement ChartEquationElement.newTextPElement()
          Create child element text:p.
 TextPElement ChartFooterElement.newTextPElement()
          Create child element text:p.
 TextPElement ChartTitleElement.newTextPElement()
          Create child element text:p.
 TextPElement ChartLegendElement.newTextPElement()
          Create child element text:p.
 TextPElement ChartLabelSeparatorElement.newTextPElement()
          Create child element text:p.
 

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

Methods in org.odftoolkit.odfdom.dom.element.draw that return TextPElement
 TextPElement DrawCustomShapeElement.newTextPElement()
          Create child element text:p.
 TextPElement DrawRegularPolygonElement.newTextPElement()
          Create child element text:p.
 TextPElement DrawCaptionElement.newTextPElement()
          Create child element text:p.
 TextPElement DrawTextBoxElement.newTextPElement()
          Create child element text:p.
 TextPElement DrawMeasureElement.newTextPElement()
          Create child element text:p.
 TextPElement DrawPolylineElement.newTextPElement()
          Create child element text:p.
 TextPElement DrawImageElement.newTextPElement()
          Create child element text:p.
 TextPElement DrawRectElement.newTextPElement()
          Create child element text:p.
 TextPElement DrawCircleElement.newTextPElement()
          Create child element text:p.
 TextPElement DrawConnectorElement.newTextPElement()
          Create child element text:p.
 TextPElement DrawLineElement.newTextPElement()
          Create child element text:p.
 TextPElement DrawEllipseElement.newTextPElement()
          Create child element text:p.
 TextPElement DrawPathElement.newTextPElement()
          Create child element text:p.
 TextPElement DrawPolygonElement.newTextPElement()
          Create child element text:p.
 

Uses of TextPElement in org.odftoolkit.odfdom.dom.element.form
 

Methods in org.odftoolkit.odfdom.dom.element.form that return TextPElement
 TextPElement FormTextareaElement.newTextPElement()
          Create child element text:p.
 

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

Methods in org.odftoolkit.odfdom.dom.element.office that return TextPElement
 TextPElement OfficeTextElement.newTextPElement()
          Create child element text:p.
 TextPElement OfficeAnnotationElement.newTextPElement()
          Create child element text:p.
 TextPElement OfficeChangeInfoElement.newTextPElement()
          Create child element text:p.
 

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

Methods in org.odftoolkit.odfdom.dom.element.style that return TextPElement
 TextPElement StyleFooterElement.newTextPElement()
          Create child element text:p.
 TextPElement StyleRegionLeftElement.newTextPElement()
          Create child element text:p.
 TextPElement StyleHeaderElement.newTextPElement()
          Create child element text:p.
 TextPElement StyleRegionRightElement.newTextPElement()
          Create child element text:p.
 TextPElement StyleRegionCenterElement.newTextPElement()
          Create child element text:p.
 TextPElement StyleFooterLeftElement.newTextPElement()
          Create child element text:p.
 TextPElement StyleHeaderLeftElement.newTextPElement()
          Create child element text:p.
 

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

Methods in org.odftoolkit.odfdom.dom.element.table that return TextPElement
 TextPElement TableCoveredTableCellElement.newTextPElement()
          Create child element text:p.
 TextPElement TableErrorMessageElement.newTextPElement()
          Create child element text:p.
 TextPElement TableHelpMessageElement.newTextPElement()
          Create child element text:p.
 TextPElement TableChangeTrackTableCellElement.newTextPElement()
          Create child element text:p.
 TextPElement TableTableCellElement.newTextPElement()
          Create child element text:p.
 

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

Methods in org.odftoolkit.odfdom.dom.element.text that return TextPElement
 TextPElement TextDeletionElement.newTextPElement()
          Create child element text:p.
 TextPElement TextListItemElement.newTextPElement()
          Create child element text:p.
 TextPElement TextSectionElement.newTextPElement()
          Create child element text:p.
 TextPElement TextIndexTitleElement.newTextPElement()
          Create child element text:p.
 TextPElement TextNoteBodyElement.newTextPElement()
          Create child element text:p.
 TextPElement TextListHeaderElement.newTextPElement()
          Create child element text:p.
 TextPElement TextNumberedParagraphElement.newTextPElement()
          Create child element text:p.
 TextPElement TextIndexBodyElement.newTextPElement()
          Create child element text:p.
 

Uses of TextPElement in org.odftoolkit.odfdom.incubator.doc.text
 

Subclasses of TextPElement in org.odftoolkit.odfdom.incubator.doc.text
 class OdfTextParagraph
          Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.text.Paragraph in Simple API.
 

Methods in org.odftoolkit.odfdom.incubator.doc.text with parameters of type TextPElement
 void OdfTextExtractor.visit(TextPElement ele)
          Deprecated.  
 



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