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


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

Определение

Перегрузки

LinePropertiesExtension()

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

LinePropertiesExtension(OpenXmlElement[])

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

LinePropertiesExtension(IEnumerable<OpenXmlElement>)

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

LinePropertiesExtension(String)

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

LinePropertiesExtension()

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

public LinePropertiesExtension ();
Public Sub New ()

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

LinePropertiesExtension(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

LinePropertiesExtension(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

LinePropertiesExtension(String)

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

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

Параметры

outerXml
String

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

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