Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImageElement ¶
type ImageElement struct { *Element Field string `json:"field"` Font string `json:"font"` FontSize int `json:"fontSize"` Color pdf.Color `json:"color"` Key string `json:"key"` Perm gcp.Perm `json:"perm"` X float64 `json:"x"` Y float64 `json:"y"` W float64 `json:"width"` H float64 `json:"height"` Alpha float64 `json:"alpha"` Spacing float64 `json:"spacing"` DSKey string `json:"dsKey"` // contains filtered or unexported fields }
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.