gallery property

BuildingBlock.gallery property

Specifies the first-level categorization for the building block for the purposes of classification or user interface sorting.

@property
def gallery(self) -> aspose.words.buildingblocks.BuildingBlockGallery:
    ...

@gallery.setter
def gallery(self, value: aspose.words.buildingblocks.BuildingBlockGallery):
    ...

Remarks

Building blocks in Microsoft Word user interface are arranged into Galleries. Each BuildingBlock.gallery can have multiple Categories. Each block within a BuildingBlock.category has a BuildingBlock.name.

Corresponds to the docPartPr.category.gallery element in OOXML.

See Also