17.3.2.44 webHidden
This element specifies whether the contents of this run shall be hidden from display at display time in a document when the document is being displayed in a web page view (17.18.102). [Note: The setting should affect the normal display of text in a web page view, but an application can have settings to force hidden text to be displayed. end note]
If this element is not present, the default value is to leave the formatting applied at previous level in the style hierarchy .If this element is never applied in the style hierarchy, this text shall not be hidden when displayed in a document in a web page view.
[Example: Consider a run of text which must have the hidden text property turned on for the contents of the run. This constraint is specified using the following WordprocessingML:
<w:rPr>
<w:webHidden />
</w:rPr>
end example]
This element’s content model is defined by the common boolean property definition in 17.17.4.