Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
Cell height, alignment after MergeTableCells |
Post Reply |
Author | |
Slawek
Beginner Joined: 05 Aug 09 Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 05 Aug 09 at 8:08AM |
Hi,
I create table TabId := CreateTable(5, 5); SetTableRowHeight(TabId , 1, 5, 0); //auto height SetTableColumnWidth(TabId , 1, 1, 0.5); SetTableColumnWidth(TabId , 1, 2, 0.5); ... SetTableCellAlignment(TabId , 1, 1, 5, 5, 4); //middle center SetTableCellContent(TabId , 1, 1, 'long long long text'); SetTableCellContent(TabId , 1, 2, 'long long long text'); I have the same text in cell 1 and 2 (wrapped, double text height) | | | | | long long | long long | text | text | text | long text | long text | | | | _________________| | | | now I merge 2 cells MergeTableCells(TabId , 1, 1, 1, 2); after that the height of cell 1-2 (row 1) is the same (double text height) and now its top center (not middle). Other cells have short text (only 1 line) and middle center. long long long text | | | | | text | text | text | | | | | ________________| | | | How I can change height and alignment after merge? |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store