CellFormat
概述
CellFormat 是 C++ 的 FOSS 中的 Aspose.Slides 类.
表示表单元格的格式.
本类提供了31种方法,用于在C++程序中与CellFormat对象工作. 有的方法包括: CellFormat, FillFormat, LineFormat, border_bottom, border_diagonal_down, border_diagonal_up, border_left, border_right, border_top, fill_format, init_internal, ~CellFormat. 在安装了Aspose.Slides FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序. 特性: FillFormat, LineFormat.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
FillFormat | FillFormat | 阅读 | 获取填充格式。. |
LineFormat | LineFormat | 阅读 | 获取行格式。. |
方法
| Signature | 描述情况 |
|---|---|
FillFormat() → FillFormat | 返回定义单元格填充设置的 FillFormat 对象. |
FillFormat() → FillFormat | |
LineFormat() → LineFormat | 返回定义单元格边界线设置的 LineFormat 对象. |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
CellFormat() | |
~CellFormat() | |
init_internal(tc_pr_element: pugi::xml_node, save_callback: std::function<void()>) | 从一个元素初始化 XML 支持的单元格式. |
fill_format() → FillFormat | 返回该单元格的填写格式. |
fill_format() → FillFormat | 返回该单元格的填写格式. |
border_left() → LineFormat | 返回左边界线格式. |
border_left() → LineFormat | 返回左边界线格式. |
border_top() → LineFormat | 返回顶边线格式. |
border_top() → LineFormat | 返回顶边线格式. |
border_right() → LineFormat | 返回正确的边界线格式. |
border_right() → LineFormat | 返回正确的边界线格式. |
border_bottom() → LineFormat | 返回底边线格式. |
border_bottom() → LineFormat | 返回底边线格式. |
border_diagonal_down() → LineFormat | 返回对角下边界线格式. |
border_diagonal_down() → LineFormat | 返回对角下边界线格式. |
border_diagonal_up() → LineFormat | 返回对角上边界线格式. |
border_diagonal_up() → LineFormat | 返回对角上边界线格式. |