|
||||||||
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.TickLabelPositionType
public final class TickLabelPositionType
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 | |
---|---|
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 |
---|
public static final int High
Specifies the axis labels shall be at the high end of the perpendicular axis.
public static final int Low
Specifies the axis labels shall be at the low end of the perpendicular axis.
public static final int NextTo
Specifies the axis labels shall be next to the axis.
public static final int None
Specifies the axis labels are not drawn.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |