Compartilhar via


PreSubSuper Construtores

Definição

Sobrecargas

PreSubSuper()

Inicializa uma nova instância da classe PreSubSuper.

PreSubSuper(OpenXmlElement[])

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

PreSubSuper(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe PreSubSuper com os elementos filho 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 filho 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 filho.

Aplica-se a

PreSubSuper(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe PreSubSuper com os elementos filho 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 filho.

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