ContributorCollection
Overview
ContributorCollection is a class in Aspose.Words FOSS for .NET.
Inherits from: IEnumerable<Contributor>.
Represents bibliography source contributors.
This class provides 1 method for working with ContributorCollection objects in .NET programs.
Available methods include: GetEnumerator.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Artist, Author, BookAuthor, Compiler, Composer, Conductor, and 10 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Artist | Contributor | Read/Write | Gets or sets the artist of a source. |
Author | Contributor | Read/Write | Gets or sets the author of a source. |
BookAuthor | Contributor | Read/Write | Gets or sets the book author of a source. |
Compiler | Contributor | Read/Write | Gets or sets the compiler of a source. |
Composer | Contributor | Read/Write | Gets or sets the composer of a source. |
Conductor | Contributor | Read/Write | Gets or sets the conductor of a source. |
Counsel | Contributor | Read/Write | Gets or sets the counsel of a source. |
Director | Contributor | Read/Write | Gets or sets the director of a source. |
Editor | Contributor | Read/Write | Gets or sets the editor of a source. |
Interviewee | Contributor | Read/Write | Gets or sets the interviewee of a source. |
Interviewer | Contributor | Read/Write | Gets or sets the interviewer of a source. |
Inventor | Contributor | Read/Write | Gets or sets the inventor of a source. |
Performer | Contributor | Read/Write | Gets or sets the performer of a source. |
Producer | Contributor | Read/Write | Gets or sets the producer of a source. |
Translator | Contributor | Read/Write | Gets or sets the translator of a source. |
Writer | Contributor | Read/Write | Gets or sets the writer of a source. |
Methods
| Signature | Description |
|---|---|
GetEnumerator() → IEnumerator<Contributor> | Returns the enumerator. |