Compartilhar via


InsertedMathControl Construtores

Definição

Sobrecargas

InsertedMathControl()

Inicializa uma nova instância da classe InsertedMathControl.

InsertedMathControl(OpenXmlElement[])

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

InsertedMathControl(IEnumerable<OpenXmlElement>)

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

InsertedMathControl(String)

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

InsertedMathControl()

Inicializa uma nova instância da classe InsertedMathControl.

public InsertedMathControl ();
Public Sub New ()

Aplica-se a

InsertedMathControl(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

InsertedMathControl(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

InsertedMathControl(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a