StyleValue
StyleValue
Overview
StyleValue 是 C++ 的 FOSS 中的 Aspose.Cells 类.
代表风格价值.
这个类提供了27种方法,用于在C++程序中与StyleValue对象工作. 有的方法包括: AlignmentValue, BordersValue, Clone, ColorValue, Default, FillPatternKind, FontValue, GetAlignment, GetBackgroundColor, GetBorders, GetFont, GetForegroundColor,另外还有14种方法. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序. 接入方法: AlignmentValue, BordersValue, ColorValue, FillPatternKind, FontValue, NumberFormatValue,另外一个.
接入方法
| Name | Type | Access | Description |
|---|---|---|---|
FontValue | FontValue | Read | 得到字体值. |
FillPatternKind | FillPatternKind | Read | 得到填充模式. |
ColorValue | ColorValue | Read | 得到了颜色值. |
BordersValue | BordersValue | Read | 得到边界值. |
AlignmentValue | AlignmentValue | Read | 得到了对齐值. |
ProtectionValue | ProtectionValue | Read | 得到保护值. |
NumberFormatValue | NumberFormatValue | Read | 得到了数字格式值. |
Methods
| Signature | Description |
|---|---|
FontValue() → FontValue | 显示字体值. |
FillPatternKind() → FillPatternKind | 得到或设置模式. |
ColorValue() → ColorValue | 获得或设置前景颜色. |
ColorValue() → ColorValue | 得到或设置背景颜色. |
BordersValue() → BordersValue | 执行边界值. |
AlignmentValue() → AlignmentValue | 执行对齐值. |
ProtectionValue() → ProtectionValue | 提供保护价值. |
NumberFormatValue() → NumberFormatValue | 执行数格式值. |
StyleValue() | 启动一个新的类实例. |
Default() → StyleValue | 得到默认的. |
GetFont() → FontValue | 显示字体值. |
SetFont(value: FontValue) | 设置字体值. |
GetPattern() → FillPatternKind | 得到或设置模式. |
SetPattern(value: FillPatternKind) | 设置模式值. |
GetForegroundColor() → ColorValue | 获得或设置前景颜色. |
SetForegroundColor(value: ColorValue) | 设置前景颜色值. |
GetBackgroundColor() → ColorValue | 得到或设置背景颜色. |
SetBackgroundColor(value: ColorValue) | 设置背景颜色值. |
GetBorders() → BordersValue | 执行边界值. |
SetBorders(value: BordersValue) | 设置边界值. |
GetAlignment() → AlignmentValue | 执行对齐值. |
SetAlignment(value: AlignmentValue) | 设置对齐值. |
GetProtection() → ProtectionValue | 提供保护价值. |
SetProtection(value: ProtectionValue) | 设置保护值. |
GetNumberFormat() → NumberFormatValue | 执行数格式值. |
SetNumberFormat(value: NumberFormatValue) | 设置数格式值. |
Clone() → StyleValue | 创建当前实例的副本. |