Share via


CompanyPhoneNumber Constructors

Definition

Overloads

CompanyPhoneNumber()

Initializes a new instance of the CompanyPhoneNumber class.

CompanyPhoneNumber(String)

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

CompanyPhoneNumber()

Initializes a new instance of the CompanyPhoneNumber class.

public CompanyPhoneNumber ();
Public Sub New ()

Applies to

CompanyPhoneNumber(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to