com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class OrganizationChartLayoutType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.slides.OrganizationChartLayoutType


  • public final class OrganizationChartLayoutType
    extends com.aspose.ms.System.Enum

    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

      Fields 
      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.
      • 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

      • Standart

        public static final int Standart

        Places child nodes horizontally below the parent node.

        See Also:
        Constant Field Values
      • BothHanging

        public static final int BothHanging

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

        See Also:
        Constant Field Values
      • LeftHanging

        public static final int LeftHanging

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

        See Also:
        Constant Field Values
      • RightHanging

        public static final int RightHanging

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

        See Also:
        Constant Field Values