glossaryDocument property

Document.glossaryDocument property

Gets or sets the glossary document within this document or template. A glossary document is a storage for AutoText, AutoCorrect and Building Block entries defined in a document.

get glossaryDocument(): Aspose.Words.BuildingBlocks.GlossaryDocument

Remarks

This property returns null if the document does not have a glossary document.

You can add a glossary document to a document by creating a GlossaryDocument object and assigning to this property.

See Also