artist property

ContributorCollection.artist property

Gets or sets the artist of a source.

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

@artist.setter
def artist(self, value: aspose.words.bibliography.Contributor):
    ...

See Also