|
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.HeaderFooterHtmlLayoutElement
public class HeaderFooterHtmlLayoutElement
This class can be used to place HeaderHtmlLayout
and FooterHtmlLayout
on a page.
View Example
Method Summary | |
---|---|
boolean |
getHasPageNumbers()
Get. |
boolean |
getShowOnFirstPage()
Get. |
boolean |
getShowOnLastPage()
Get. |
java.lang.String |
getText()
Get the HTML text for the element. |
float |
getWidth()
Gets width of the element. |
void |
setHasPageNumbers(boolean value)
Set. |
void |
setShowOnFirstPage(boolean value)
Set. |
void |
setShowOnLastPage(boolean value)
Set. |
void |
setText(java.lang.String value)
Set the HTML text for the element. |
void |
setWidth(float value)
Sets width of the element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getText()
public void setText(java.lang.String value)
value
- the HTML text for the element.public boolean getShowOnFirstPage()
public void setShowOnFirstPage(boolean value)
value
- boolean value of ShowOnFirstPage.public boolean getShowOnLastPage()
public void setShowOnLastPage(boolean value)
value
- boolean value of ShowOnLastPage.public boolean getHasPageNumbers()
public void setHasPageNumbers(boolean value)
value
- boolean value of HasPageNumbers.public float getWidth()
public void setWidth(float value)
value
- width of the element.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |