2.18.4.2 ST_SizeRelFromH

Target namespace: http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing

Referenced by: CT_SizeRelH

A simple type that specifies the base on which the relative width is calculated. Possible values are described in the following table.

Value

Meaning

margin

Relative to margins of the current page.

page

Relative to edges of the current page.

leftMargin

Relative to the left margin of the current page.

rightMargin

Relative to the right margin of the current page.

insideMargin

Relative to the inside margin of the current page.

outsideMargin

Relative to the outside margin of the current page.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_SizeRelFromH">
   <xsd:restriction base="xsd:token">
     <xsd:enumeration value="margin"/>
     <xsd:enumeration value="page"/>
     <xsd:enumeration value="leftMargin"/>
     <xsd:enumeration value="rightMargin"/>
     <xsd:enumeration value="insideMargin"/>
     <xsd:enumeration value="outsideMargin"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.11 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).