[iText-questions] How to add auto Hyphenation for paragraph (two chunks)?

2011-05-20 Thread pdfengine
I need to highlight some words by changing the font color in a paragraph. I guess I can't do it in one single Chunk so I created several Chunks and append them in a Paragraph. However, when I set the paragraph as text-align-justified the problem comes. chunk.SetHyphenation(new HyphenationAuto("en

Re: [iText-questions] How to prevent last row of the table to expand

2011-05-21 Thread pdfengine
This doesn't work. -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-to-prevent-last-row-of-the-table-to-expand-tp2167961p3539455.html Sent from the iText - General mailing list archive at Nabble.com. -

Re: [iText-questions] How to add auto Hyphenation for paragraph (two chunks)?

2011-05-21 Thread pdfengine
Here is the content data. The value of Security will be colored gray and the display width is 172.5pt. James Moffett of Scout International UMBWX shares Jain's reluctance to invest directly in China, but because of doubts over corporate governance and legal protection, not out of concern over econ

Re: [iText-questions] How to add auto Hyphenation for paragraph (two chunks)?

2011-05-21 Thread pdfengine
Thanks Paul but how to setHyphenation for ColumnText? I am using iTextSharp. I created a ColumnText and have several Chunks. What I do is: SetHyphenation for each chunks such as: chunk1.SetHyphenation(new HyphenationAuto("en", "US", 2, 2)); columnText.Alignment = Element.ALIGN_JUSTIFIED; columnT

Re: [iText-questions] How to add auto Hyphenation for paragraph (two chunks)?

2011-05-22 Thread pdfengine
Thanks 1T3XT but if I only use one Chunk to store the whole paragraph like your example, I will get the same result as yours. The problem is I hope I can get the same good looking result as yours but I also need to highlight the word "UMBWX". I used three chunks to store this paragraph. I used Gra

[iText-questions] How to build itext-hyph-xml.dll?

2011-09-14 Thread pdfengine
I need to modify some language patterns in this dll. Where is the source code to build this dll? -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-to-build-itext-hyph-xml-dll-tp3813784p3813784.html Sent from the iText - General mailing list archive at Nabble.com. --