StylesheetLoadContext

StylesheetLoadContext

Overview

StylesheetLoadContext 是 C++ 的 FOSS 中的 Aspose.Cells 类.

在样式表加载时使用的内部上下文,以积累细胞格式,微分格型,日期风格索引和默认细胞风类.

本类提供了8种方法,用于在C++程序中与StylesheetLoadContext对象工作. 有的方法包括: GetCellFormats, GetDateStyleIndexes, GetDefaultCellStyle, GetDifferentialFormats, SetDefaultCellStyle. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

Methods

SignatureDescription
GetDefaultCellStyle()Core::StyleValue获取或设置默认的单元格风格.执行 StyleValue::Default().Clone (().
SetDefaultCellStyle(value: Core::StyleValue)设置默认的单元格风值.
GetCellFormats()std::vector<Core::StyleValue>获取单元格的列表. 用一个 StyleValue::Default() .Clone (() 的初始化.
GetCellFormats()std::vector<Core::StyleValue>返回细胞格式.
GetDifferentialFormats()std::vector<Core::StyleValue>得到了差异格式的列表.
GetDifferentialFormats()std::vector<Core::StyleValue>返回差量格式.
GetDateStyleIndexes()std::unordered_set<int>得到了日期风格索引的集合.
GetDateStyleIndexes()std::unordered_set<int>返回日期样式索引.

See Also

 中文