Corporate class
Corporate class
Represents a corporate (an organization) bibliography source contributor.
Inheritance: Corporate → Contributor
Constructors
Name | Description |
---|---|
Corporate(name) | Initialize a new instance of the Corporate class. |
Properties
Name | Description |
---|---|
name | Gets or sets the name of an organization. |
Methods
Name | Description |
---|---|
asCorporate() | Casts contributor to Corporate, otherwise returns null. (Inherited from Contributor) |
asPersonCollection() | Casts contributor to PersonCollection, otherwise returns null. (Inherited from Contributor) |
See Also
- module Aspose.Words.Bibliography
- class Contributor