<ST_DocPartGallery> (Entry Gallery Types)

This simple type specifies possible settings for the predefined gallery into which a glossary document part shall be classified. This classification, although its enumeration values may be interpreted to imply semantics around the contents of the parent glossary document entry, shall only be used to classify and sort this entry (via an application or a user interface).

example:
<w:docPartPr>
  <w:category>
    <w:gallery w:val="coverPg" />
    <w:name w:val="Internal Memo Covers" />
  </w:category><w:docPartPr>

The <gallery> element with a value of coverPg specifies that the gallery categorization applied to the current entry, for the purposes of classification or user interface sorting, puts this entry into the Cover Pages classification. ]

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<any> (All Galleries)

Specifies that this glossary document entry shall be associated with all possible gallery classification values.

<autoTxt> (AutoText Gallery)

Specifies that this glossary document entry shall be associated with the AutoText gallery classification.

<bib> (Bibliography Gallery)

Specifies that this glossary document entry shall be associated with the Bibliography gallery classification.

<coverPg> (Cover Page Gallery)

Specifies that this glossary document entry shall be associated with the Cover Page gallery classification.

<custAutoTxt> (Custom AutoText Gallery)

Specifies that this glossary document entry shall be associated with the Custom AutoText gallery classification.

<custBib> (Custom Bibliography Gallery)

Specifies that this glossary document entry shall be associated with the Custom Bibliography gallery classification.

<custCoverPg> (Custom Cover Page Gallery)

Specifies that this glossary document entry shall be associated with the Custom Cover Page gallery classification.

<custEq> (Custom Equation Gallery)

Specifies that this glossary document entry shall be associated with the Custom Equation gallery classification.

<custFtrs> (Custom Footer Gallery)

Specifies that this glossary document entry shall be associated with the Custom Footer gallery classification.

<custHdrs> (Custom Header Gallery)

Specifies that this glossary document entry shall be associated with the Custom Header gallery classification.

<custom1> (Custom 1 Gallery)

Specifies that this glossary document entry shall be associated with the Custom 1 gallery classification.

<custom2> (Custom 2 Gallery)

Specifies that this glossary document entry shall be associated with the Custom 2 gallery classification.

<custom3> (Custom 3 Gallery)

Specifies that this glossary document entry shall be associated with the Custom 3 gallery classification.

<custom4> (Custom 4 Gallery)

Specifies that this glossary document entry shall be associated with the Custom 4 gallery classification.

<custom5> (Custom 5 Gallery)

Specifies that this glossary document entry shall be associated with the Custom 5 gallery classification.

<custPgNum> (Custom Page Number Gallery)

Specifies that this glossary document entry shall be associated with the Custom Page Number gallery classification.

<custPgNumB> (Custom Page Number At Bottom Gallery)

Specifies that this glossary document entry shall be associated with the Custom Page Number At Bottom gallery classification.

<custPgNumMargins> (Custom Page Number At Margins Gallery)

Specifies that this glossary document entry shall be associated with the Custom Page Number At Margins gallery classification.

<custPgNumT> (Custom Page Number At Top Gallery)

Specifies that this glossary document entry shall be associated with the Custom Page Number At Top gallery classification.

<custQuickParts> (Custom Quick Parts Gallery)

Specifies that this glossary document entry shall be associated with the Custom Quick Parts gallery classification.

<custTblOfContents> (Custom Table of Contents Gallery)

Specifies that this glossary document entry shall be associated with the Custom Table of Contents gallery classification.

<custTbls> (Custom Table Gallery)

Specifies that this glossary document entry shall be associated with the Custom Tables gallery classification.

<custTxtBox> (Custom Text Box Gallery)

Specifies that this glossary document entry shall be associated with the Custom Text Box gallery classification.

<custWatermarks> (Custom Watermark Gallery)

Specifies that this glossary document entry shall be associated with the Custom Watermark gallery classification.

<default> (No Gallery Classification)

Specifies that this glossary document entry shall not have a gallery classification.

<docParts> (Document Parts Gallery)

Specifies that this glossary document entry shall be associated with the Document Parts gallery classification.

<eq> (Equations Gallery)

Specifies that this glossary document entry shall be associated with the Equations gallery classification.

<ftrs> (Footers Gallery)

Specifies that this glossary document entry shall be associated with the Footers gallery classification.

<hdrs> (Headers Gallery)

Specifies that this glossary document entry shall be associated with the Headers gallery classification.

<pgNum> (Page Numbers Gallery)

Specifies that this glossary document entry shall be associated with the Page Numbers gallery classification.

<pgNumB> (Page Numbers At Bottom Gallery)

Specifies that this glossary document entry shall be associated with the Page Numbers At Bottom gallery classification.

<pgNumMargins> (Page Numbers At Margins Gallery)

Specifies that this glossary document entry shall be associated with the Page Numbers At Margins gallery classification.

<pgNumT> (Page Numbers At Top Gallery)

Specifies that this glossary document entry shall be associated with the Page Numbers At Top gallery classification.

<placeholder> (Structured Document Tag Placeholder Text Gallery)

Specifies that this glossary document entry shall be associated with the Structured Document Tag Placeholder Text gallery classification.

<tblOfContents> (Table of Contents Gallery)

Specifies that this glossary document entry shall be associated with the Table of Contents gallery classification.

<tbls> (Table Gallery)

Specifies that this glossary document entry shall be associated with the Tables gallery classification.

<txtBox> (Text Box Gallery)

Specifies that this glossary document entry shall be associated with the Text Box gallery classification.

<watermarks> (Watermark Gallery)

Specifies that this glossary document entry shall be associated with the Watermark gallery classification.

Referenced By

<gallery@val>2.12.9)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_DocPartGallery">
	<restriction base="xsd:string">
	<enumeration value="placeholder"/>
	<enumeration value="any"/>
	<enumeration value="default"/>
	<enumeration value="docParts"/>
	<enumeration value="coverPg"/>
	<enumeration value="eq"/>
	<enumeration value="ftrs"/>
	<enumeration value="hdrs"/>
	<enumeration value="pgNum"/>
	<enumeration value="tbls"/>
	<enumeration value="watermarks"/>
	<enumeration value="autoTxt"/>
	<enumeration value="txtBox"/>
	<enumeration value="pgNumT"/>
	<enumeration value="pgNumB"/>
	<enumeration value="pgNumMargins"/>
	<enumeration value="tblOfContents"/>
	<enumeration value="bib"/>
	<enumeration value="custQuickParts"/>
	<enumeration value="custCoverPg"/>
	<enumeration value="custEq"/>
	<enumeration value="custFtrs"/>
	<enumeration value="custHdrs"/>
	<enumeration value="custPgNum"/>
	<enumeration value="custTbls"/>
	<enumeration value="custWatermarks"/>
	<enumeration value="custAutoTxt"/>
	<enumeration value="custTxtBox"/>
	<enumeration value="custPgNumT"/>
	<enumeration value="custPgNumB"/>
	<enumeration value="custPgNumMargins"/>
	<enumeration value="custTblOfContents"/>
	<enumeration value="custBib"/>
	<enumeration value="custom1"/>
	<enumeration value="custom2"/>
	<enumeration value="custom3"/>
	<enumeration value="custom4"/>
	<enumeration value="custom5"/>
	</restriction>
</simpleType>