public static final class Measure.NumberFormat.FractionStyle
extends com.aspose.ms.System.Enum
Value which indicates in which manner fraction values are displayed.
Modifier and Type | Field and Description |
---|---|
static int |
Round
Round fractional values to the nearest whole integer.
|
static int |
ShowAsDecimal
Show fractional values as decimal fraction.
|
static int |
ShowAsFraction
Show fractional value as fraction.
|
static int |
Truncate
Truncate to achieve whole units.
|
public static final int ShowAsDecimal
Show fractional values as decimal fraction.
public static final int ShowAsFraction
Show fractional value as fraction.
public static final int Round
Round fractional values to the nearest whole integer.
public static final int Truncate
Truncate to achieve whole units.