<xsd:complexType name="apoElt">
<xsd:annotation>
<xsd:documentation>Defines an object placed using absolute positioning in HTML.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="width" type="twipsMeasureProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the width of the absolute-positioning frame.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="height" type="twipsMeasureProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the height of the absolute-positioning frame.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="jc" type="jcProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the justification of the absolute-positioning frame.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="vertFromText" type="twipsMeasureProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the top and bottom padding of the absolute-positioning frame, measured in twips.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="horizFromText" type="twipsMeasureProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the left and right padding of the absolute-positioning frame, measured in twips.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|