ICellFormat
ICellFormat interface
表示表格单元格的格式。
public interface ICellFormat
特性
姓名 | 描述 |
---|---|
BorderBottom { get; } | 返回底部边框线属性对象。 只读ILineFormat 。 |
BorderDiagonalDown { get; } | 返回左上角到右下角的对角线属性对象。 只读ILineFormat 。 |
BorderDiagonalUp { get; } | 返回左下角到右上角的对角线属性对象。 只读ILineFormat 。 |
BorderLeft { get; } | 返回左边界线属性对象。 只读ILineFormat 。 |
BorderRight { get; } | 返回右边界线属性对象。 只读ILineFormat 。 |
BorderTop { get; } | 返回顶部边框线属性对象。 只读ILineFormat 。 |
FillFormat { get; } | 返回一个单元格填充属性对象。 只读IFillFormat 。 |
方法
姓名 | 描述 |
---|---|
GetEffective() | 获取有效的表格单元格格式属性,并应用了继承和表格样式。 |
也可以看看
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides