<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).
<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 |
---|---|
|
Specifies that this glossary document entry shall be associated with all possible gallery classification values. |
|
Specifies that this glossary document entry shall be associated with the AutoText gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Bibliography gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Cover Page gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom AutoText gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom Bibliography gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom Cover Page gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom Equation gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom Footer gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom Header gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom 1 gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom 2 gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom 3 gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom 4 gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom 5 gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom Page Number gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom Page Number At Bottom gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom Page Number At Margins gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom Page Number At Top gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom Quick Parts gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom Table of Contents gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom Tables gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom Text Box gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Custom Watermark gallery classification. |
|
Specifies that this glossary document entry shall not have a gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Document Parts gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Equations gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Footers gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Headers gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Page Numbers gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Page Numbers At Bottom gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Page Numbers At Margins gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Page Numbers At Top gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Structured Document Tag Placeholder Text gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Table of Contents gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Tables gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Text Box gallery classification. |
|
Specifies that this glossary document entry shall be associated with the Watermark gallery classification. |
Referenced By |
---|
|
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>