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


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

Определение

Перегрузки

PreviousSectionProperties()

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

PreviousSectionProperties(OpenXmlElement[])

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

PreviousSectionProperties(IEnumerable<OpenXmlElement>)

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

PreviousSectionProperties(String)

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

PreviousSectionProperties()

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

public PreviousSectionProperties ();
Public Sub New ()

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

PreviousSectionProperties(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

PreviousSectionProperties(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

PreviousSectionProperties(String)

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

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

Параметры

outerXml
String

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

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