apoElt complexType

Defines an object placed using absolute positioning in HTML.

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/auxHint
Schema name Auxiliary XML Document 2003

Elements and Attributes

Child Elements

Element Description
width Represents the width of the absolute-positioning frame.
height Represents the height of the absolute-positioning frame.
jc Represents the justification of the absolute-positioning frame.
vertFromText Represents the top and bottom padding of the absolute-positioning frame, measured in twips.
horizFromText Represents the left and right padding of the absolute-positioning frame, measured in twips.

Attributes

None.

Definition

      
<xsd:complexType name="apoElt" >
  <xsd:sequence>
    <xsd:element name="width" type="twipsMeasureProperty" minOccurs="0">
    </xsd:element>
    <xsd:element name="height" type="twipsMeasureProperty" minOccurs="0">
    </xsd:element>
    <xsd:element name="jc" type="jcProperty" minOccurs="0">
    </xsd:element>
    <xsd:element name="vertFromText" type="twipsMeasureProperty" minOccurs="0">
    </xsd:element>
    <xsd:element name="horizFromText" type="twipsMeasureProperty" minOccurs="0">
    </xsd:element>
  </xsd:sequence>
</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