NumberFormatList

NumberFormatList

Overview

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

Nested number-format list (Measure+NumberFormatList).

This class provides 5 methods for working with NumberFormatList objects in .NET programs. Available methods include: Add, Insert, NumberFormatList, RemoveAt. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Count.

Properties

NameTypeAccessDescription
CountintReadGets the count.

Methods

SignatureDescription
NumberFormatList()Calls NumberFormatList on this NumberFormatList instance.
NumberFormatList(measure: Measure)
Add(value: NumberFormat)Appends a NumberFormat instance to an in‑memory list for batch processing of numeric formatting rules
Insert(index: int, value: NumberFormat)Calls Insert on this NumberFormatList instance.
RemoveAt(index: int)Calls RemoveAt on this NumberFormatList instance.

See Also