Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 iText 创建 PDF。我想创建一个有序列表。但是,我希望元素被标记为:
a) b) c) d) etc...
iText 不支持这种标记,因为它有几个他自己的预定义。有没有办法创建我自己的标记(例如构造一串元素并将其传递给正确的方法/构造函数),或者是篡改 iText 核心文件的唯一方法?
我打算使用它的列表最多只有 5 个元素,所以字母表的长度不是问题......
关于什么:
List list = new List(List.ORDERED, List.ALPHABETICAL); list.setLowercase(List.LOWERCASE); list.setPostSymbol(") "); // use list
见List源
List
列出了我的 python 脚本:
===========================================
class ExampleTestCase(unittest.TestCase): capabilities = None def setUp(self):