CellFormatValue

CellFormatValue

Overzicht

CellFormatValue is een klasse in Aspose.Cells FOSS voor Java.

Interne klasse die celopmaakwaarde vertegenwoordigt.

Eigenschappen

NaamTypeToegangBeschrijving
numFmtIdintLezenRetourneert de num fmt-id.
fontIdintLezenRetourneert de lettertype-id.
fillIdintLezenRetourneert de opvul-id.
borderIdintLezenRetourneert de rand-id.
alignmentAlignmentValueLezenRetourneert de uitlijning.
protectionProtectionValueLezenRetourneert de bescherming.

Methoden

HandtekeningBeschrijving
CellFormatValue()Initialiseert een nieuwe CellFormatValue‑instantie.
getNumFmtId()intRetourneert de num fmt id.
setNumFmtId(numFmtId: int)Stelt de num fmt id in.
getFontId()intRetourneert de font id.
setFontId(fontId: int)Stelt de font id in.
getFillId()intRetourneert de fill id.
setFillId(fillId: int)Stelt de fill id in.
getBorderId()intRetourneert de border id.
setBorderId(borderId: int)Stelt de border id in.
getAlignment()AlignmentValueRetourneert de uitlijning.
setAlignment(alignment: AlignmentValue)Stelt de uitlijning in.
getProtection()ProtectionValueRetourneert de bescherming.
setProtection(protection: ProtectionValue)Stelt de bescherming in.
 Nederlands