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


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

Определение

Перегрузки

PreviousTableProperties()

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

PreviousTableProperties(OpenXmlElement[])

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

PreviousTableProperties(IEnumerable<OpenXmlElement>)

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

PreviousTableProperties(String)

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

PreviousTableProperties()

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

public PreviousTableProperties ();
Public Sub New ()

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

PreviousTableProperties(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

PreviousTableProperties(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

PreviousTableProperties(String)

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

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

Параметры

outerXml
String

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

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