Class CTExternalLink

java.lang.Object
org.xlsx4j.sml.CTExternalLink
All Implemented Interfaces:
Child

public class CTExternalLink
extends java.lang.Object
implements Child

Java class for CT_ExternalLink complex type.

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

 <complexType name="CT_ExternalLink">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="externalBook" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExternalBook" minOccurs="0"/>
           <element name="ddeLink" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DdeLink" minOccurs="0"/>
           <element name="oleLink" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_OleLink" minOccurs="0"/>
         </choice>
         <element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>