Corporate Constructors

Definition

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.

Applies to