Re: [iText-questions] How to replace MultiColumnText with ColumnText in iText

2012-11-23 Thread iText Info
Op 23/11/2012 11:35, Alexandr Makhin schreef: Hello I have such statements in the code |MultiColumnText mct= new MultiColumnText(MultiColumnText.AUTOMATIC); mct.AddRegularColumns(document.Left, document.Right, 30f, 2); mct.AddElement(table);| But after upgrade iText to 5.3.3 they have re

[iText-questions] How to replace MultiColumnText with ColumnText in iText

2012-11-23 Thread Alexandr Makhin
Hello I have such statements in the code MultiColumnText mct = new MultiColumnText(MultiColumnText.AUTOMATIC); mct.AddRegularColumns(document.Left, document.Right, 30f, 2); mct.AddElement(table); But after upgrade iText to 5.3.3 they have removed MultiColumnText and suggest use ColumnText instea