Share via


CommentReply Constructors

Definition

Overloads

CommentReply()

Initializes a new instance of the CommentReply class.

CommentReply(OpenXmlElement[])

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

CommentReply(IEnumerable<OpenXmlElement>)

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

CommentReply(String)

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

CommentReply()

Initializes a new instance of the CommentReply class.

public CommentReply ();
Public Sub New ()

Applies to

CommentReply(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CommentReply(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CommentReply(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to