Table of Contents

Class TableItem

Namespace
Mythosia.Documents.Elements
Assembly
Mythosia.Documents.Abstractions.dll

A table content item. Follows the docling TableItem convention.

public class TableItem : DocItem
Inheritance
TableItem
Inherited Members

Constructors

TableItem()

public TableItem()

Properties

Captions

References to caption items for this table.

public List<RefItem> Captions { get; set; }

Property Value

List<RefItem>

Data

The table structure and cell data.

public TableData Data { get; set; }

Property Value

TableData