SharpLeaf Reference > SharpLeaf Methods > IncludeTable Method > (Table,BoxFlow,Double,Boolean,Double) SharpLeaf.IncludeTable Method (Table,BoxFlow,Double,Boolean,Double)
Flow a table with specifed flow, targetting such width, optionally fitting it, and specifying the width of blocks of columns.
public void IncludeTable(
Table tbl,
BoxFlow flow,
double targetwidth,
bool fitwidth,
double blockwidth
);
-
tbl
- Table to flow.
-
flow
- How to flow the table (BoxFlow.Paragraph by default).
-
targetwidth
- Target table width (positive is absolute width in points – negative is relative to currently available frame width) (default is -1).
-
fitwidth
- Scale table so that it fits the target width exactly.
-
blockwidth
- Width to use for blocks of columns (positive is absolute width in points – negative is relative to currently available frame width – 0 disables column splitting) (default is -1).
See also ...SharpLeaf Members | SharpLeaf.IncludeTable Method
Send comments on this topic © Dyalog Ltd 2021
|