Interface ITableCellComposer
- Namespace
- DocWright.Composition
- Assembly
- DocWright.Composition.dll
A table cell. It is a block container, plus the properties only a cell has.
public interface ITableCellComposer : IBlockContainer
- Inherited Members
Methods
- AlignBottom()
Anchors the cell's content to its bottom edge.
- AlignMiddle()
Centres the cell's content vertically.
- AlignTop()
Anchors the cell's content to its top edge.
- ColumnSpan(int)
Makes this cell span several columns.