Aspose::Pdf::Annotations::Measure::NumberFormat::FractionStyle enum

FractionStyle enum

Value which indicates in which manner fraction values are displayed.

enum class FractionStyle

Values

NameValueDescription
ShowAsDecimal0Show fractional values as decimal fraction.
ShowAsFraction1Show fractional value as fraction.
Round2Round fractional values to the nearest whole integer.
Truncate3Truncate to achieve whole units.

See Also