first_building_block property

GlossaryDocument.first_building_block property

Gets the first building block in the glossary document.

@property
def first_building_block(self) -> aspose.words.buildingblocks.BuildingBlock:
    ...

Remarks

Returns None if there are no building blocks available.

See Also