com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class TickLabelPositionType

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


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

    Represents the position type of tick-mark labels on the specified axis.

    • 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 High
      Specifies the axis labels shall be at the high end of the perpendicular axis.
      static int Low
      Specifies the axis labels shall be at the low end of the perpendicular axis.
      static int NextTo
      Specifies the axis labels shall be next to the axis.
      static int None
      Specifies the axis labels are not drawn.
      • 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

      • High

        public static final int High

        Specifies the axis labels shall be at the high end of the perpendicular axis.

        See Also:
        Constant Field Values
      • Low

        public static final int Low

        Specifies the axis labels shall be at the low end of the perpendicular axis.

        See Also:
        Constant Field Values
      • NextTo

        public static final int NextTo

        Specifies the axis labels shall be next to the axis.

        See Also:
        Constant Field Values
      • None

        public static final int None

        Specifies the axis labels are not drawn.

        See Also:
        Constant Field Values