bibliography property

Document.bibliography property

Gets the Document.bibliography object that represents the list of sources available in the document.

@property
def bibliography(self) -> aspose.words.bibliography.Bibliography:
    ...

See Also