PdfStandardStructTypes
TableRow Field
|
A row of headings or data in a table. It may contain table header cells and table data cells (structure types TH and TD).
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 TableRow = "TR"
Public Const TableRow As String = "TR"
public:
literal String^ TableRow = "TR"
static val mutable TableRow: string
Field Value
Type:
String
See Also