ThreadingInfo class
Defines the ThreadingInfo Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is p15:threadingInfo.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo
Namespace: DocumentFormat.OpenXml.Office2013.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.36 threadingInfo
Target namespace: http://schemas.microsoft.com/office/powerpoint/2012/main
A CT_CommentThreading element (section 2.5.33) that specifies comment threading.<10> See section 2.2.10 for how this element integrates with [ISO/IEC-29500:2008].
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="threadingInfo" type="CT_CommentThreading"/>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.33 CT_CommentThreading
Target namespace: http://schemas.microsoft.com/office/powerpoint/2012/main
Referenced by: threadingInfo
A complex type that specifies threading extensions to the CT_Comment complex type ([ISO/IEC-29500-4] section A.3).<15>
Child Elements:
parentCm: A CT_ParentCommentIdentifier element (section 2.5.32) that specifies the parent comment.
Attributes:
timeZoneBias: An xsd:int attribute ([XMLSCHEMA2] section 3.3.17) that specifies the time zone bias, in minutes. The bias is the difference between Coordinated Universal Time (UTC) and time stored in the dt attribute of the CT_Comment complex type ([ISO/IEC-29500-4] section A.3). All translations between UTC and local time are based on the following formula: UTC = local time + bias
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_CommentThreading">
<xsd:sequence>
<xsd:element name="parentCm" type="CT_ParentCommentIdentifier" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="timeZoneBias" type="xsd:int"/>
</xsd:complexType>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).