Class CTTextParagraph

java.lang.Object
org.docx4j.dml.CTTextParagraph
All Implemented Interfaces:
Child

public class CTTextParagraph
extends java.lang.Object
implements Child

Java class for CT_TextParagraph complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_TextParagraph">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextParagraphProperties" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_TextRun" maxOccurs="unbounded" minOccurs="0"/>
         <element name="endParaRPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextCharacterProperties" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>