SampleSmartTemplate
extends MasterProductSmartTemplate
in package
Custom Smart Template
Tags
Table of Contents
- addPages() : void
- This method must be overwritten to create your document by adding pages and html content
Methods
addPages()
This method must be overwritten to create your document by adding pages and html content
public
addPages(CSSmartDocument $doc[, CSSmartPreset $preset = null ]) : void
Parameters
- $doc : CSSmartDocument
-
the document object
- $preset : CSSmartPreset = null
-
the rendering preset and context
