CellFormatValue
Overview
CellFormatValue is a class in Aspose.Cells FOSS for Java.
Inner class representing cell format value.
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. |