Person constructor
Person(last, first, middle)
Initialize a new instance of the Person class.
Person(last: string, first: string, middle: string)
| Parameter | Type | Description |
|---|---|---|
| last | string | The last name. |
| first | string | The last name. |
| middle | string | The last name. |
See Also
- module Aspose.Words.Bibliography
- class Person