writer property

ContributorCollection.writer property

Gets or sets the writer of a source.

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

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

See Also