|
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.HeaderFooterText
public class HeaderFooterText
This class can be used for header footer template to place Header Footer Text on a page.
Licensing:
This class is a DynamicPDF Generator Community Edition feature.
Constructor Summary | |
---|---|
HeaderFooterText(java.lang.String text)
Initializes a new instance of the HeaderFooterText class. |
|
HeaderFooterText(java.lang.String text,
Font font,
float fontSize)
Initializes a new instance of the HeaderFooterText class. |
Method Summary | |
---|---|
Font |
getFont()
Gets the Font for the header footer text. |
float |
getFontSize()
Gets the font size for the header footer text. |
java.lang.String |
getText()
Gets the text for the header footer text. |
void |
setFont(Font font)
Sets the Font for the header footer text. |
void |
setFontSize(float fontSize)
Sets the font size for the header footer text. |
void |
setText(java.lang.String value)
Sets the text for the header footer text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HeaderFooterText(java.lang.String text)
HeaderFooterText
class.
text
- This text can be used for header footer template to display the text on the page.public HeaderFooterText(java.lang.String text, Font font, float fontSize)
HeaderFooterText
class.
text
- This text can be used for header footer template to display the text on the page.font
- Font
The representing font of the header footer text.fontSize
- The font size representing size of the header footer text.Method Detail |
---|
public java.lang.String getText()
public void setText(java.lang.String value)
value
- the text for the header footer text.public Font getFont()
Font
for the header footer text.
Font
for the header footer text.public void setFont(Font font)
Font
for the header footer text.
font
- the Font
for the header footer text.public float getFontSize()
public void setFontSize(float fontSize)
fontSize
- font size for the header footer text.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |