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