SharpLeaf Reference > ParagraphStyle Structure > SpaceFollowing Property ParagraphStyle.SpaceFollowing Property
Available space to bottom of frame which must follow this paragraph (positive is absolute size in points, negative is multiple of line pitch) (defaults to 0).
public double SpaceFollowing {get; set;}
Example
style.SpaceFollowing = -5; // Ensure at least five lines of style.Font after end of paragraph
Description
Available space is counted from the bottom of paragraph, so after the current paragraph’s SpaceAfter, but before the next paragraph’s SpaceBefore. When there is not enough room, the paragraph is split Keep lines before its end.
Meaningful only when using Frame.Skip is on.
Note that SpaceStarting is less computation-intensive than SpaceFollowing.
See also ...Widow and Orphan Control | Paragraph Glossary | ParagraphStyle.Members | ParagraphStyle.Keep Property | ParagraphStyle.SpaceStarting Property
Send comments on this topic © Dyalog Ltd 2021
|