CommentReply Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.