wrapElt complexType

Defines the contents of the wrap element.

Type Information

Namespace urn:schemas-microsoft-com:office:word
Schema name Auxiliary XML Document 2002

Elements and Attributes

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
type wrapTypeElt optional Gets or sets the type of wrapping.
  • topandbottom
  • square
  • none
  • tight
  • through
side wrapSideElt optional Gets or sets the side that text can wrap around.
  • both
  • left
  • right
  • largest
anchorx wrapAnchorxElt optional Gets of sets the type of horizontal (x) anchor.
  • margin
  • page
  • text
  • char
anchory wrapAnchoryElt optional Gets of sets the type of vertical (y) anchor.
  • margin
  • page
  • text
  • line

Definition

      
<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>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp