Partager via


CommentReply Constructeurs

Définition

Surcharges

CommentReply()

Initialise une nouvelle instance de la classe CommentReply.

CommentReply(OpenXmlElement[])

Initialise une nouvelle instance de la classe CommentReply avec les éléments enfants spécifiés.

CommentReply(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe CommentReply avec les éléments enfants spécifiés.

CommentReply(String)

Initialise une nouvelle instance de la classe CommentReply à partir d’un code XML externe.

CommentReply()

Initialise une nouvelle instance de la classe CommentReply.

public CommentReply ();
Public Sub New ()

S’applique à

CommentReply(OpenXmlElement[])

Initialise une nouvelle instance de la classe CommentReply avec les éléments enfants spécifiés.

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

CommentReply(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe CommentReply avec les éléments enfants spécifiés.

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

CommentReply(String)

Initialise une nouvelle instance de la classe CommentReply à partir d’un code XML externe.

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

Paramètres

outerXml
String

Spécifie le code XML externe de l’élément.

S’applique à