editor property

ContributorCollection.editor property

Gets or sets the editor of a source.

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

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

See Also