PdfStandardStructTypes
TableBody Field
|
A group of rows that constitute the main body portion of a table. If the table is split across multiple pages, the body area may be broken apart on a row boundary.
A table may have multiple TBody elements to allow for the drawing of a border or background for a set of rows.
Namespace:
Spire.Pdf.Interchange.TaggedPdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public const string TableBody = "TBody"
Public Const TableBody As String = "TBody"
public:
literal String^ TableBody = "TBody"
static val mutable TableBody: string
Field Value
Type:
String
See Also