CompanyPhoneNumber 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
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.