PdfElixide.Document.Table.Row (pdf_elixide v0.7.0)

Copy Markdown View Source

A single row of a detected table, holding its cells.

Summary

Types

t()

@type t() :: %PdfElixide.Document.Table.Row{
  cells: [PdfElixide.Document.Table.Cell.t()],
  header?: boolean()
}