com.aspose.slides
Class DisplayUnitType

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.DisplayUnitType

public final class DisplayUnitType
extends com.aspose.ms.System.Enum

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

None

public static final int None

Values will dislayed as is.

See Also:
Constant Field Values

Hundreds

public static final int Hundreds

Specifies the values on the chart shall be divided by 100.

See Also:
Constant Field Values

Thousands

public static final int Thousands

Specifies the values on the chart shall be divided by 1,000.

See Also:
Constant Field Values

TenThousands

public static final int TenThousands

Specifies the values on the chart shall be divided by 10,000.

See Also:
Constant Field Values

HundredThousands

public static final int HundredThousands

Specifies the values on the chart shall be divided by 100,000.

See Also:
Constant Field Values

Millions

public static final int Millions

Specifies the values on the chart shall be divided by 1,000,000.

See Also:
Constant Field Values

TenMillions

public static final int TenMillions

Specifies the values on the chart shall be divided by 10,000,000.

See Also:
Constant Field Values

HundredMillions

public static final int HundredMillions

Specifies the values on the chart shall be divided by 100,000,000.

See Also:
Constant Field Values

Billions

public static final int Billions

Specifies the values on the chart shall be divided by 1,000,000,000.

See Also:
Constant Field Values

Trillions

public static final int Trillions

Specifies the values on the chart shall be divided by 1,000,000,000.

See Also:
Constant Field Values

CustomValue

public static final int CustomValue

Specifies the values on the chart shall be divided by a custom value.

See Also:
Constant Field Values


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.