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

Определение

Перегрузки

Comments()

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

Comments(OpenXmlElement[])

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

Comments(IEnumerable<OpenXmlElement>)

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

Comments(String)

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

Comments()

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

public Comments ();
Public Sub New ()

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

Comments(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

Задает дочерние элементы.

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

Comments(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

Задает дочерние элементы.

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

Comments(String)

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

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

Параметры

outerXml
String

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

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