Aspose::Words::BuildingBlocks::BuildingBlockGallery enum

BuildingBlockGallery enum

Specifies the predefined gallery into which a building block is classified.

enum class BuildingBlockGallery

Values

NameValueDescription
All0Specifies that this glossary document entry shall be associated with all possible gallery classification values.
AutoText1
Bibliography2
CoverPage3
CustomAutoText4
CustomBibliography5
CustomCoverPage6
CustomEquations7
CustomFooters8
CustomHeaders9
Custom110
Custom211
Custom312
Custom413
Custom514
CustomPageNumber15
CustomPageNumberAtBottom16
CustomPageNumberAtMargin17
CustomPageNumberAtTop18
CustomQuickParts19
CustomTableOfContents20
CustomTables21
CustomTextBox22
CustomWatermarks23
NoGallery24
QuickParts25
Equations26
Footers27
Headers28
PageNumber29
PageNumberAtBottom30
PageNumberAtMargin31
PageNumberAtTop32
StructuredDocumentTagPlaceholderText33
TableOfContents34
Tables35
TextBox36
Watermarks37
Defaultn/aSame as All.

Remarks

Corresponds to the ST_DocPartGallery type in OOXML.

See Also