MCPcopy
hub / github.com/signintech/gopdf / TableLayout

Interface TableLayout

table.go:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48type TableLayout interface {
49 AddColumn(header string, width float64, align string)
50 AddRow(row []string)
51 AddStyledRow(row []RowCell)
52 SetTableStyle(style CellStyle)
53 SetHeaderStyle(style CellStyle)
54 SetCellStyle(style CellStyle)
55 DrawTable() error
56}
57
58// Represents the layout of a table
59type tableLayout struct {

Callers 19

TestTableFunction · 0.95
TestTableCenterFunction · 0.95
TestTableWithStyledRowsFunction · 0.95
TestTableFunction · 0.95
TestTableCenterFunction · 0.95
TestTableWithStyledRowsFunction · 0.95
TestTableWithStyledRowsFunction · 0.95
TestTableFunction · 0.95
TestTableCenterFunction · 0.95
TestTableWithStyledRowsFunction · 0.95
TestTableFunction · 0.95
TestTableCenterFunction · 0.95

Implementers 1

tableLayouttable.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…