NumberFormatValue
Overview
NumberFormatValue is a class in Aspose.Cells FOSS for Java.
Represents a number format value with its number format index and custom format string.
This class provides 5 methods for working with NumberFormatValue objects in Java programs.
Available methods include: clone, getCustom, getNumber, setCustom, setNumber.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: custom, number.
Description
NumberFormatValue is a class in the Aspose.Cells FOSS library for Java that exposes 5 methods and 2 properties for programmatic use.
Core capabilities include: string; sets the number; sets the custom. These operations enable developers to integrate numberformatvalue functionality directly into Java applications.
The class also provides the number property (returns the number), the custom property (returns the custom).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
number | int | Read | Returns the number. |
custom | String | Read | Returns the custom. |
Methods
| Signature | Description |
|---|---|
getNumber() → int | Returns the number. |
setNumber(number: int) | Sets the number. |
getCustom() → String | Returns the custom. |
setCustom(custom: String) | Sets the custom. |
clone() → NumberFormatValue | Creates a copy of this instance. |