Interface IColumnComposer
- Namespace
- DocWright.Composition
- Assembly
- DocWright.Composition.dll
Composes a sequence of blocks, one after another. This is the natural fit for Word, whose flow is a column of blocks.
public interface IColumnComposer
Methods
- Item()
Adds an item.
- Spacing(double, Unit)
Sets the space between items.
Spacing is applied as space below each item but the last. Where an item cannot carry paragraph spacing — a table, for example — the space is carried by the preceding paragraph instead.