Share via


CommentAuthor Constructors

Definition

Overloads

CommentAuthor()

Initializes a new instance of the CommentAuthor class.

CommentAuthor(OpenXmlElement[])

Initializes a new instance of the CommentAuthor class with the specified child elements.

CommentAuthor(IEnumerable<OpenXmlElement>)

Initializes a new instance of the CommentAuthor class with the specified child elements.

CommentAuthor(String)

Initializes a new instance of the CommentAuthor class from outer XML.

CommentAuthor()

Initializes a new instance of the CommentAuthor class.

public CommentAuthor ();
Public Sub New ()

Applies to

CommentAuthor(OpenXmlElement[])

Initializes a new instance of the CommentAuthor class with the specified child elements.

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CommentAuthor(IEnumerable<OpenXmlElement>)

Initializes a new instance of the CommentAuthor class with the specified child elements.

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CommentAuthor(String)

Initializes a new instance of the CommentAuthor class from outer XML.

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to