[Table of Contents] [docx version]

Error! No text of specified style in document.

hierBranch (Organization Chart Branch Style)

This element defines the layout style of a branch in an organizational chart.

[Example: Consider the following example of hierBranch being used in DiagramML:

<varLst>

   <hierBranch val="init" />

</varLst>

In this example the value of hierBranch is defined as init which will be a kind of not set state, or initial state. end example]

Parent Elements

presLayoutVars5.9.5.4); varLst5.9.2.31)

 

Attributes

Description

val (Organization Chart Branch Style Value)

The value of this attribute indicates the layout style of a branch in an organization chart. The default value is std.

 

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

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

<complexType name="CT_HierBranchStyle">

   <attribute name="val" type="ST_HierBranchStyle" default="std" use="optional"/>

</complexType>