17.5.2.39 showingPlcHdr

This element specifies whether the content of the sdtContent element (17.5.2.34; 17.5.2.33; 17.5.2.35; 17.5.2.36) for the nearest ancestor structured document tag shall be interpreted to contain placeholder text for this structured document tag (as opposed to regular text contents within the structured document tag). If this element is present and set to true, this state shall be resumed (showing placeholder text) upon opening this document.

If this element is omitted, then the structured document tag shall not be interpreted to be showing placeholder text when the document is displayed.

[Example: Consider the following structured document tag:

<w:sdt>
  <w:sdtPr>
    <w:showingPlcHdr/>
    <w:richText/>
  </w:sdtPr>
  <w:sdtContent>
    <w:r>
      <w:t>[Type your name here]</w:t>
    </w:r>
  </w:sdtContent>
</w:sdt>

This structured document tag has run contents which read [Type your name here], which would typically be interpreted as the current contents of the structured document tag. However, since the showingPlcHdr element has been specified in the structured document tag’s properties, this content must instead be interpreted as the placeholder text for the structured document tag. end example]

This element’s content model is defined by the common boolean property definition in 17.17.4.

Last updated on