Corporate 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
Corporate() |
Initializes a new instance of the Corporate class. |
Corporate(String) |
Initializes a new instance of the Corporate class with the specified text content. |
Corporate()
Initializes a new instance of the Corporate class.
public Corporate ();
Public Sub New ()
Applies to
Corporate(String)
Initializes a new instance of the Corporate class with the specified text content.
public Corporate (string text);
new DocumentFormat.OpenXml.Bibliography.Corporate : string -> DocumentFormat.OpenXml.Bibliography.Corporate
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.