SharpLeaf Reference > SharpLeaf Enumerations > BoxFlow Enumeration BoxFlow Enumeration
Method to flow an object into a SharpLeaf report.
public enum BoxFlow
Members
Center | Center box between margins, and do not flow text around it | Left | Draw box on the left margin, and flow text to the right if there is room | Paragraph | Flow box as a paragraph, and do not flow text around it | Right | Draw box on the right margin, and flow text to the left if there is room |
Remarks
BoxFlow.Paragraph applies all ParagraphStyle settings that are meaningful to inclusions, excepted SharpLeaf.IncludeSpace which treats it as BoxFlow.Center :
RequirementsNamespace: Causeway Assembly: SharpPlot (in sharpplot.dll)
See also ...Text Inclusions | SharpLeaf.IncludeChart Method | SharpLeaf.IncludeImage Method | SharpLeaf.IncludeSpace Method | SharpLeaf.IncludeTable Method
Send comments on this topic © Dyalog Ltd 2021
|