Source constructor
Source(tag, source_type)
Initialize a new instance of the Source class.
def __init__(self, tag: str, source_type: aspose.words.bibliography.SourceType):
...
Parameter | Type | Description |
---|---|---|
tag | str | The identifying tag name. |
source_type | SourceType | The source type. |
See Also
- module aspose.words.bibliography
- class Source