SharpLeaf Reference > SharpLeaf Methods > IncludeSpace Method > (Double,Double,BoxFlow) SharpLeaf.IncludeSpace Method (Double,Double,BoxFlow)
Include empty space within text flow.
public void IncludeSpace(
double width,
double height,
BoxFlow flow
);
-
width
- Size of the space (positive is absolute size in points, negative is multiple of available frame width).
-
height
- Size of the space (positive is absolute size in points, negative is multiple of line pitch).
-
flow
- Way to flow the space (default is BoxFlow.Left if width is provided, BoxFlow.Paragraph otherwise).
See also ...SharpLeaf Members | SharpLeaf.IncludeSpace Method
Send comments on this topic © Dyalog Ltd 2021
|