17.12.7 docPartPr

This element specifies the set of properties which shall be applied to the parent glossary document entry. These properties define its name, categorization, and behaviors.

[Example: Consider the WordprocessingML fragment for a glossary document entry containing a single run, defined as follows:

<w:docPart>
  <w:docPartPr>
    <w:name w:val="Sample Entry" />
  </w:docPartPr>
</w:docPart>

The docPartPr element specifies the set of properties which have been specified for the parent glossary document entry, the only one visible above being the entry’s name of Sample Entry. end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_DocPartPr) is located in A.1. end note]

Last updated on