[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

marH (Top and Bottom Margin for Frame)

This element specifies the top and bottom margin height for a single frame in a frameset document, as follows:

This height is expressed in pixels.

If this element is omitted, then no top or bottom margin shall be used for this frame.

[Example: Consider a document that has a frame, where the margin height has been specified and is represented as the following WordprocessingML:

<w:frame>

<w:marH w:val="594"/>

</w:frame>

The marH element has a val attribute value of 594, which specifies that this frame has a top and bottom margin value of 594 pixels, resulting in 594 pixels of space between the content and the top and bottom margins of the frame. end example]

Parent Elements

frame2.15.2.16)

 

Attributes

Description

val (Measurement in Pixels)

Specifies a value whose contents shall contain a positive whole number, whose contents consist of a positive measurement in pixels.

 

The contents of this measurement shall be interpreted based on the context of the parent XML element.

 

[Example: Consider an attribute value of 960 whose type is ST_PixelsMeasure. This attribute value specifies a value of 960 pixels. end example]

 

The possible values for this attribute are defined by the ST_PixelsMeasure simple type2.18.74).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_PixelsMeasure">

   <attribute name="val" type="ST_PixelsMeasure" use="required"/>

</complexType>