Class CTSmartTagRun

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

public class CTSmartTagRun extends Object implements Child, ContentAccessor

Java class for CT_SmartTagRun complex type.

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

 <complexType name="CT_SmartTagRun">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="smartTagPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_SmartTagPr" 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>
 
  • Field Details

  • Constructor Details

    • CTSmartTagRun

      public CTSmartTagRun()
  • Method Details