summaryrefslogtreecommitdiff
path: root/template.go
diff options
context:
space:
mode:
Diffstat (limited to 'template.go')
-rw-r--r--template.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/template.go b/template.go
index d27bc40..1bcd25d 100644
--- a/template.go
+++ b/template.go
@@ -124,6 +124,9 @@ type Template interface {
Bytes() []byte
Images() map[string]*ImageInfoType
Templates() []Template
+ NumPages() int
+ FromPage(int) (Template, error)
+ FromPages() []Template
Serialize() ([]byte, error)
gob.GobDecoder
gob.GobEncoder