CellFormatValue

CellFormatValue

Overview

CellFormatValue is a class in Aspose.Cells FOSS for Java.

Inner class representing cell format value.

This class provides 13 methods for working with CellFormatValue objects in Java programs. Available methods include: CellFormatValue, getAlignment, getBorderId, getFillId, getFontId, getNumFmtId, getProtection, setAlignment, setBorderId, setFillId, setFontId, setNumFmtId, and 1 additional methods. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: alignment, borderId, fillId, fontId, numFmtId, protection.

Description

CellFormatValue is a class in the Aspose.Cells FOSS library for Java that exposes 12 methods and 6 properties for programmatic use.

Core capabilities include: alignmentvalue; protectionvalue; sets the num fmt id. These operations enable developers to integrate cellformatvalue functionality directly into Java applications.

The class also provides the numFmtId property (returns the num fmt id), the fontId property (returns the font id), the fillId property (returns the fill id).

Instances are created through a single constructor that initializes the object with default values.

Properties

NameTypeAccessDescription
numFmtIdintReadReturns the num fmt id.
fontIdintReadReturns the font id.
fillIdintReadReturns the fill id.
borderIdintReadReturns the border id.
alignmentAlignmentValueReadReturns the alignment.
protectionProtectionValueReadReturns the protection.

Methods

SignatureDescription
CellFormatValue()Initializes a new CellFormatValue instance.
getNumFmtId()intReturns the num fmt id.
setNumFmtId(numFmtId: int)Sets the num fmt id.
getFontId()intReturns the font id.
setFontId(fontId: int)Sets the font id.
getFillId()intReturns the fill id.
setFillId(fillId: int)Sets the fill id.
getBorderId()intReturns the border id.
setBorderId(borderId: int)Sets the border id.
getAlignment()AlignmentValueReturns the alignment.
setAlignment(alignment: AlignmentValue)Sets the alignment.
getProtection()ProtectionValueReturns the protection.
setProtection(protection: ProtectionValue)Sets the protection.

See Also

 English