Defines an object placed using absolute positioning in HTML.
| Namespace | http://schemas.microsoft.com/office/word/2003/auxHint | 
| Schema name | Auxiliary XML Document 2003 | 
| 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. | 
None.
      
<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>