
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| anchorx | ST_HorizontalAnchor | optional | ||||
| anchory | ST_VerticalAnchor | optional | ||||
| side | ST_WrapSide | optional | ||||
| type | ST_WrapType | optional |
| Element | wrap |
<xsd:complexType name="CT_Wrap"> <xsd:attribute name="type" type="ST_WrapType" use="optional"/> <xsd:attribute name="side" type="ST_WrapSide" use="optional"/> <xsd:attribute name="anchorx" type="ST_HorizontalAnchor" use="optional"/> <xsd:attribute name="anchory" type="ST_VerticalAnchor" use="optional"/> </xsd:complexType> |