Namespace TallComponents.PDF.Layout.Paragraphs

Class Table

Table paragraph to hold rows and cells of data.

The table class is a specialization of paragraph. All members of paragraph are members of table as well. Like any paragraph, a table can be added to any paragraph collection, e.g. section, table cell, header and footer. A table is build of rows of cells. A cell contains a collection of paragraphs (possibly tables).

Syntax

public class Table : Paragraph

Constructors

Properties

Methods