RevealTransition class
Defines the RevealTransition Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is p14:reveal.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.18 reveal
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
A CT_RevealTransition element (section 2.5.7) that specifies a reveal transition. See section 2.2.1 for how this element integrates with [ISO/IEC-29500:2008].
The following is a sample with thruBlk equal to true, dir equal to "l" (left):
da94dfbe-f720-4450-a9dd-109bd16efd39
Figure 20: Sample reveal transition
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="reveal" type="CT_RevealTransition"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.7 CT_RevealTransition
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
Referenced by: reveal
A complex type that specifies the parameters for a reveal transition.
Attributes:
thruBlk: An xsd:boolean attribute ([XMLSCHEMA2] section 3.2.2) that specifies whether the transition fades through black.
dir: An ST_TransitionLeftRightDirectionType attribute (section 2.6.6) that specifies the direction presentation slides move during the transition.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_RevealTransition">
<xsd:attribute name="thruBlk" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="dir" type="ST_TransitionLeftRightDirectionType" use="optional" default="l"/>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).