Share via


ParentCommentIdentifier class

Defines the ParentCommentIdentifier Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is p15:parentCm.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office15.PowerPoint.ParentCommentIdentifier

Namespace:  DocumentFormat.OpenXml.Office15.PowerPoint
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class ParentCommentIdentifier _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As ParentCommentIdentifier
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class ParentCommentIdentifier : OpenXmlLeafElement

Remarks

2.5.32 CT_ParentCommentIdentifier

Target namespace: https://schemas.microsoft.com/office/powerpoint/2012/main

Referenced by: CT_CommentThreading

A complex type that specifies the comment author ID and comment index of the parent comment. Together, they identify the parent comment within a presentation.

Attributes:

authorId: An xsd:unsignedInt attribute ([XMLSCHEMA2] section 3.3.22) that specifies the author of the parent comment by reference to the authorId attribute contained within the CT_Comment complex type ([ISO/IEC-29500-4] section A.3).

idx: An xsd:unsignedInt attribute ([XMLSCHEMA2] section 3.3.22) that specifies the index of the parent comment by reference to the idx attribute contained within the CT_Comment complex type ([ISO/IEC-29500-4] section A.3).

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

<xsd:complexType name="CT_ParentCommentIdentifier">

<xsd:attribute name="authorId" type="xsd:unsignedInt"/>

<xsd:attribute name="idx" type="xsd:unsignedInt"/>

</xsd:complexType>

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

Thread safety

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

See also

Reference

ParentCommentIdentifier members

DocumentFormat.OpenXml.Office15.PowerPoint namespace