Class CTWrap

java.lang.Object
org.docx4j.vml.wordprocessingDrawing.CTWrap
All Implemented Interfaces:
Child

public class CTWrap
extends java.lang.Object
implements Child

Java class for CT_Wrap complex type.

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

 <complexType name="CT_Wrap">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="type" type="{urn:schemas-microsoft-com:office:word}ST_WrapType" />
       <attribute name="side" type="{urn:schemas-microsoft-com:office:word}ST_WrapSide" />
       <attribute name="anchorx" type="{urn:schemas-microsoft-com:office:word}ST_HorizontalAnchor" />
       <attribute name="anchory" type="{urn:schemas-microsoft-com:office:word}ST_VerticalAnchor" />
     </restriction>
   </complexContent>
 </complexType>