L
LineSpace in paragraph
Hi,
In vba I have created a table with 2 rows and 3 cells. In each cell I set
Paragraph linespace to 1 cm, I set Toppadding for cell = 0 and Spacebefore
for paragraph to 0 too. but as I set Linespace there is an extra space above
my text in paragraph
and edge of the cell. I think It problam comes from baselinealignment
setting in table. I set BaseLineAlignment to every below this constants.
"wdbaselinealigntop", "wdbaselineAligncenter", "wdbaselineAlignbaseline",
"wdbaselineAlignFarEast50"
just In FarEAst Option my text come upper than the others but no compeletly.
I just need to set line spaces in between my rows in paragraphs not for
first line of paragraph to previous paragraphs or anything.
what should I do please help
In vba I have created a table with 2 rows and 3 cells. In each cell I set
Paragraph linespace to 1 cm, I set Toppadding for cell = 0 and Spacebefore
for paragraph to 0 too. but as I set Linespace there is an extra space above
my text in paragraph
and edge of the cell. I think It problam comes from baselinealignment
setting in table. I set BaseLineAlignment to every below this constants.
"wdbaselinealigntop", "wdbaselineAligncenter", "wdbaselineAlignbaseline",
"wdbaselineAlignFarEast50"
just In FarEAst Option my text come upper than the others but no compeletly.
I just need to set line spaces in between my rows in paragraphs not for
first line of paragraph to previous paragraphs or anything.
what should I do please help