Defines the contents of the wrap element.
Namespace | urn:schemas-microsoft-com:office:word |
Schema name | Auxiliary XML Document 2002 |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
type | wrapTypeElt | optional | Gets or sets the type of wrapping. |
|
side | wrapSideElt | optional | Gets or sets the side that text can wrap around. |
|
anchorx | wrapAnchorxElt | optional | Gets of sets the type of horizontal (x) anchor. |
|
anchory | wrapAnchoryElt | optional | Gets of sets the type of vertical (y) anchor. |
|
<xsd:complexType name="wrapElt" >
<xsd:sequence />
<xsd:attribute name="type" type="wrapTypeElt" use="optional"></xsd:attribute>
<xsd:attribute name="side" type="wrapSideElt" use="optional"></xsd:attribute>
<xsd:attribute name="anchorx" type="wrapAnchorxElt" use="optional"></xsd:attribute>
<xsd:attribute name="anchory" type="wrapAnchoryElt" use="optional"></xsd:attribute>
</xsd:complexType>