ICellFormat
Contents
[
Hide
]
ICellFormat class
Represents format of a table cell.
The ICellFormat type exposes the following members:
Properties
Name | Description |
---|---|
fill_format | Returns a cell fill properties object. Read-only IFillFormat. |
border_left | Returns a left border line properties object. Read-only ILineFormat. |
border_top | Returns a top border line properties object. Read-only ILineFormat. |
border_right | Returns a right border line properties object. Read-only ILineFormat. |
border_bottom | Returns a bottom border line properties object. Read-only ILineFormat. |
border_diagonal_down | Returns a top-left to bottom-right diagonal line properties object. Read-only ILineFormat. |
border_diagonal_up | Returns a bottom-left to top-right diagonal line properties object. Read-only ILineFormat. |
Methods
Name | Description |
---|---|
get_effective() | Gets effective table cell formatting properties with inheritance and table styles applied. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides