StyleValue

Overview

StyleValue is a class in Aspose.Cells FOSS for C++.

Represents style value.

This class provides 27 methods for working with StyleValue objects in C++ programs. Available methods include: AlignmentValue, BordersValue, Clone, ColorValue, Default, FillPatternKind, FontValue, GetAlignment, GetBackgroundColor, GetBorders, GetFont, GetForegroundColor, and 14 additional methods. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: AlignmentValue, BordersValue, ColorValue, FillPatternKind, FontValue, NumberFormatValue, and 1 more.

Accessor Methods

NameTypeAccessDescription
FontValueFontValueReadGets the font value.
FillPatternKindFillPatternKindReadGets the fill pattern kind.
ColorValueColorValueReadGets the color value.
BordersValueBordersValueReadGets the borders value.
AlignmentValueAlignmentValueReadGets the alignment value.
ProtectionValueProtectionValueReadGets the protection value.
NumberFormatValueNumberFormatValueReadGets the number format value.

Methods

SignatureDescription
FontValue()FontValuePerforms font value.
FillPatternKind()FillPatternKindGets or sets the pattern.
ColorValue()ColorValueGets or sets the foreground color.
ColorValue()ColorValueGets or sets the background color.
BordersValue()BordersValuePerforms borders value.
AlignmentValue()AlignmentValuePerforms alignment value.
ProtectionValue()ProtectionValuePerforms protection value.
NumberFormatValue()NumberFormatValuePerforms number format value.
StyleValue()Initializes a new instance of the class.
Default()StyleValueGets the default.
GetFont()FontValuePerforms font value.
SetFont(value: FontValue)Sets the font value.
GetPattern()FillPatternKindGets or sets the pattern.
SetPattern(value: FillPatternKind)Sets the pattern value.
GetForegroundColor()ColorValueGets or sets the foreground color.
SetForegroundColor(value: ColorValue)Sets the foreground color value.
GetBackgroundColor()ColorValueGets or sets the background color.
SetBackgroundColor(value: ColorValue)Sets the background color value.
GetBorders()BordersValuePerforms borders value.
SetBorders(value: BordersValue)Sets the borders value.
GetAlignment()AlignmentValuePerforms alignment value.
SetAlignment(value: AlignmentValue)Sets the alignment value.
GetProtection()ProtectionValuePerforms protection value.
SetProtection(value: ProtectionValue)Sets the protection value.
GetNumberFormat()NumberFormatValuePerforms number format value.
SetNumberFormat(value: NumberFormatValue)Sets the number format value.
Clone()StyleValueCreates a copy of the current instance. The style value.

See Also

 English