BuildingBlock constructor
BuildingBlock(glossary_doc)
Initializes a new instance of this class.
def __init__(self, glossary_doc: aspose.words.buildingblocks.GlossaryDocument):
...
| Parameter | Type | Description |
|---|---|---|
| glossary_doc | GlossaryDocument | The owner document. |
Remarks
When BuildingBlock is created, it belongs to the specified glossary document,
but is not yet part of the glossary document and Node.parent_node is None.
To append BuildingBlock to a GlossaryDocument use CompositeNode.append_child().
See Also
- module aspose.words.buildingblocks
- class BuildingBlock