|
||||||||
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.DisplayUnitType
public final class DisplayUnitType
Determines multiplicity of the displayed data.
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 |
Billions
Specifies the values on the chart shall be divided by 1,000,000,000. |
static int |
CustomValue
Specifies the values on the chart shall be divided by a custom value. |
static int |
HundredMillions
Specifies the values on the chart shall be divided by 100,000,000. |
static int |
Hundreds
Specifies the values on the chart shall be divided by 100. |
static int |
HundredThousands
Specifies the values on the chart shall be divided by 100,000. |
static int |
Millions
Specifies the values on the chart shall be divided by 1,000,000. |
static int |
None
Values will dislayed as is. |
static int |
TenMillions
Specifies the values on the chart shall be divided by 10,000,000. |
static int |
TenThousands
Specifies the values on the chart shall be divided by 10,000. |
static int |
Thousands
Specifies the values on the chart shall be divided by 1,000. |
static int |
Trillions
Specifies the values on the chart shall be divided by 1,000,000,000. |
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 None
Values will dislayed as is.
public static final int Hundreds
Specifies the values on the chart shall be divided by 100.
public static final int Thousands
Specifies the values on the chart shall be divided by 1,000.
public static final int TenThousands
Specifies the values on the chart shall be divided by 10,000.
public static final int HundredThousands
Specifies the values on the chart shall be divided by 100,000.
public static final int Millions
Specifies the values on the chart shall be divided by 1,000,000.
public static final int TenMillions
Specifies the values on the chart shall be divided by 10,000,000.
public static final int HundredMillions
Specifies the values on the chart shall be divided by 100,000,000.
public static final int Billions
Specifies the values on the chart shall be divided by 1,000,000,000.
public static final int Trillions
Specifies the values on the chart shall be divided by 1,000,000,000.
public static final int CustomValue
Specifies the values on the chart shall be divided by a custom value.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |