Enum Measure.NumberFormat.FractionStyle
Measure.NumberFormat.FractionStyle enumeration
Value which indicates in which manner fraction values are displayed.
public enum FractionStyle
Values
Name | Value | Description |
---|---|---|
ShowAsDecimal | 0 | Show fractional values as decimal fraction. |
ShowAsFraction | 1 | Show fractional value as fraction. |
Round | 2 | Round fractional values to the nearest whole integer. |
Truncate | 3 | Truncate to achieve whole units. |
See Also
- class NumberFormat
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF