|
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
|
+--com.cete.dynamicpdf.EvenOddTemplate
This class can be used to define a template that can contain separate information to go on even and odd pages. See the Templates topic for more on Templates.
View Example
| Constructor Summary | |
EvenOddTemplate()
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 |
getEvenElements()
Gets the page elements that will be applied by the template to even pages. |
Group |
getOddElements()
Gets the page elements that will be applied by the template to odd pages. |
| Methods inherited from class com.cete.dynamicpdf.Template |
getElements |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EvenOddTemplate()
Template class.
Template| Method Detail |
public Group getEvenElements()
public Group getOddElements()
public void draw(PageWriter writer)
PageWriter object.
draw in class Templatewriter - PageWriter object to receive the template's output.PageWriter
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||