ParentCommentIdentifier class
Defines the ParentCommentIdentifier Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is p15:parentCm.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier
Namespace: DocumentFormat.OpenXml.Office2013.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.5.32 CT_ParentCommentIdentifier
Target namespace: http://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.<14> 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.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).