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描述情况
FillFormatFillFormat阅读获取填充格式。.
LineFormatLineFormat阅读获取行格式。.

方法

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返回对角上边界线格式.

查看更多

 中文