Table paragraph to hold rows and cells of data.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public class Table : Paragraph
Visual Basic
<SerializableAttribute> _
Public Class Table _
	Inherits Paragraph

Remarks

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).

Inheritance Hierarchy

See Also