Versions in this module Expand all Collapse all v0 v0.2.0 Jun 11, 2026 v0.1.0 Jun 10, 2026 Changes in this version + var WithContentWidth = paperhtml.WithContentWidth + var WithGridSize = paperhtml.WithGridSize + var WithImageBaseDir = paperhtml.WithImageBaseDir + var WithLimits = paperhtml.WithLimits + var WithStylesheetBaseDir = paperhtml.WithStylesheetBaseDir + var WithUnsafeNoLimits = paperhtml.WithUnsafeNoLimits + var WithUnsupportedHandler = paperhtml.WithUnsupportedHandler + func NewAutoRow(htmlStr string, opts ...Option) (core.Row, error) + func NewCol(size int, htmlStr string, opts ...Option) (core.Col, error) + func NewRow(height float64, htmlStr string, opts ...Option) (core.Row, error) + type HTML struct + func New(htmlStr string, opts ...Option) (*HTML, error) + func (h *HTML) GetHeight(provider core.Provider, cell *entity.Cell) float64 + func (h *HTML) GetStructure() *node.Node[core.Structure] + func (h *HTML) Render(provider core.Provider, cell *entity.Cell) + func (h *HTML) SetConfig(config *entity.Config) + type Limits = paperhtml.Limits + type Option = paperhtml.Option