Class CTImage

java.lang.Object
org.docx4j.vml.CTImage
All Implemented Interfaces:
VmlAllCoreAttributes, VmlAllShapeAttributes, VmlShapeElements, Child

public class CTImage extends Object implements Child, VmlShapeElements, VmlAllCoreAttributes, VmlAllShapeAttributes

Java class for CT_Image complex type.

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

 <complexType name="CT_Image">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:schemas-microsoft-com:vml}EG_ShapeElements" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_AllCoreAttributes"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_ImageAttributes"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_AllShapeAttributes"/>
     </restriction>
   </complexContent>
 </complexType>