|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 Template class. |
Method Summary | |
---|---|
void |
draw(PageWriter writer)
Draws the template's page elements to the given PageWriter object. |
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.PageWriter
public Group getElements()
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |