com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class TickMarkType

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


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

    Represents the tick mark type for 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 Cross
      Specifies the tick marks shall cross the axis.
      static int Inside
      Specifies the tick marks shall be inside the plot area.
      static int None
      Specifies there shall be no tick marks.
      static int Outside
      Specifies the tick marks shall be outside the plot area.
      • 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

      • Cross

        public static final int Cross

        Specifies the tick marks shall cross the axis.

        See Also:
        Constant Field Values
      • Inside

        public static final int Inside

        Specifies the tick marks shall be inside the plot area.

        See Also:
        Constant Field Values
      • None

        public static final int None

        Specifies there shall be no tick marks.

        See Also:
        Constant Field Values
      • Outside

        public static final int Outside

        Specifies the tick marks shall be outside the plot area.

        See Also:
        Constant Field Values