Accent Constructors

Definition

Overloads

Accent()

Initializes a new instance of the Accent class.

Accent(OpenXmlElement[])

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

Accent(IEnumerable<OpenXmlElement>)

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

Accent(String)

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

Accent()

Initializes a new instance of the Accent class.

public Accent ();
Public Sub New ()

Applies to

Accent(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Accent(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Accent(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to