onIncreaseTableColspan method

bool onIncreaseTableColspan(
  1. FluentDocument document,
  2. FluentTable table,
  3. FluentCell cell
)

Intercepts increasing table cell colspan. Return true if handled.

Implementation

bool onIncreaseTableColspan(FluentDocument document, FluentTable table, FluentCell cell) => false;