Share via


CompanyAddress Constructors

Definition

Overloads

CompanyAddress()

Initializes a new instance of the CompanyAddress class.

CompanyAddress(String)

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

CompanyAddress()

Initializes a new instance of the CompanyAddress class.

public CompanyAddress ();
Public Sub New ()

Applies to

CompanyAddress(String)

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

public CompanyAddress (string text);
new DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress : string -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to