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
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.
-
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
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
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
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.
--