Corporate constructor
Corporate(name)
Initialize a new instance of the Corporate class.
def __init__(self, name: str):
...
Parameter | Type | Description |
---|---|---|
name | str | The name of an organization. |
See Also
- module aspose.words.bibliography
- class Corporate