Class CTSdtContentRun

java.lang.Object
org.docx4j.wml.SdtContent
org.docx4j.wml.CTSdtContentRun
All Implemented Interfaces:
ContentAccessor, Child

public class CTSdtContentRun extends SdtContent implements Child

Java class for CT_SdtContentRun complex type.

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

 <complexType name="CT_SdtContentRun">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_PContent" maxOccurs="unbounded" minOccurs="0"/>
     </restriction>
   </complexContent>
 </complexType>