Re: [iText-questions] RTF: table size
Henry Lu wrote: > I have difficulties to set the table size correctly. Here is mycode: > > Table t = new Table(2, table_contents.length); > t.setAlignment("LEFT"); > t.setBorderWidth(0); > t.setWidths(new int[] {800,80}); I'm more into PDF than RTF,
[iText-questions] RTF: table size
I have difficulties to set the table size correctly. Here is mycode: Table t = new Table(2, table_contents.length); t.setAlignment("LEFT"); t.setBorderWidth(0); t.setWidths(new int[] {800,80}); No matter what that the numbers are, I always got size