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

Method AddColumn

table.go:49–49  ·  view source on GitHub ↗
(header string, width float64, align string)

Source from the content-addressed store, hash-verified

47
48type TableLayout interface {
49 AddColumn(header string, width float64, align string)
50 AddRow(row []string)
51 AddStyledRow(row []RowCell)
52 SetTableStyle(style CellStyle)

Callers 3

TestTableFunction · 0.95
TestTableCenterFunction · 0.95
TestTableWithStyledRowsFunction · 0.95

Implementers 1

tableLayouttable.go

Calls

no outgoing calls

Tested by 3

TestTableFunction · 0.76
TestTableCenterFunction · 0.76
TestTableWithStyledRowsFunction · 0.76