|
Docmosis API 4.5.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.docmosis.template.population.render.RenderedField
A "logical" rendered field providing the actual rendering classes with information that can change presentation of the field.
Constructor Summary | |
RenderedField()
|
Method Summary | |
boolean |
getBold()
Determine whether to add the bold font attribute. |
boolean |
getItalic()
Determine whether to add the italic font attribute. |
String |
getTableCellBackgroundColour()
Get the background cell colour. |
boolean |
getUnderline()
Determine whether to add the underline font attribute. |
String |
getValue()
Get the text value to display. |
void |
setBold(boolean bold)
Specify whether to add the bold font attribute. |
void |
setCellBackgroundColour(String cellBgColour)
Set the background colour of the table cell containing the field (if applicable). |
void |
setItalic(boolean italic)
Specify whether to add the italic font attribute. |
void |
setUnderline(boolean underline)
Specify whether to add the underline font attribute. |
void |
setValue(String value)
Set the text to display for the field. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RenderedField()
Method Detail |
public String getTableCellBackgroundColour()
public void setCellBackgroundColour(String cellBgColour)
#RRGGBB where RR = red GG = green BB = blueand each pair has values from 00 (zero) to FF (full).
cellBgColour
- the RGB colour value #RRGGBBpublic String getValue()
public void setValue(String value)
public boolean getBold()
public void setBold(boolean bold)
public boolean getItalic()
public void setItalic(boolean italic)
public boolean getUnderline()
public void setUnderline(boolean underline)
|
Docmosis API 4.5.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |