CellFormatValue

CellFormatValue

概要

CellFormatValue は Java 用 Aspose.Cells FOSS のクラスです。

セルの書式値を表す内部クラス。

プロパティ

名前タイプアクセス説明
numFmtIdint読み取り数値書式IDを返します。
fontIdint読み取りフォントIDを返します。
fillIdint読み取り塗りつぶしIDを返します。
borderIdint読み取り罫線IDを返します。
alignmentAlignmentValue読み取り配置を返します。
protectionProtectionValue読み取り保護を返します。

方法

シグネチャ説明
CellFormatValue()新しい CellFormatValue インスタンスを初期化します。
getNumFmtId()intnum fmt id を返します。
setNumFmtId(numFmtId: int)num fmt id を設定します。
getFontId()intfont id を返します。
setFontId(fontId: int)font id を設定します。
getFillId()intfill id を返します。
setFillId(fillId: int)fill id を設定します。
getBorderId()intborder id を返します。
setBorderId(borderId: int)border id を設定します。
getAlignment()AlignmentValuealignment を返します。
setAlignment(alignment: AlignmentValue)alignment を設定します。
getProtection()ProtectionValueprotection を返します。
setProtection(protection: ProtectionValue)protection を設定します。
 日本語