Removing empty line preceding a paragraph

General TRichView support forum. Please post your questions here
Post Reply
hcourcelles
Posts: 16
Joined: Wed Aug 26, 2009 7:58 pm

Removing empty line preceding a paragraph

Post by hcourcelles »

Hi,

When I add text with AddNL inside a cell and specify a paragraph style, it always insert an empty line preceeding my text.

Where in the paragraph setting can i configure it so it won't add an empty line preceeding the text?

FYI: SpaceBefore is set to 0.

This way my table and cell will look compact and clean.

Best regards,
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Each cell initially contains one empty text string.
Before calling Cell.AddNL, call Cell.Clear.
Post Reply