Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FastPdf ¶
type PdfItem ¶
type PdfItem struct {
Type ItemType `json:"type"`
Left float64 `json:"left"`
Top float64 `json:"top"`
Size int `json:"size"` // 大小
Width int `json:"width"` // 宽
Height int `json:"height"` // 高 在table里指的是行高,不指定总高
//FontStyle string `json:"fontStyle"` // 字体样式 默认:Arial
Text string `json:"text"` // 文本内容
Column int `json:"column"` // 列数
Row int `json:"row"` // 行数
TableColumn []TableColumn `json:"tableColumn"`
TableData []map[string]string `json:"tableData"` //行 列
}
type TableColumn ¶
Click to show internal directories.
Click to hide internal directories.