PdfStandardStructTypes
TableHeader Field
|
A group of rows that constitute the header of a table. If the table is split across multiple pages,
these rows may be redrawn at the top of each table fragment (although there is only one THead element).
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 TableHeader = "THead"
Public Const TableHeader As String = "THead"
public:
literal String^ TableHeader = "THead"
static val mutable TableHeader: string
Field Value
Type:
String
See Also