StyleValue
StyleValue
概述
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,另外一个.
接入方法
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
FontValue | FontValue | 阅读 | 获取字体值。. |
FillPatternKind | FillPatternKind | 阅读 | 获取填充模式的种类。. |
ColorValue | ColorValue | 阅读 | 获取颜色值。. |
BordersValue | BordersValue | 阅读 | 获取边框值。. |
AlignmentValue | AlignmentValue | 阅读 | 获取对齐值。. |
ProtectionValue | ProtectionValue | 阅读 | 获取保护值。. |
NumberFormatValue | NumberFormatValue | 阅读 | 获取数字格式值。. |
方法
| Signature | 描述情况 |
|---|---|
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 | 创建当前实例的副本. |