TracePoint Class
Defines the TracePoint Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is p14:tracePt.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class TracePoint _
Inherits OpenXmlLeafElement
'Usage
Dim instance As TracePoint
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class TracePoint : OpenXmlLeafElement
Remarks
2.5.18 CT_LaserTracePoint
Target namespace: https://schemas.microsoft.com/office/powerpoint/2007/7/12/main
Referenced by: CT_LaserTrace
A complex type that specifies the time and location of the laser pointer on a presentation slide.
Attributes:
t : An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies time, in milliseconds, relative to the beginning of the slide timeline and not including transition time.
x : An xsd:int ([XMLSCHEMA2] section 3.3.17) attribute that specifies the horizontal location in master units relative to the top-left corner of the presentation slide.
y : An xsd:int ([XMLSCHEMA2] section 3.3.17) attribute that specifies the vertical location in master units relative to the top-left corner of the presentation slide.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_LaserTracePoint">
<xsd:attribute name="t" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="x" type="xsd:int" use="required"/>
<xsd:attribute name="y" type="xsd:int" use="required"/>
</xsd:complexType>
See section 5.1 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.