17.3.1.32 snapToGrid
This element specifies whether the current paragraph should use the document grid lines per page settings defined in the docGrid element (17.6.5) when laying out the contents in the paragraph. This setting determines whether the additional line pitch specified in the document grid shall be added to each line in this paragraph as specified by the document grid.
If this element is omitted on a given paragraph, its value is determined by the setting previously set at any level of the style hierarchy (i.e. that previous setting remains unchanged). If this setting is never specified in the style hierarchy, then the paragraph shall use the document grid to lay out text when a document grid is defined for this document.
[Example: Consider two single-spaced paragraphs in a section with a document grid set to allow 15 lines per page. This document grid would effectively specifies that an additional line pitch of 45.6 points must be added to each line in order to ensure that the resulting page contains only 15 lines of text.
If this property is set on the first paragraph, but turned off on the second paragraph, as follows:
<w:p>
<w:pPr>
<w:snapToGrid w:val="off" />
</w:pPr>
…
</w:p>
<w:p>
…
</w:p>
The resulting document must have 45.6 points of additional line pitch added to each line in paragraph two, but zero lines of additional line pitch added to each line in paragraph one, since the snapToGrid property is turned off. end example]
This element’s content model is defined by the common boolean property definition in 17.17.4.