Freigeben über


CommentAuthorExtension Konstruktoren

Definition

Überlädt

CommentAuthorExtension()

Initialisiert eine neue Instanz der CommentAuthorExtension-Klasse.

CommentAuthorExtension(OpenXmlElement[])

Initialisiert eine neue Instanz der CommentAuthorExtension-Klasse mit den angegebenen untergeordneten Elementen.

CommentAuthorExtension(IEnumerable<OpenXmlElement>)

Initialisiert eine neue Instanz der CommentAuthorExtension-Klasse mit den angegebenen untergeordneten Elementen.

CommentAuthorExtension(String)

Initialisiert eine neue Instanz der CommentAuthorExtension-Klasse aus äußerem XML.

CommentAuthorExtension()

Initialisiert eine neue Instanz der CommentAuthorExtension-Klasse.

public CommentAuthorExtension ();
Public Sub New ()

Gilt für:

CommentAuthorExtension(OpenXmlElement[])

Initialisiert eine neue Instanz der CommentAuthorExtension-Klasse mit den angegebenen untergeordneten Elementen.

public CommentAuthorExtension (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.CommentAuthorExtension : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.CommentAuthorExtension
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameter

childElements
OpenXmlElement[]

Gibt die untergeordneten Elemente an.

Gilt für:

CommentAuthorExtension(IEnumerable<OpenXmlElement>)

Initialisiert eine neue Instanz der CommentAuthorExtension-Klasse mit den angegebenen untergeordneten Elementen.

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

Parameter

childElements
IEnumerable<OpenXmlElement>

Gibt die untergeordneten Elemente an.

Gilt für:

CommentAuthorExtension(String)

Initialisiert eine neue Instanz der CommentAuthorExtension-Klasse aus äußerem XML.

public CommentAuthorExtension (string outerXml);
new DocumentFormat.OpenXml.Presentation.CommentAuthorExtension : string -> DocumentFormat.OpenXml.Presentation.CommentAuthorExtension
Public Sub New (outerXml As String)

Parameter

outerXml
String

Gibt den äußeren XML-Code des Elements an.

Gilt für: