BuildingBlock constructor

BuildingBlock(glossaryDoc)

Initializes a new instance of this class.

BuildingBlock(glossaryDoc: Aspose.Words.BuildingBlocks.GlossaryDocument)
ParameterTypeDescription
glossaryDocGlossaryDocumentThe 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