共用方式為


CommentAuthorExtensionList Constructors

Definition

Overloads

CommentAuthorExtensionList()

Initializes a new instance of the CommentAuthorExtensionList class.

CommentAuthorExtensionList(OpenXmlElement[])

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

CommentAuthorExtensionList(IEnumerable<OpenXmlElement>)

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

CommentAuthorExtensionList(String)

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

CommentAuthorExtensionList()

Initializes a new instance of the CommentAuthorExtensionList class.

public CommentAuthorExtensionList ();
Public Sub New ()

Applies to

CommentAuthorExtensionList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CommentAuthorExtensionList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CommentAuthorExtensionList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to