|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.java.Enum
com.aspose.slides.TickMarkType
public final class TickMarkType
Represents the tick mark type for the specified axis.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum |
---|
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
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.java.Enum |
---|
EnumSeparatorCharArray |
Method Summary |
---|
Methods inherited from class com.aspose.ms.java.Enum |
---|
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, parse, parse, parse, parse, register, toObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int Cross
Specifies the tick marks shall cross the axis.
public static final int Inside
Specifies the tick marks shall be inside the plot area.
public static final int None
Specifies there shall be no tick marks.
public static final int Outside
Specifies the tick marks shall be outside the plot area.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |