Chunk

View: New views
1 Messages — Rating Filter:   Alert me  

Chunk

by donaldv :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am very new to itext!!! I want to have a bulletin and text that is underline but only text must be underline...then add that to a Document...please help me

Chunk chunk = new Chunk("Increase Retirement Funding");
            chunk.setUnderline(+1f, -2f);// this underline the text
            document.add(chunk);



• Increase Retirement Funding  ( This text must be underlined but the bulletin must not be underline)