ing erl wrote: > Hello Bruno! > > Well, my knowledge is Java - not HTML and CSS. > > But I would like to achieve what was done in the example which I first > mentioned: > Cell invoiceOrganizationNumber = new Cell( > invoice.getOrganizationNumber() ); > > invoiceOrganizationNumber.setHorizontalAlignment(Cell.ALIGN_RIGHT); > invoiceOrganizationNumber.setMarkupAttribute( > MarkupTags.CLASS, "small"); > table.addCell(invoiceOrganizationNumber,row,3); > > This would help me out, using the CSS to be responsible for the colors > and fonts. > I do not want to set colors and fonts in my java-code. > the above example, is that not possible today?
I /think/ it is possible, but I would have to look into code that was written over 3 years ago. I don't have the time to do that right now. br, Bruno ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
