Compartilhar via


LnRefStyleMatrixReference Construtores

Definição

Sobrecargas

LnRefStyleMatrixReference()

Inicializa uma nova instância da classe LnRefStyleMatrixReference.

LnRefStyleMatrixReference(OpenXmlElement[])

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

LnRefStyleMatrixReference(IEnumerable<OpenXmlElement>)

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

LnRefStyleMatrixReference(String)

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

LnRefStyleMatrixReference()

Inicializa uma nova instância da classe LnRefStyleMatrixReference.

public LnRefStyleMatrixReference ();
Public Sub New ()

Aplica-se a

LnRefStyleMatrixReference(OpenXmlElement[])

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

public LnRefStyleMatrixReference (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference
Public Sub New (ParamArray childElements As OpenXmlElement())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

LnRefStyleMatrixReference(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

LnRefStyleMatrixReference(String)

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

public LnRefStyleMatrixReference (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a