Compartilhar via


CommentReply Construtores

Definição

Sobrecargas

CommentReply()

Inicializa uma nova instância da classe CommentReply.

CommentReply(OpenXmlElement[])

Inicializa uma nova instância da classe CommentReply com os elementos filho especificados.

CommentReply(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe CommentReply com os elementos filho especificados.

CommentReply(String)

Inicializa uma nova instância da classe CommentReply do XML externo.

CommentReply()

Inicializa uma nova instância da classe CommentReply.

public CommentReply ();
Public Sub New ()

Aplica-se a

CommentReply(OpenXmlElement[])

Inicializa uma nova instância da classe CommentReply com os elementos filho especificados.

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())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

CommentReply(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe CommentReply com os elementos filho especificados.

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))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

CommentReply(String)

Inicializa uma nova instância da classe CommentReply do XML externo.

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a