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.
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. |