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


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

Определение

Перегрузки

SectionList()

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

SectionList(OpenXmlElement[])

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

SectionList(IEnumerable<OpenXmlElement>)

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

SectionList(String)

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

SectionList()

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

public SectionList ();
Public Sub New ()

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

SectionList(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

SectionList(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

SectionList(String)

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

public SectionList (string outerXml);
new DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList : string -> DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList
Public Sub New (outerXml As String)

Параметры

outerXml
String

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

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