FlythroughTransition class
Defines the FlythroughTransition Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is p14:flythrough.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.15 flythrough
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
A CT_FlyThroughTransition element (section 2.5.5) that specifies a fly through transition. See section 2.2.1 for how this element integrates with [ISO/IEC-29500:2008].
The following figure is a sample with dir equal to "in", hasBounce equal to false:
76f08671-d9f6-4083-8371-0527f7e2df7b
Figure 17: Sample flythrough transition
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="flythrough" type="CT_FlyThroughTransition"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.5 CT_FlyThroughTransition
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
Referenced by: flythrough
A complex type that specifies the parameters for a fly-through transition.
Attributes:
dir: A p:ST_TransitionInOutDirectionType attribute ([ISO/IEC-29500-4] section A.3) that specifies the direction presentation slides move during the transition.
hasBounce: An xsd:boolean attribute ([XMLSCHEMA2] section 3.2.2) that specifies that the movement of the presentation slides during the transition includes a bounce.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_FlyThroughTransition">
<xsd:attribute name="dir" type="p:ST_TransitionInOutDirectionType" use="optional" default="in"/>
<xsd:attribute name="hasBounce" type="xsd:boolean" use="optional" default="false"/>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).