17.18.35 ST_HAnchor
This simple type specifies the horizontal position to which the parent object has been anchored in the document. This anchor position shall be used as the base location to determine the final horizontal position of the object in the document.
[Example: Consider a text frame which should be positioned one inch to the right of its column in a left-to-right document. This text frame would be specified using the following WordprocessingML:
<w:pPr>
<w:framePr … w:x="1440" w:hAnchor="margin" />
</w:pPr>
These frame horizontal anchor properties specify that they are relative to the anchor paragraph’s margin (the text margin excluding any indents). end example]
This simple type’s contents are a restriction of the W3C XML Schema string datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Specifies that the parent object shall be horizontally anchored to the text margins.
This shall be used to specify that any horizontal positioning values shall be calculated with respect to the location of the text margin.
Specifies that the parent object shall be horizontally anchored to the page edge.
This shall be used to specify that any horizontal positioning values shall be calculated with respect to the location of the edge of the page.
Enumeration Value
Description
Specifies that the parent object shall be horizontally anchored to the text extents.
This shall be used to specify that any horizontal positioning values shall be calculated with respect to the location of the edge of the text in the anchor paragraph (including text indentations on that paragraph within the text margins).
[Note: The W3C XML Schema definition of this simple type’s content model (ST_HAnchor) is located in A.1. end note]