get_style method
get_style(style_file_name)
Returns bibliography style.
def get_style(self, style_file_name: str):
...
Parameter | Type | Description |
---|---|---|
style_file_name | str | The bibliography style file name. |
Remarks
The implementation should return None
to indicate that
the MS Word version of specified style should be used.
Returns
The io.BytesIO with bibliography style XSLT stylesheet.
See Also
- module aspose.words.fields
- class IBibliographyStylesProvider