bibliography_style property

Bibliography.bibliography_style property

Gets or sets a string that represents the name of the active style to use for a bibliography.

@property
def bibliography_style(self) -> str:
    ...

@bibliography_style.setter
def bibliography_style(self, value: str):
    ...

See Also