CellFormatValue
Visió general
CellFormatValue és una classe a Aspose.Cells FOSS per a Java.
Classe interna que representa el valor del format de cel·la.
Propietats
| Nom | Tipus | Accés | Descripció |
|---|---|---|---|
numFmtId | int | Lectura | Retorna l’identificador del format numèric. |
fontId | int | Lectura | Retorna l’identificador de la tipografia. |
fillId | int | Lectura | Retorna l’identificador del farciment. |
borderId | int | Lectura | Retorna l’identificador del contorn. |
alignment | AlignmentValue | Lectura | Retorna l’alineació. |
protection | ProtectionValue | Lectura | Retorna la protecció. |
Mètodes
| Signature | Description |
|---|---|
CellFormatValue() | Inicialitza una nova instància de CellFormatValue. |
getNumFmtId() → int | Retorna l’identificador del format numèric. |
setNumFmtId(numFmtId: int) | Estableix l’identificador del format numèric. |
getFontId() → int | Retorna l’identificador de la font. |
setFontId(fontId: int) | Estableix l’identificador de la font. |
getFillId() → int | Retorna l’identificador del farciment. |
setFillId(fillId: int) | Estableix l’identificador del farciment. |
getBorderId() → int | Retorna l’identificador del contorn. |
setBorderId(borderId: int) | Estableix l’identificador del contorn. |
getAlignment() → AlignmentValue | Retorna l’alineació. |
setAlignment(alignment: AlignmentValue) | Estableix l’alineació. |
getProtection() → ProtectionValue | Retorna la protecció. |
setProtection(protection: ProtectionValue) | Estableix la protecció. |