Function TParagraph.ParagraphLines : Integer

Unit: WPRTEDefs
Class: WPRTEDefs.TParagraph

Returns

The type of the result value is Integer.

Description

Returns a bitfield which specifies which borders are required for this paragraph: WPDRAW_LEFTBORDER = 1; WPDRAW_TOPBORDER = 2; WPDRAW_RIGHTBORDER = 4; WPDRAW_BOTTOMBORDER = 8; WPDRAW_DIAG_LB = 16; // Draw Diagonal line \ WPDRAW_DIAG_RB = 32; // Draw Diagonal line / WPDRAW_BAR = 64; // Draw a line | in the left page margin