Corporate

Inheritance: java.lang.Object, com.aspose.words.Contributor

public class Corporate extends Contributor

Represents a corporate (an organization) bibliography source contributor.

Constructors

ConstructorDescription
Corporate(String name)Initialize a new instance of the Corporate class.

Methods

MethodDescription
getName()Gets the name of an organization.
setName(String value)Sets the name of an organization.

Corporate(String name)

public Corporate(String name)

Initialize a new instance of the Corporate class.

Parameters:

ParameterTypeDescription
namejava.lang.StringThe name of an organization.

getName()

public String getName()

Gets the name of an organization.

Returns: java.lang.String - The name of an organization.

setName(String value)

public void setName(String value)

Sets the name of an organization.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe name of an organization.