SharpLeaf Reference > SharpLeaf Methods > NextClear Method SharpLeaf.NextClear Method
Move down to the closest spot with no inclusion on the left and/or the right hand side. Does nothing if there is no inclusion.
Overloads
Example
// Ensure no inclusion on the left before starting paragraph
lf.NextClear(true,false);
lf.NextParagraph();
See also ...Text Inclusions | SharpLeaf Members | ParagraphStyle.ClearLeft Property | ParagraphStyle.ClearRight Property
Send comments on this topic © Dyalog Ltd 2021
|