PhoneticRun Constructors

Definition

Overloads

PhoneticRun()

Initializes a new instance of the PhoneticRun class.

PhoneticRun(OpenXmlElement[])

Initializes a new instance of the PhoneticRun class with the specified child elements.

PhoneticRun(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PhoneticRun class with the specified child elements.

PhoneticRun(String)

Initializes a new instance of the PhoneticRun class from outer XML.

PhoneticRun()

Initializes a new instance of the PhoneticRun class.

public PhoneticRun ();
Public Sub New ()

Applies to

PhoneticRun(OpenXmlElement[])

Initializes a new instance of the PhoneticRun class with the specified child elements.

public PhoneticRun (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.PhoneticRun : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.PhoneticRun
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PhoneticRun(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PhoneticRun class with the specified child elements.

public PhoneticRun (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.PhoneticRun : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.PhoneticRun
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PhoneticRun(String)

Initializes a new instance of the PhoneticRun class from outer XML.

public PhoneticRun (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.PhoneticRun : string -> DocumentFormat.OpenXml.Spreadsheet.PhoneticRun
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to