pbskat
unread,Aug 29, 2010, 3:55:25 AM8/29/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Hi gurus,
in order to increase the urgency: I have exactly the same problem with
a slightly different approach and result:
Dim WngFont As iTextSharp.text.Font =
FontFactory.GetFont("Wingdings", 10.0F, Font.BOLD)
lCell = New PdfPCell(New Phrase(New Chunk(Chr(67), WngFont)))
lCell.BorderWidth = 0.0F
lCell.VerticalAlignment = Element.ALIGN_TOP
TheTable.AddCell(lCell)
the result is an uppercase "D" in that cell. I could use + and -
character instead but it is much nicer to have some kind of graphical
representation so if someone has a solution I would really appreciate.