|
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.Subscript
Issues the Subscript 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 | |
Subscript()
Creates a container that will wrap formatting tags around its content. |
|
Subscript(java.lang.String valueToOutput)
Wraps the formatting around a line of text. |
|
Subscript(Text valueToOutput)
Wraps the formatting around another HTML object. |
|
| Method Summary | |
protected FormattedText |
setDefaults()
Over-rides setDefaults() from FormattedText to apply the correct formatting for this class. |
| Methods inherited from class org.pajes.html.FormattedText |
getContainedText, setBig, setBold, setCitation, setCode, 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 Subscript()
public Subscript(java.lang.String valueToOutput)
valueToOutput - the text to be formatted.public Subscript(Text valueToOutput)
valueToOutput - the HTML to be formatted.| Method Detail |
protected FormattedText setDefaults()
setDefaults in class FormattedText
|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||