Compartilhar via


ConnectionShape Construtores

Definição

Sobrecargas

ConnectionShape()

Inicializa uma nova instância da classe ConnectionShape.

ConnectionShape(OpenXmlElement[])

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

ConnectionShape(IEnumerable<OpenXmlElement>)

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

ConnectionShape(String)

Inicializa uma nova instância da classe ConnectionShape do 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 filho especificados.

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

ConnectionShape(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

ConnectionShape(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a