onDecreaseTableColspan method

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

Intercepts decreasing table cell colspan. Return true if handled.

Implementation

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