glossary_document property
Document.glossary_document 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.
@property
def glossary_document(self) -> aspose.words.buildingblocks.GlossaryDocument:
...
@glossary_document.setter
def glossary_document(self, value: aspose.words.buildingblocks.GlossaryDocument):
...
Remarks
This property returns None
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
- module aspose.words
- class Document
- class GlossaryDocument