BuildingBlock constructor
BuildingBlock(glossaryDoc)
Initializes a new instance of this class.
BuildingBlock(glossaryDoc: Aspose.Words.BuildingBlocks.GlossaryDocument)
Parameter | Type | Description |
---|---|---|
glossaryDoc | 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.parentNode is null
.
To append BuildingBlock to a GlossaryDocument use CompositeNode.appendChild().
See Also
- module Aspose.Words
- class BuildingBlock