CellFormatValue

CellFormatValue

Prehľad

CellFormatValue je trieda v Aspose.Cells FOSS pre Javu.

Vnútorná trieda predstavujúca hodnotu formátu bunky.

Vlastnosti

NázovTypPrístupPopis
numFmtIdintČítaťVráti identifikátor číselného formátu.
fontIdintČítaťVráti identifikátor písma.
fillIdintČítaťVráti identifikátor výplne.
borderIdintČítaťVráti identifikátor okraja.
alignmentAlignmentValueČítaťVráti zarovnanie.
protectionProtectionValueČítaťVráti ochranu.

Metódy

PodpisPopis
CellFormatValue()Inicializuje novú inštanciu CellFormatValue.
getNumFmtId()intVráti identifikátor číselného formátu.
setNumFmtId(numFmtId: int)Nastaví identifikátor číselného formátu.
getFontId()intVráti identifikátor písma.
setFontId(fontId: int)Nastaví identifikátor písma.
getFillId()intVráti identifikátor výplne.
setFillId(fillId: int)Nastaví identifikátor výplne.
getBorderId()intVráti identifikátor okraja.
setBorderId(borderId: int)Nastaví identifikátor okraja.
getAlignment()AlignmentValueVráti zarovnanie.
setAlignment(alignment: AlignmentValue)Nastaví zarovnanie.
getProtection()ProtectionValueVráti ochranu.
setProtection(protection: ProtectionValue)Nastaví ochranu.
 Slovenčina