PrismTransition class
Defines the PrismTransition Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is p14:prism.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.6 prism
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
A CT_PrismTransition element (section 2.5.3) that specifies a prism 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 "l" (left), isContent equal to false, isInverted equal to false:
8494358a-fb0a-40a4-a48a-d7a799d870db
Figure 6: Sample prism transition 1
The following figure is a sample with dir equal to "r" (right), isContent equal to false, isInverted equal to true:
7fbcb31f-4e6a-4d7b-be7f-57395d3a4c6c
Figure 7: Sample prism transition 2
The following figure is a sample with dir equal to "u" (up), isContent equal to true, isInverted equal to false:
c136a201-779c-42b8-a8d2-1222e3008ef1
Figure 8: Sample prism transition 3
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="prism" type="CT_PrismTransition"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.3 CT_PrismTransition
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
Referenced by: prism
A complex type that specifies the parameters for a prism 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.
isContent: An xsd:boolean attribute ([XMLSCHEMA2] section 3.2.2) that specifies whether the visual representation draws presentation slide content and presentation slide background separately.
isInverted: An xsd:boolean attribute ([XMLSCHEMA2] section 3.2.2) that specifies whether the layout of the presentation slides during the transition is concave instead of convex.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_PrismTransition">
<xsd:attribute name="dir" type="p:ST_TransitionSideDirectionType" use="optional" default="l"/>
<xsd:attribute name="isContent" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="isInverted" type="xsd:boolean" use="optional" default="false"/>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).