CellFormatValue

CellFormatValue

概述

CellFormatValue 是 Aspose.Cells FOSS for Java 中的一个类。

内部类,表示单元格格式值。

属性

名称类型访问描述
numFmtIdint读取返回数字格式 ID。
fontIdint读取返回字体 ID。
fillIdint读取返回填充 ID。
borderIdint读取返回边框 ID。
alignmentAlignmentValue读取返回对齐方式。
protectionProtectionValue读取返回保护设置。

方法

签名描述
CellFormatValue()初始化一个新的 CellFormatValue 实例。
getNumFmtId()int返回数字格式 ID。
setNumFmtId(numFmtId: int)设置数字格式 ID。
getFontId()int返回字体 ID。
setFontId(fontId: int)设置字体 ID。
getFillId()int返回填充 ID。
setFillId(fillId: int)设置填充 ID。
getBorderId()int返回边框 ID。
setBorderId(borderId: int)设置边框 ID。
getAlignment()AlignmentValue返回对齐方式。
setAlignment(alignment: AlignmentValue)设置对齐方式。
getProtection()ProtectionValue返回保护设置。
setProtection(protection: ProtectionValue)设置保护设置。
 中文