PreSubSuper Construtores

Definição

Sobrecargas

Nome Description
PreSubSuper()

Inicializa uma nova instância da classe PreSubSuper.

PreSubSuper(OpenXmlElement[])

Inicializa uma nova instância da classe PreSubSuper com os elementos subordinados especificados.

PreSubSuper(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe PreSubSuper com os elementos subordinados especificados.

PreSubSuper(String)

Inicializa uma nova instância da classe PreSubSuper do XML externo.

PreSubSuper()

Inicializa uma nova instância da classe PreSubSuper.

public PreSubSuper();
Public Sub New ()

Aplica-se a

PreSubSuper(OpenXmlElement[])

Inicializa uma nova instância da classe PreSubSuper com os elementos subordinados especificados.

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos subordinados.

Aplica-se a

PreSubSuper(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe PreSubSuper com os elementos subordinados especificados.

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos subordinados.

Aplica-se a

PreSubSuper(String)

Inicializa uma nova instância da classe PreSubSuper do XML externo.

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento .

Aplica-se a