Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImageElement ¶
type LineElemnt ¶
type PdfElement ¶
type TableElement ¶ added in v0.11.0
type TextElemnt ¶
type TextElemnt struct {
*Element
X float64 `json:"x"`
Y float64 `json:"y"`
Field string `json:"field"`
Split string `json:"split"`
Value string `json:"value"`
Font string `json:"font"`
FontSize int `json:"fontSize"`
Color pdf.Color `json:"color"`
Align string `json:"align"`
}
func (*TextElemnt) Text ¶
func (ele *TextElemnt) Text() string
Click to show internal directories.
Click to hide internal directories.