|
xnsdoc 1.2.1 Java API |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.xnsdoc.Task.Html
An HTML fragment in a nested element of the task. This class is used for those nested elements which can contain HTML such as doctitle, footer or header.
| Constructor Summary | |
Task.Html()
Constructs a new HTML instance. |
|
| Method Summary | |
void |
addText(java.lang.String theText)
Add text to the element. |
java.lang.String |
getText()
Get the current text for the element. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Task.Html()
| Method Detail |
public void addText(java.lang.String theText)
theText - the text to be added.public java.lang.String getText()
|
xnsdoc 1.2.1 Java API |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||