Print Page | Close Window

SetTableCellAlignment

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=1869
Printed Date: 29 Apr 24 at 11:19AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: SetTableCellAlignment
Posted By: naufymc
Subject: SetTableCellAlignment
Date Posted: 23 Jun 11 at 1:28PM
Please help me...
I have created a table in a pdf file,
 
     pdflb.SetTableCellContent(TableId,3,2,'Test');
     this code alone is working..
 
     But SetTableCellContent is not working with function "SetTableCellAlignment"
 
     pdflb.SetTableCellAlignment(TableId,3,2,3,2,4);
     pdflb.SetTableCellTextColor(TableId,3,2,3,2,1,0,1);
     pdflb.SetTableCellContent(TableId,3,2,'a');
 
Can anybody help me......?
 
This problem is happening only in some rows or columns....why it is like that..?
 



Replies:
Posted By: Rowan
Date Posted: 01 Jul 11 at 10:44AM
Can you post all of the code that you're using to create the table?


Posted By: naufymc
Date Posted: 01 Jul 11 at 10:56AM
Thank u so much for ur kind support...I rectified the issue....Still i have a doubt.. issue is coming when I use " pdflb.SetTableRowHeight(TableId,3,6,15);"  ,when I increase the rowheight to 16 ,It is OK.
Is there any minimum value for Rowheight?



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk