Поделиться через


ConnectionShape Конструкторы

Определение

Перегрузки

ConnectionShape()

Инициализирует новый экземпляр класса ConnectionShape.

ConnectionShape(OpenXmlElement[])

Инициализирует новый экземпляр класса ConnectionShape указанными дочерними элементами.

ConnectionShape(IEnumerable<OpenXmlElement>)

Инициализирует новый экземпляр класса ConnectionShape указанными дочерними элементами.

ConnectionShape(String)

Инициализирует новый экземпляр класса ConnectionShape из внешнего XML-кода.

ConnectionShape()

Инициализирует новый экземпляр класса ConnectionShape.

public ConnectionShape ();
Public Sub New ()

Применяется к

ConnectionShape(OpenXmlElement[])

Инициализирует новый экземпляр класса ConnectionShape указанными дочерними элементами.

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())

Параметры

childElements
OpenXmlElement[]

Указывает дочерние элементы.

Применяется к

ConnectionShape(IEnumerable<OpenXmlElement>)

Инициализирует новый экземпляр класса ConnectionShape указанными дочерними элементами.

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))

Параметры

childElements
IEnumerable<OpenXmlElement>

Указывает дочерние элементы.

Применяется к

ConnectionShape(String)

Инициализирует новый экземпляр класса ConnectionShape из внешнего XML-кода.

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

Параметры

outerXml
String

Задает внешний XML-код элемента.

Применяется к