producer property

ContributorCollection.producer property

Gets or sets the producer of a source.

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

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

See Also