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


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

Определение

Перегрузки

PreviousTablePropertyExceptions()

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

PreviousTablePropertyExceptions(OpenXmlElement[])

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

PreviousTablePropertyExceptions(IEnumerable<OpenXmlElement>)

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

PreviousTablePropertyExceptions(String)

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

PreviousTablePropertyExceptions()

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

public PreviousTablePropertyExceptions ();
Public Sub New ()

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

PreviousTablePropertyExceptions(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

PreviousTablePropertyExceptions(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

PreviousTablePropertyExceptions(String)

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

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

Параметры

outerXml
String

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

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