Compartilhar via


CommentReplyList Construtores

Definição

Sobrecargas

CommentReplyList()

Inicializa uma nova instância da classe CommentReplyList.

CommentReplyList(OpenXmlElement[])

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

CommentReplyList(IEnumerable<OpenXmlElement>)

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

CommentReplyList(String)

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

CommentReplyList()

Inicializa uma nova instância da classe CommentReplyList.

public CommentReplyList ();
Public Sub New ()

Aplica-se a

CommentReplyList(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

CommentReplyList(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

CommentReplyList(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a