Documentation ¶
Index ¶
- func NewBorderColorStyler(fpdf *gofpdf.Fpdf) *borderColorStyler
- func NewBorderLineStyler(fpdf *gofpdf.Fpdf) *borderLineStyler
- func NewBorderThicknessStyler(fpdf *gofpdf.Fpdf) *borderThicknessStyler
- func NewCellCreator(fpdf *gofpdf.Fpdf) *cellWriter
- type CellWriter
- type CellWriterBuilder
- type StylerTemplate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBorderColorStyler ¶
func NewBorderLineStyler ¶
func NewCellCreator ¶
Types ¶
type CellWriter ¶
type CellWriterBuilder ¶
type CellWriterBuilder struct{}
func NewBuilder ¶
func NewBuilder() *CellWriterBuilder
func (*CellWriterBuilder) Build ¶
func (c *CellWriterBuilder) Build(fpdf *gofpdf.Fpdf) CellWriter
type StylerTemplate ¶
type StylerTemplate struct {
// contains filtered or unexported fields
}
func (*StylerTemplate) SetNext ¶
func (s *StylerTemplate) SetNext(next CellWriter)
Click to show internal directories.
Click to hide internal directories.