CellFormat

CellFormat class

Represents format of a table cell.

The CellFormat type exposes the following members:

Properties

NameDescription
as_i_presentation_componentAllows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
fill_formatReturns a cell fill properties object.
Read-only IFillFormat.
border_leftReturns a left border line properties object.
Read-only ILineFormat.
border_topReturns a top border line properties object.
Read-only ILineFormat.
border_rightReturns a right border line properties object.
Read-only ILineFormat.
border_bottomReturns a bottom border line properties object.
Read-only ILineFormat.
border_diagonal_downReturns a top-left to bottom-right diagonal line properties object.
Read-only ILineFormat.
border_diagonal_upReturns a bottom-left to top-right diagonal line properties object.
Read-only ILineFormat.
slideReturns the base slide.
Read-only IBaseSlide.
presentationReturns the presentation.
Read-only IPresentation.

Methods

NameDescription
get_effective()Gets effective table cell formatting properties with inheritance and table styles applied.

See Also