Function TParagraph.paprIsLeftPar : Boolean

Unit: WPRTEDefs
Class: WPRTEDefs.TParagraph

Returns

The type of the result value is Boolean.

Description

This function is provided for compatibility with older version of wptools.
It returns "true" if the paragraph is the first in a cell and there is a cell to the right.
Please note that in wptools 5 tables can be nested. So any loop which loops through cells should not use par.next and par.prev but par.nextcell and par.prevcell