Does MultiColumnText Work in iTextSharp v5.3.3?

不问归期 提交于 2019-12-10 20:18:02

问题


I can't find MultiColumnText anywhere in iTextSharp v5.3.3 (from NuGet). All I can find is ColumnText which certainly isn't as friendly to use and is more than I really need. Am I missing something? There are several links that say that MultiColumnText should exist.

  • http://api.itextpdf.com/itext/com/itextpdf/text/pdf/MultiColumnText.html
  • itextsharp nextcolumn not working
  • http://www.mikesdotnetting.com/Article/89/iTextSharp-Page-Layout-with-Columns
  • http://www.devshed.com/c/a/Java/Adding-Columns-With-iTextSharp/

回答1:


While iTextSharp doesn't include MultiColumnText, I could still 'roll my own'. Have a look here: https://stackoverflow.com/a/14781862/271351



来源:https://stackoverflow.com/questions/14774040/does-multicolumntext-work-in-itextsharp-v5-3-3

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!