TableRenderer
Overview
TableRenderer is a class in Aspose.Words FOSS for Python.
Renders LDM tables into PDF.
This class provides 3 methods for working with TableRenderer objects in Python programs.
Available methods include: __init__, draw_line, render_table.
All exported members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__(writer: PDFWriterContext) → None | |
render_table(pdf: FPDF, table: ldm.Table) | Render a complete table. |
draw_line(b: ldm.Border, x1: float, y1: float, x2: float, y2: float) → None |