17.15.1.63 printPostScriptOverText
This element specifies that the PostScript codes specified in WordprocessingML documents containing PRINT fields shall be included in foreground (on the same Z-order as text) with the data printed in the contents of a given WordprocessingML document.
[Note: This setting is maintained to ensure compatibility of legacy word processing documents. The PRINT field should not be used in lieu of newer technologies in ISO/IEC 29500. end note]
If this element is omitted, then the contents of PRINT fields shall be printed behind text (i.e. in the background).
[Example: Consider a WordprocessingML document containing PRINT fields whose PostScript code must be printed in the foreground of the WordprocessingML document. This requirement is specified using the following WordprocessingML in the document settings:
<w:printPostScriptOverText w:val="true"/>
The printPostScriptOverText element’s val attribute is equal to true specifying that the PostScript codes must be treated as results for the main text level of the document (i.e. not behind that text). end example]
This element’s content model is defined by the common boolean property definition in 17.17.4.