ConnectionShape Construtores

Definição

Sobrecargas

Nome Description
ConnectionShape()

Inicializa uma nova instância da classe ConnectionShape.

ConnectionShape(OpenXmlElement[])

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

ConnectionShape(IEnumerable<OpenXmlElement>)

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

ConnectionShape(String)

Inicializa uma nova instância da classe ConnectionShape a partir de XML externo.

ConnectionShape()

Inicializa uma nova instância da classe ConnectionShape.

public ConnectionShape();
Public Sub New ()

Aplica-se a

ConnectionShape(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos subordinados.

Aplica-se a

ConnectionShape(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos subordinados.

Aplica-se a

ConnectionShape(String)

Inicializa uma nova instância da classe ConnectionShape a partir de XML externo.

public ConnectionShape(string outerXml);
new DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape : string -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento .

Aplica-se a