NumberFormatOptions
Overview
NumberFormatOptions is a type in Aspose.PDF FOSS for Go.
NumberFormatOptions configures a NumberField’s display formatting (maps to Acrobat’s AFNumber_Format).
Properties: CurrencyPrepend, CurrencySymbol, Decimals, UseSeparator.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Decimals | int | Read/Write | Gets the decimals. |
UseSeparator | bool | Read/Write | Gets the use separator. |
CurrencySymbol | string | Read/Write | Gets the currency symbol. |
CurrencyPrepend | bool | Read/Write | Gets the currency prepend. |