ProductionCompany Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.