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

Method AddStyledRow

table.go:51–51  ·  view source on GitHub ↗
(row []RowCell)

Source from the content-addressed store, hash-verified

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)

Callers 1

TestTableWithStyledRowsFunction · 0.95

Implementers 1

tableLayouttable.go

Calls

no outgoing calls

Tested by 1

TestTableWithStyledRowsFunction · 0.76