Class CTAbsSizeAnchor

java.lang.Object
org.docx4j.dml.chartDrawing.CTAbsSizeAnchor
All Implemented Interfaces:
Child

public class CTAbsSizeAnchor
extends java.lang.Object
implements Child

Java class for CT_AbsSizeAnchor complex type.

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

 <complexType name="CT_AbsSizeAnchor">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="from" type="{http://schemas.openxmlformats.org/drawingml/2006/chartDrawing}CT_Marker"/>
         <element name="ext" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_PositiveSize2D"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/chartDrawing}EG_ObjectChoices"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>