Text wrapping cell

General TRichView support forum. Please post your questions here
Post Reply
rellik
Posts: 18
Joined: Mon Oct 05, 2015 9:17 am

Text wrapping cell

Post by rellik »

Which property table cell is responsible for the text wrapping cell to another page?
Sergey Tkachenko
Site Admin
Posts: 17289
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Sorry, I do not understand the question.
If you want to add a page break before the table row, assign
table.Rows[r].PageBreakBefore := True
rellik
Posts: 18
Joined: Mon Oct 05, 2015 9:17 am

Post by rellik »

Text strings in cell, which don't fit in one page, did not wrap to next page, wrapping all cell.
Sergey Tkachenko
Site Admin
Posts: 17289
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

table.Rows[r].KeepTogether := True
rellik
Posts: 18
Joined: Mon Oct 05, 2015 9:17 am

Post by rellik »

I have object "A" of class TRVTableItemInfo.
then I create table A := TRVTableItemInfo.CreateEx(6,3,________)
And I have 6 rows, but A.Rows[3] have not property KeepTogether, and if
A.Cells[3,0] contains many text strings, cell is wrapping to next page entirely.
Sergey Tkachenko
Site Admin
Posts: 17289
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Do you use TRVPrint or ScaleRichView?
Unfortunately, ScaleRichView can break tables only between rows, not inside cells.
rellik
Posts: 18
Joined: Mon Oct 05, 2015 9:17 am

Post by rellik »

My 3th row have one cell. I use TRVPtint, but how them applies to word-wrap?
Sergey Tkachenko
Site Admin
Posts: 17289
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Please send me a sample document to richviewgmailcom
Post Reply