I figured maybe there is some end of string chars or newline chars at the end of the string. So I tried:
RV.Style.ParaStyles.Items[9].Alignment := rvaRight;
But the text (a colnumber) simple aligned nice and sweet to the right so then the unwanted space bubbled over to the left of the text.
I.e ...
Search found 2 matches
- Tue May 30, 2006 8:55 am
- Forum: Support
- Topic: Getting control of margins in cells
- Replies: 2
- Views: 11438
- Mon May 29, 2006 1:15 pm
- Forum: Support
- Topic: Getting control of margins in cells
- Replies: 2
- Views: 11438
Getting control of margins in cells
Summary:
Want to: Add many tablecells on a page
Problem: Due to unexpected margins the cells get wider then wished and hence less cells fit on one page.
I set some properties for the table:
table.BorderHSpacing := -1;
table.BorderVSpacing := -1;
table.CellHSpacing := -1;
table.CellVSpacing ...
Want to: Add many tablecells on a page
Problem: Due to unexpected margins the cells get wider then wished and hence less cells fit on one page.
I set some properties for the table:
table.BorderHSpacing := -1;
table.BorderVSpacing := -1;
table.CellHSpacing := -1;
table.CellVSpacing ...