MCPcopy Create free account
hub / github.com/lxn/walk / Document

Struct Document

src/pkg/walk/document.go:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type Document struct {
31 name string
32 items []item
33 pages []*Page
34 nextPageInfo *PageInfo
35 insertBounds Rectangle // Current bounds for pagination
36}
37
38func NewDocument(name string) *Document {
39 return &Document{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected