TableRenderer
Overview
TableRenderer 是Python的Aspose.Words FOSS中的一个类.
将LDM表转换为PDF.
这个类提供了在Python程序中使用TableRenderer 对象的3种方法. 有的方法包括: __init__, draw_line, render_table. 在安装Python包的Aspose.Words FOSS后,所有公众成员都可以访问任何 Python 应用程序.
Methods
| Signature | Description |
|---|---|
__init__(writer: PDFWriterContext) | |
render_table(pdf: FPDF, table: ldm.Table) | 提供一个完整的桌子. |
draw_line(b: ldm.Border, x1: float, y1: float, x2: float, y2: float) |