CommentsEx class

Office 2013 and later

Defines the CommentsEx Class. The root element of WordprocessingCommentsExPart. When the object is serialized out as xml, its qualified name is w15:commentsEx.

Namespace:  DocumentFormat.OpenXml.Office2013.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.3.30 commentsEx

Target namespace: http://schemas.microsoft.com/office/word/2012/wordml

The commentsEx global element<17> is a CT_CommentsEx (section 2.5.39) element that specifies the additional information for all of the comments defined in the current document. It is the root element of the commentsExtended part of a WordprocessingML document.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="commentsEx" type="CT_CommentsEx"/>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.5.38 CT_CommentsEx

Target namespace: http://schemas.microsoft.com/office/word/2012/wordml

Referenced by: commentsEx

The CT_CommentsEx complex type<38> specifies additional information for all of the comments defined in the current document.

Child Elements:

commentEx: A CT_CommentEx (section 2.5.39) element that specifies additional information for a single comment in the current document.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_CommentsEx">

<xsd:sequence>

<xsd:element name="commentEx" type="CT_CommentEx" minOccurs="0" maxOccurs="unbounded"/>

</xsd:sequence>

</xsd:complexType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: