package
Version:
v0.2.3
Opens a new window with list of versions in this module.
Published: Jul 2, 2024
License: MIT, MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
Portrait = "portrait"
Landscape = "landscape"
)
type Col interface {
Value(value any) Col
}
type PdfOrientation interface {
Portrait() Pdf
Landscape() Pdf
}
type Row interface {
Col() Col
}
type Sheet interface {
Row() Row
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.