director property

ContributorCollection.director property

Gets or sets the director of a source.

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

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

See Also