CommentPropertiesExtension Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CommentPropertiesExtension() |
Initializes a new instance of the CommentPropertiesExtension class. |
CommentPropertiesExtension(OpenXmlElement[]) |
Initializes a new instance of the CommentPropertiesExtension class with the specified child elements. |
CommentPropertiesExtension(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the CommentPropertiesExtension class with the specified child elements. |
CommentPropertiesExtension(String) |
Initializes a new instance of the CommentPropertiesExtension class from outer XML. |
CommentPropertiesExtension()
Initializes a new instance of the CommentPropertiesExtension class.
public CommentPropertiesExtension ();
Public Sub New ()
Applies to
CommentPropertiesExtension(OpenXmlElement[])
Initializes a new instance of the CommentPropertiesExtension class with the specified child elements.
public CommentPropertiesExtension (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtension : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtension
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
CommentPropertiesExtension(IEnumerable<OpenXmlElement>)
Initializes a new instance of the CommentPropertiesExtension class with the specified child elements.
public CommentPropertiesExtension (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtension : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtension
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
CommentPropertiesExtension(String)
Initializes a new instance of the CommentPropertiesExtension class from outer XML.
public CommentPropertiesExtension (string outerXml);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtension : string -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtension
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.