Share via


CommentReplyList Constructors

Definition

Overloads

CommentReplyList()

Initializes a new instance of the CommentReplyList class.

CommentReplyList(OpenXmlElement[])

Initializes a new instance of the CommentReplyList class with the specified child elements.

CommentReplyList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the CommentReplyList class with the specified child elements.

CommentReplyList(String)

Initializes a new instance of the CommentReplyList class from outer XML.

CommentReplyList()

Initializes a new instance of the CommentReplyList class.

public CommentReplyList ();
Public Sub New ()

Applies to

CommentReplyList(OpenXmlElement[])

Initializes a new instance of the CommentReplyList class with the specified child elements.

public CommentReplyList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CommentReplyList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the CommentReplyList class with the specified child elements.

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CommentReplyList(String)

Initializes a new instance of the CommentReplyList class from outer XML.

public CommentReplyList (string outerXml);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList : string -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to