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):
    ...
ParameterTypeDescription
tagstrThe identifying tag name.
source_typeSourceTypeThe source type.

See Also