SetKeepTogetherWithNext() public method

public SetKeepTogetherWithNext ( bool keepTogetherWithNext ) : void
keepTogetherWithNext bool
return void
Example #1
0
 /// <summary>
 /// Set whether this RtfParagraph must stay on the same page as the next one.
 /// </summary>
 /// <param name="keepTogetherWithNext">Whether this RtfParagraph must keep together with the next.</param>
 public void SetKeepTogetherWithNext(bool keepTogetherWithNext)
 {
     ParagraphStyle.SetKeepTogetherWithNext(keepTogetherWithNext);
 }