Partager via


2.4.3.5 CT_IsNarration

Target namespace: http://schemas.microsoft.com/office/powerpoint/2012/main

Referenced by: isNarration

A complex type<27> that specifies the narration flag for shapes.

Attributes:

val: A xsd:boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether the shape is narration related.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_IsNarration">
   <xsd:attribute name="val" type="xsd:boolean" use="optional" default="false"/>
 </xsd:complexType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).