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


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

Определение

Перегрузки

PreviousTableRowProperties()

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

PreviousTableRowProperties(OpenXmlElement[])

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

PreviousTableRowProperties(IEnumerable<OpenXmlElement>)

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

PreviousTableRowProperties(String)

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

PreviousTableRowProperties()

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

public PreviousTableRowProperties ();
Public Sub New ()

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

PreviousTableRowProperties(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

PreviousTableRowProperties(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

PreviousTableRowProperties(String)

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

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

Параметры

outerXml
String

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

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