| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.Template
public class Template
Represents a document or section template.
Licensing:
This class is a DynamicPDF Generator Community Edition feature.
| Constructor Summary | |
|---|---|
| Template()Initializes a new instance of the Templateclass. | |
| Method Summary | |
|---|---|
|  void | draw(PageWriter writer)Draws the template's page elements to the given PageWriterobject. | 
|  Group | getElements()Gets the page elements that will be applied by the template to all pages. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Template()
Template class.
Template| Method Detail | 
|---|
public void draw(PageWriter writer)
PageWriter object.
writer - PageWriter object to receive the template's output.PageWriterpublic Group getElements()
| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||