|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormattedText | |
---|---|
de.betabeans.scroogexhtml.converter | Provides the main converter classes. |
de.betabeans.scroogexhtml.dom | Provides a light-weight 'document object model'. |
de.betabeans.scroogexhtml.events | Provides classes for bean event methods. |
Uses of FormattedText in de.betabeans.scroogexhtml.converter |
---|
Methods in de.betabeans.scroogexhtml.converter with parameters of type FormattedText | |
---|---|
abstract java.lang.String |
ScroogeXHTMLBase.process(FormattedText textElement)
The FormattedText objects which are stored in the Document instance call this method to convert themselves to HTML. |
java.lang.String |
ScroogeXHTMLMain.process(FormattedText textElement)
The toString() methods of the FormattedText object calls this method to convert itself to HTML/XHTML. |
protected abstract void |
ScroogeXHTMLBase.replaceHyperlink(FormattedText textElement)
(implemented by ScroogeXHTMLMain). |
protected void |
ScroogeXHTMLMain.replaceHyperlink(FormattedText textElement)
Implements abstract method ScroogeXHTMLBase.replaceHyperlink. |
Uses of FormattedText in de.betabeans.scroogexhtml.dom |
---|
Methods in de.betabeans.scroogexhtml.dom that return FormattedText | |
---|---|
FormattedText |
Paragraph.getText()
Get the current text object (create one if necessary). |
FormattedText |
Paragraph.nextText()
Add and return a new empty text element, recycle empty text buffer. |
Uses of FormattedText in de.betabeans.scroogexhtml.events |
---|
Methods in de.betabeans.scroogexhtml.events that return FormattedText | |
---|---|
FormattedText |
AfterTextConversionEvent.getTextElement()
Gets the textElement attribute of the TextElementEvent object. |
FormattedText |
HyperlinkEvent.getTextElement()
Gets the textElement attribute of the HyperlinkEvent object. |
FormattedText |
BeforeTextConversionEvent.getTextElement()
Gets the textElement attribute of the BeforeTextConversionEvent object. |
Constructors in de.betabeans.scroogexhtml.events with parameters of type FormattedText | |
---|---|
AfterTextConversionEvent(java.lang.Object source,
FormattedText docText)
Constructor for the TextElementEvent object. |
|
BeforeTextConversionEvent(java.lang.Object source,
FormattedText docText)
Constructor for the BeforeTextConversionEvent object. |
|
HyperlinkEvent(java.lang.Object source,
FormattedText atextElement)
Constructor for the HyperlinkEvent object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |