Class CTTwoCellAnchor

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

public class CTTwoCellAnchor
extends java.lang.Object
implements Child

Java class for CT_TwoCellAnchor complex type.

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

 <complexType name="CT_TwoCellAnchor">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="from" type="{http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing}CT_Marker"/>
         <element name="to" type="{http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing}CT_Marker"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing}EG_ObjectChoices"/>
         <element name="clientData" type="{http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing}CT_AnchorClientData"/>
       </sequence>
       <attribute name="editAs" type="{http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing}ST_EditAs" default="twoCell" />
     </restriction>
   </complexContent>
 </complexType>