inventor property

ContributorCollection.inventor property

Gets or sets the inventor of a source.

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

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

See Also