<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

<presLayoutVars>5.9.5.4); <varLst>5.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>