Interface IRowComposer
- Namespace
- DocWright.Composition
- Assembly
- DocWright.Composition.dll
Composes content placed side by side, which lowers to a borderless single-row table.
public interface IRowComposer
Methods
- ConstantItem(double, Unit)
Adds an item of a fixed width.
- RelativeItem(double)
Adds an item whose width is a share of the space left after the constant items.