FlythroughTransition Class
Defines the FlythroughTransition Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is p14:flythrough.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class FlythroughTransition _
Inherits OpenXmlLeafElement
'Usage
Dim instance As FlythroughTransition
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class FlythroughTransition : OpenXmlLeafElement
Remarks
2.3.2 flythrough
Target namespace: https://schemas.microsoft.com/office/powerpoint/2007/7/12/main
A CT_FlyThroughTransition element that specifies a fly through transition. See section 2.2.1 for how this element integrates with ISO/IEC-29500:2008.
Sample with dir equal to "in", hasBounce equal to "0" (false):
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.3 CT_FlyThroughTransition
Target namespace: https://schemas.microsoft.com/office/powerpoint/2007/7/12/main
Referenced by: flythrough
A complex type that specifies the parameters for a fly through transition.
Attributes:
dir : A p:ST_TransitionInOutDirectionType ([ISO/IEC-29500-4] section A.3) attribute that specifies the direction presentation slides move during the transition.
hasBounce : An xsd:boolean ([XMLSCHEMA2] section 3.2.2) attribute 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).
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.