Documentation ¶
Index ¶
- type Image
- type Report
- func (pdf *Report) DefTable(keyvals ...string) error
- func (pdf *Report) Heading(level int, title string) error
- func (pdf *Report) NewTable(names []string, sizes []int, headingSize, bodySize float64) Table
- func (pdf *Report) Output(w io.Writer) error
- func (pdf *Report) Println(text string) error
- func (pdf *Report) SetFont(nm string, style string, size float64)
- func (pdf *Report) Write(p []byte) (int, error)
- type ReportParams
- type Table
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct { *gofpdf.Fpdf Encode func(string) string Sans, Mono string FontSize, Ht float64 Bottom, Width float64 // contains filtered or unexported fields }
func NewReport ¶
func NewReport(params ReportParams) *Report
type ReportParams ¶
Click to show internal directories.
Click to hide internal directories.