BookmarkTarget class
Defines the BookmarkTarget Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is p14:bmkTgt.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.20 bmkTgt
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
A CT_MediaBookmarkTarget element (section 2.5.8) that specifies a media bookmark that triggers an animation. See section 2.2.2 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="bmkTgt" type="CT_MediaBookmarkTarget"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.8 CT_MediaBookmarkTarget
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
Referenced by: bmkTgt
A complex type that specifies a media bookmark that triggers an animation.
Attributes:
spid: An a:ST_DrawingElementId attribute ([ISO/IEC-29500-4] section A.4.1) that specifies the shape identifier of the shape that contains video or audio data.
bmkName: An xsd:string attribute ([XMLSCHEMA2] section 3.2.1) that specifies the name of the bookmark for the media that is contained in the shape specified by spid. The name MUST exist in the CT_MediaBookmarkList (section 2.5.13) contained by the media.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_MediaBookmarkTarget">
<xsd:attribute name="spid" type="a:ST_DrawingElementId" use="required"/>
<xsd:attribute name="bmkName" type="xsd:string" use="required"/>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).