|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pajes.html.Tag
org.pajes.html.TraversableElement
org.pajes.html.Container
org.pajes.html.FormattedText
org.pajes.html.Font
Issues the Font tags around a piece of text or HTML.
| Field Summary |
| Fields inherited from class org.pajes.html.Tag |
ON_CLICK_ATTRIBUTE, TAG_CLOSE, TAG_LEFT, TAG_RIGHT |
| Constructor Summary | |
Font()
Creates a container that will wrap formatting tags around its content. |
|
Font(java.lang.String valueToOutput)
Wraps the formatting around a line of text. |
|
Font(Text valueToOutput)
Wraps the formatting around another HTML object. |
|
| Methods inherited from class org.pajes.html.FormattedText |
getContainedText, setBig, setBold, setCitation, setCode, setDefaults, setDefiningInstance, setEmphasized, setItalic, setKeyboard, setSample, setSmall, setStrikeThrough, setStrong, setSubscript, setSuperscript, setTeletype, setUnderline, setVariable, write |
| Methods inherited from class org.pajes.html.Container |
add, add, add, add, addContent, clear, clone, delete, delete, destroy, get, getContent, getContents, getPosition, insert, replace, set, setContent, setContent, size, writeContent |
| Methods inherited from class org.pajes.html.TraversableElement |
dump, dump, getAll, getFieldByName, getFirstFieldByName, getFirstTagByAttribute, getFirstTagByClass, getFirstTagByID, getFirstTagByName, getTagByAttribute, getTagByClass, getTagByID, getTagByName, setWritable |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Font()
public Font(java.lang.String valueToOutput)
valueToOutput - the text to be formatted.public Font(Text valueToOutput)
valueToOutput - the HTML to be formatted.
|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||