CellFormatValue
Overview
CellFormatValue is a class in Aspose.Cells FOSS for Java.
Inner class representing cell format value.
This class provides 13 methods for working with CellFormatValue objects in Java programs.
Available methods include: CellFormatValue, getAlignment, getBorderId, getFillId, getFontId, getNumFmtId, getProtection, setAlignment, setBorderId, setFillId, setFontId, setNumFmtId, and 1 additional methods.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: alignment, borderId, fillId, fontId, numFmtId, protection.
Description
CellFormatValue is a class in the Aspose.Cells FOSS library for Java that exposes 12 methods and 6 properties for programmatic use.
Core capabilities include: alignmentvalue; protectionvalue; sets the num fmt id. These operations enable developers to integrate cellformatvalue functionality directly into Java applications.
The class also provides the numFmtId property (returns the num fmt id), the fontId property (returns the font id), the fillId property (returns the fill id).
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
numFmtId | int | Read | Returns the num fmt id. |
fontId | int | Read | Returns the font id. |
fillId | int | Read | Returns the fill id. |
borderId | int | Read | Returns the border id. |
alignment | AlignmentValue | Read | Returns the alignment. |
protection | ProtectionValue | Read | Returns the protection. |
Methods
| Signature | Description |
|---|---|
CellFormatValue() | Initializes a new CellFormatValue instance. |
getNumFmtId() → int | Returns the num fmt id. |
setNumFmtId(numFmtId: int) | Sets the num fmt id. |
getFontId() → int | Returns the font id. |
setFontId(fontId: int) | Sets the font id. |
getFillId() → int | Returns the fill id. |
setFillId(fillId: int) | Sets the fill id. |
getBorderId() → int | Returns the border id. |
setBorderId(borderId: int) | Sets the border id. |
getAlignment() → AlignmentValue | Returns the alignment. |
setAlignment(alignment: AlignmentValue) | Sets the alignment. |
getProtection() → ProtectionValue | Returns the protection. |
setProtection(protection: ProtectionValue) | Sets the protection. |