translator property

ContributorCollection.translator property

Gets or sets the translator of a source.

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

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

See Also