Help for this page

Select Code to Download


  1. or download this
    $word->Selection->{ParagraphFormat}->{KeepWithNext} = 1;
    $word->Selection->ParagraphFormat({ KeepWithNext => 1 });
    $word->Selection->ParagraphFormat->KeepWithNext = 1;