Aspose::Words::BuildingBlocks::BuildingBlockGallery enum
Contents
[
Hide
]BuildingBlockGallery enum
Specifies the predefined gallery into which a building block is classified.
enum class BuildingBlockGallery
Values
| Name | Value | Description |
|---|---|---|
| All | 0 | Specifies that this glossary document entry shall be associated with all possible gallery classification values. |
| AutoText | 1 | |
| Bibliography | 2 | |
| CoverPage | 3 | |
| CustomAutoText | 4 | |
| CustomBibliography | 5 | |
| CustomCoverPage | 6 | |
| CustomEquations | 7 | |
| CustomFooters | 8 | |
| CustomHeaders | 9 | |
| Custom1 | 10 | |
| Custom2 | 11 | |
| Custom3 | 12 | |
| Custom4 | 13 | |
| Custom5 | 14 | |
| CustomPageNumber | 15 | |
| CustomPageNumberAtBottom | 16 | |
| CustomPageNumberAtMargin | 17 | |
| CustomPageNumberAtTop | 18 | |
| CustomQuickParts | 19 | |
| CustomTableOfContents | 20 | |
| CustomTables | 21 | |
| CustomTextBox | 22 | |
| CustomWatermarks | 23 | |
| NoGallery | 24 | |
| QuickParts | 25 | |
| Equations | 26 | |
| Footers | 27 | |
| Headers | 28 | |
| PageNumber | 29 | |
| PageNumberAtBottom | 30 | |
| PageNumberAtMargin | 31 | |
| PageNumberAtTop | 32 | |
| StructuredDocumentTagPlaceholderText | 33 | |
| TableOfContents | 34 | |
| Tables | 35 | |
| TextBox | 36 | |
| Watermarks | 37 | |
| Default | n/a | Same as All. |
Remarks
Corresponds to the ST_DocPartGallery type in OOXML.
See Also
- Namespace Aspose::Words::BuildingBlocks
- Library Aspose.Words for C++