Documentation ¶
Overview ¶
nolint: dupl
nolint: dupl
Index ¶
- func NewBorderColorStyler(fpdf gofpdfwrapper.Fpdf) *borderColorStyler
- func NewBorderLineStyler(fpdf gofpdfwrapper.Fpdf) *borderLineStyler
- func NewBorderThicknessStyler(fpdf gofpdfwrapper.Fpdf) *borderThicknessStyler
- func NewCellWriter(fpdf gofpdfwrapper.Fpdf) *cellWriter
- func NewFillColorStyler(fpdf gofpdfwrapper.Fpdf) *fillColorStyler
- type CellWriter
- type CellWriterBuilder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBorderColorStyler ¶
func NewBorderColorStyler(fpdf gofpdfwrapper.Fpdf) *borderColorStyler
func NewBorderLineStyler ¶
func NewBorderLineStyler(fpdf gofpdfwrapper.Fpdf) *borderLineStyler
func NewBorderThicknessStyler ¶
func NewBorderThicknessStyler(fpdf gofpdfwrapper.Fpdf) *borderThicknessStyler
func NewCellWriter ¶
func NewCellWriter(fpdf gofpdfwrapper.Fpdf) *cellWriter
func NewFillColorStyler ¶
func NewFillColorStyler(fpdf gofpdfwrapper.Fpdf) *fillColorStyler
Types ¶
type CellWriter ¶
type CellWriter interface { SetNext(next CellWriter) GetNext() CellWriter GetName() string Apply(width, height float64, config *entity.Config, prop *props.Cell) }
type CellWriterBuilder ¶
type CellWriterBuilder struct{}
func NewBuilder ¶
func NewBuilder() *CellWriterBuilder
func (*CellWriterBuilder) Build ¶
func (c *CellWriterBuilder) Build(fpdf gofpdfwrapper.Fpdf) CellWriter
Click to show internal directories.
Click to hide internal directories.