Class CTCustomXmlRun

java.lang.Object
org.docx4j.wml.CTCustomXmlRun
All Implemented Interfaces:
ContentAccessor, CTCustomXmlElement, Child

public class CTCustomXmlRun extends Object implements CTCustomXmlElement, ContentAccessor

Java class for CT_CustomXmlRun complex type.

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

 <complexType name="CT_CustomXmlRun">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="customXmlPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_CustomXmlPr" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_PContent" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="uri" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
       <attribute name="element" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
     </restriction>
   </complexContent>
 </complexType>