TableConverter
Overview
TableConverter is a class in Aspose.Words FOSS for Python.
Handles conversion of tables to Markdown.
This class provides 2 methods for working with TableConverter objects in Go programs.
Available methods include: __init__, convert.
All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go.
Properties: options.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
options | `` | Read | Gets the options. |
Methods
| Signature | Description |
|---|---|
__init__(options: ConversionOptions) | |
convert(table: TableData) → str | Convert a table to Markdown format. |