NumberFormatList

NumberFormatList

Overview

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

Nested number-format list (Aspose.Pdf shape: 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)Calls NumberFormatList(measure) on this NumberFormatList instance.
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(index, value) on this NumberFormatList instance.
RemoveAt(index: int)Calls RemoveAt(index) on this NumberFormatList instance.

See Also

 English