|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
com.aspose.ms.System.Enum
com.aspose.slides.OrganizationChartLayoutType
public final class OrganizationChartLayoutType
Represents formatting type the child nodes in an organization chart
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum |
---|
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum |
Field Summary | |
---|---|
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. |
Fields inherited from class com.aspose.ms.System.Enum |
---|
EnumSeparatorCharArray |
Method Summary |
---|
Methods inherited from class com.aspose.ms.System.Enum |
---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |