compiler property

ContributorCollection.compiler property

Gets or sets the compiler of a source.

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

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

See Also