[Table of Contents] [docx version]

Error! No text of specified style in document.

dir (Diagram Direction)

This element indicates whether the diagram should switch direction. This element provides the ability to define different behavior for diagrams considering LTR or RTL directions.

Parent Elements

presLayoutVars5.9.5.4); varLst5.9.2.31)

 

Attributes

Description

val (Diagram Direction Value)

This variable indicates whether the diagram should switch direction.

 

The possible values for this attribute are defined by the ST_Direction simple type (§5.9.7.24).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Direction">

   <attribute name="val" type="ST_Direction" default="norm" use="optional"/>

</complexType>