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


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

Определение

Перегрузки

CommentAuthor()

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

CommentAuthor(OpenXmlElement[])

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

CommentAuthor(IEnumerable<OpenXmlElement>)

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

CommentAuthor(String)

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

CommentAuthor()

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

public CommentAuthor ();
Public Sub New ()

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

CommentAuthor(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

CommentAuthor(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

CommentAuthor(String)

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

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

Параметры

outerXml
String

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

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