GlitterTransition class
Defines the GlitterTransition Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is p14:glitter.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.13 glitter
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
A CT_GlitterTransition element (section 2.5.4) that specifies a glitter transition. See section 2.2.1 for how this element integrates with [ISO/IEC-29500:2008].
The following is a sample with dir equal to "l" (left), pattern equal to "diamond":
3f18201f-b0ef-484d-ad0e-c1913031813c
Figure 15: Sample glitter transition
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="glitter" type="CT_GlitterTransition"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.4 CT_GlitterTransition
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
Referenced by: glitter
A complex type that specifies the parameters for a glitter transition.
Attributes:
dir: A p:ST_TransitionSideDirectionType attribute ([ISO/IEC-29500-4] section A.3) that specifies the direction presentation slides move during the transition.
pattern: An ST_TransitionPattern (section 2.6.2) attribute that specifies the shape of the visuals used during the transition.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_GlitterTransition">
<xsd:attribute name="dir" type="p:ST_TransitionSideDirectionType" use="optional" default="l"/>
<xsd:attribute name="pattern" type="ST_TransitionPattern" use="optional" default="diamond"/>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).