public final class OrganizationChartLayoutType
extends com.aspose.ms.System.Enum
Represents formatting type the child nodes in an organization chart
Modifier and Type | Field and Description |
---|---|
static int |
BothHanging
Places child nodes vertically below the parent node on both the left and the right side.
|
static int |
Initial
Initial layout type
|
static int |
LeftHanging
Places child nodes vertically below the parent node on the left side.
|
static int |
RightHanging
Places child nodes vertically below the parent node on the right side.
|
static int |
Standart
Places child nodes horizontally below the parent node.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Initial
Initial layout type
public static final int Standart
Places child nodes horizontally below the parent node.
public static final int BothHanging
Places child nodes vertically below the parent node on both the left and the right side.
public static final int LeftHanging
Places child nodes vertically below the parent node on the left side.
public static final int RightHanging
Places child nodes vertically below the parent node on the right side.