book_author property

ContributorCollection.book_author property

Gets or sets the book author of a source.

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

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

See Also