<displayHorizontalDrawingGridEvery>
(Distance between Horizontal Gridlines)
<drawingGridHorizontalSpacing>
element (§2.15.1.44) which shall be allowed between subsequent visible horizontal drawing grid lines in this document, if gridlines are being shown. If this element is omitted, then gridlines shall be displayed for each horizontal grid unit.
If the gridlines in this document shall only be displayed for every 4th horizontal drawing gridline, that requirement would be specified using the following WordprocessingML in the document settings:
<w:displayHorizontalDrawingGridEvery w:val="4" />
The resulting grid would look like the following:
The <displayHorizontalDrawingGridEvery>
element has its @val
attribute equal to 4
, therefore every fourth gridline is displayed in the document when the drawing grid is turned on. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies that the contents of this attribute will contain a decimal number. The contents of this decimal number are interpreted based on the context of the parent XML element. <w:… w:val="1512645511" /> The value of the The possible values for this attribute are defined by the ST_DecimalNumber simple type (§2.18.16). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DecimalNumber">
<attribute name="val" type="ST_DecimalNumber" use="required"/>
</complexType>