ProductionCompany Constructors

Definition

Overloads

ProductionCompany()

Initializes a new instance of the ProductionCompany class.

ProductionCompany(String)

Initializes a new instance of the ProductionCompany class with the specified text content.

ProductionCompany()

Initializes a new instance of the ProductionCompany class.

public ProductionCompany ();
Public Sub New ()

Applies to

ProductionCompany(String)

Initializes a new instance of the ProductionCompany class with the specified text content.

public ProductionCompany (string text);
new DocumentFormat.OpenXml.Bibliography.ProductionCompany : string -> DocumentFormat.OpenXml.Bibliography.ProductionCompany
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to