DocPartGalleryValues Enumeration
Defines the DocPartGalleryValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Enumeration DocPartGalleryValues
'Uso
Dim instance As DocPartGalleryValues
public enum DocPartGalleryValues
Members
Member name | Description | |
---|---|---|
Placeholder | Structured Document Tag Placeholder Text Gallery. When the item is serialized out as xml, its value is "placeholder". | |
Any | All Galleries. When the item is serialized out as xml, its value is "any". | |
Default | No Gallery Classification. When the item is serialized out as xml, its value is "default". | |
DocumentPart | Document Parts Gallery. When the item is serialized out as xml, its value is "docParts". | |
CoverPage | Cover Page Gallery. When the item is serialized out as xml, its value is "coverPg". | |
Equation | Equations Gallery. When the item is serialized out as xml, its value is "eq". | |
Footer | Footers Gallery. When the item is serialized out as xml, its value is "ftrs". | |
Header | Headers Gallery. When the item is serialized out as xml, its value is "hdrs". | |
PageNumber | Page Numbers Gallery. When the item is serialized out as xml, its value is "pgNum". | |
Table | Table Gallery. When the item is serialized out as xml, its value is "tbls". | |
WaterMark | Watermark Gallery. When the item is serialized out as xml, its value is "watermarks". | |
AutoText | AutoText Gallery. When the item is serialized out as xml, its value is "autoTxt". | |
TextBox | Text Box Gallery. When the item is serialized out as xml, its value is "txtBox". | |
PageNumberTop | Page Numbers At Top Gallery. When the item is serialized out as xml, its value is "pgNumT". | |
PageNumberBottom | Page Numbers At Bottom Gallery. When the item is serialized out as xml, its value is "pgNumB". | |
PageNumberMargins | Page Numbers At Margins Gallery. When the item is serialized out as xml, its value is "pgNumMargins". | |
TableOfContents | Table of Contents Gallery. When the item is serialized out as xml, its value is "tblOfContents". | |
Bibliography | Bibliography Gallery. When the item is serialized out as xml, its value is "bib". | |
CustomQuickParts | Custom Quick Parts Gallery. When the item is serialized out as xml, its value is "custQuickParts". | |
CustomCoverPage | Custom Cover Page Gallery. When the item is serialized out as xml, its value is "custCoverPg". | |
CustomEquation | Custom Equation Gallery. When the item is serialized out as xml, its value is "custEq". | |
CustomFooter | Custom Footer Gallery. When the item is serialized out as xml, its value is "custFtrs". | |
CustomHeaders | Custom Header Gallery. When the item is serialized out as xml, its value is "custHdrs". | |
CustomPageNumber | Custom Page Number Gallery. When the item is serialized out as xml, its value is "custPgNum". | |
CustomTable | Custom Table Gallery. When the item is serialized out as xml, its value is "custTbls". | |
CustomWatermark | Custom Watermark Gallery. When the item is serialized out as xml, its value is "custWatermarks". | |
CustomAutoText | Custom AutoText Gallery. When the item is serialized out as xml, its value is "custAutoTxt". | |
CustomTextBox | Custom Text Box Gallery. When the item is serialized out as xml, its value is "custTxtBox". | |
CustomPageNumberTop | Custom Page Number At Top Gallery. When the item is serialized out as xml, its value is "custPgNumT". | |
CustomPageNumberBottom | Custom Page Number At Bottom Gallery. When the item is serialized out as xml, its value is "custPgNumB". | |
CustomPageNumberMargin | Custom Page Number At Margins Gallery. When the item is serialized out as xml, its value is "custPgNumMargins". | |
CustomTableOfContents | Custom Table of Contents Gallery. When the item is serialized out as xml, its value is "custTblOfContents". | |
CustomBibliography | Custom Bibliography Gallery. When the item is serialized out as xml, its value is "custBib". | |
Custom1 | Custom 1 Gallery. When the item is serialized out as xml, its value is "custom1". | |
Custom2 | Custom 2 Gallery. When the item is serialized out as xml, its value is "custom2". | |
Custom3 | Custom 3 Gallery. When the item is serialized out as xml, its value is "custom3". | |
Custom4 | Custom 4 Gallery. When the item is serialized out as xml, its value is "custom4". | |
Custom5 | Custom 5 Gallery. When the item is serialized out as xml, its value is "custom5". |