SharpLeaf Reference > ParagraphStyle Structure > FrameBreak Property ParagraphStyle.FrameBreak Property
This paragraph type will always begin in a new frame (default is false).
public bool FrameBreak {get; set;}
Example
style.FrameBreak = true;
See also ...SharpLeaf.NextFrame Method | ParagraphStyle.Members | ParagraphStyle.PageBreak Property | Frame.Skip Property
Send comments on this topic © Dyalog Ltd 2021
|