NumberFormat

Overview

NumberFormat is a class in Aspose.PDF FOSS for .NET.

One number-format entry — describes how a measurement value is rendered (precision, separators, before/after text).

This class provides 1 method for working with NumberFormat objects in .NET programs. Available methods include: NumberFormat. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: AfterText, BeforeText, ConvresionFactor, Denominator, ForceDenominator, FractionDisplayment, and 4 more.

Properties

NameTypeAccessDescription
AfterTextstringRead/WriteGets or sets the after text.
BeforeTextstringRead/WriteGets or sets the before text.
ConvresionFactordoubleRead/WriteConversion factor (member name spelled Convresion, not Conversion).
DenominatorintRead/WriteGets or sets the denominator.
ForceDenominatorboolRead/WriteGets or sets the force denominator.
FractionDisplaymentFractionStyleRead/WriteGets or sets the fraction displayment.
FractionSeparatorstringRead/WriteGets or sets the fraction separator.
PrecisionintRead/WriteGets or sets the precision.
ThousandsSeparatorstringRead/WriteGets or sets the thousands separator.
UnitLabelstringRead/WriteGets or sets the unit label.

Methods

SignatureDescription
NumberFormat(measure: Measure)Calls NumberFormat on this NumberFormat instance.

See Also