Aracılığıyla paylaş


CommentPropertiesExtensionList Constructors

Definition

Overloads

CommentPropertiesExtensionList()

Initializes a new instance of the CommentPropertiesExtensionList class.

CommentPropertiesExtensionList(OpenXmlElement[])

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

CommentPropertiesExtensionList(IEnumerable<OpenXmlElement>)

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

CommentPropertiesExtensionList(String)

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

CommentPropertiesExtensionList()

Initializes a new instance of the CommentPropertiesExtensionList class.

public CommentPropertiesExtensionList ();
Public Sub New ()

Applies to

CommentPropertiesExtensionList(OpenXmlElement[])

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

public CommentPropertiesExtensionList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CommentPropertiesExtensionList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CommentPropertiesExtensionList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to