OrganizationChartLayoutType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class OrganizationChartLayoutType extends System.Enum

Represents formatting type the child nodes in an organization chart

Fields

FieldDescription
InitialInitial layout type
StandartPlaces child nodes horizontally below the parent node.
BothHangingPlaces child nodes vertically below the parent node on both the left and the right side.
LeftHangingPlaces child nodes vertically below the parent node on the left side.
RightHangingPlaces child nodes vertically below the parent node on the right side.

Initial

public static final int Initial

Initial layout type

Standart

public static final int Standart

Places child nodes horizontally below the parent node.

BothHanging

public static final int BothHanging

Places child nodes vertically below the parent node on both the left and the right side.

LeftHanging

public static final int LeftHanging

Places child nodes vertically below the parent node on the left side.

RightHanging

public static final int RightHanging

Places child nodes vertically below the parent node on the right side.