PersonCollection class
PersonCollection class
Represents a list of persons who are bibliography source contributors.
Inheritance: PersonCollection → Contributor
Constructors
| Name | Description |
|---|---|
| PersonCollection() | Initialize a new instance of the PersonCollection class. |
| PersonCollection(persons) | |
| PersonCollection(persons) | Initialize a new instance of the PersonCollection class. |
Properties
| Name | Description |
|---|---|
| count | Gets the number of persons contained in the collection. |
| this[] |
Methods
| Name | Description |
|---|---|
| add(person) | Adds a Person to the collection. |
| asCorporate() | Casts contributor to Corporate, otherwise returns null. (Inherited from Contributor) |
| asPersonCollection() | Casts contributor to PersonCollection, otherwise returns null. (Inherited from Contributor) |
| clear() | Removes all items from the collection. |
| contains(person) | Determines whether the collection contains a specific person. |
| remove(person) | Removes the person from the collection. |
| removeAt(index) | Removes the person at the specified index. |
See Also
- module Aspose.Words.Bibliography
- class Contributor