Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
F
G
H
I
L
M
N
P
R
S
T
U
W
X
A
abortConversion
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to true to abort the conversion
add()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocument
add a paragraph to the document
add(char)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
add a character to the text object
add(char)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocument
add a character to the current text object of the current paragraph
add(char)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocParagraph
add a character to the text last current text object in the paragraph
add(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
add a string to the text object
add(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocument
add a string to the current text object of the current paragraph
add(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocParagraph
add a String to the text last current text object in the paragraph
addAfterTextConversionListener(AfterTextConversionListener)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Adds an AfterTextConversion listener
addHyperlinkListener(HyperlinkListener)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Adds a feature to the HyperlinkListener attribute of the ScroogeXHTMLBase object
addLogListener(LogListener)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Adds a feature to the LogListener attribute of the ScroogeXHTMLBase object
addOuterHTML
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to include surrounding opening and closing html and body tags
addProgressListener(ProgressListener)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Adds a feature to the ProgressListener attribute of the ScroogeXHTMLBase object
afterTextConversion(AfterTextConversionEvent)
- Method in interface de.betabeans.scroogexhtml.
AfterTextConversionListener
pass a text element event
AfterTextConversionEvent
- class de.betabeans.scroogexhtml.
AfterTextConversionEvent
.
For each processed text element, a TextElementEvent is triggered.
AfterTextConversionEvent(Object, ScroogeXHTMLDocText)
- Constructor for class de.betabeans.scroogexhtml.
AfterTextConversionEvent
Constructor for the TextElementEvent object
AfterTextConversionListener
- interface de.betabeans.scroogexhtml.
AfterTextConversionListener
.
The TextElementListener interface allows to preprocess each piece of text before it will be converted to XHTML.
afterTextConversionListeners
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
the text element listeners.
B
BETABEANS_URL
- Static variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
BetaBeans URL
bgcolor
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
bgcolor
- Variable in class de.betabeans.scroogexhtml.
CharacterProperties
the font background color
bold
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
bold
- Variable in class de.betabeans.scroogexhtml.
CharacterProperties
flag for bold
buffer
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
buildHtml()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocument
convert the document to XHTML
C
CharacterProperties
- class de.betabeans.scroogexhtml.
CharacterProperties
.
The CharacterProperties class is used to save the current state of the
ScroogeXHTMLWriter
.
CharacterProperties(String, String, int)
- Constructor for class de.betabeans.scroogexhtml.
CharacterProperties
Create and initialize the instance
color
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
color
- Variable in class de.betabeans.scroogexhtml.
CharacterProperties
the font color
CONTENT_TYPE_8859_1
- Static variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
ISO 8859-1 content type definition
convert()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLMain
The main converter method
convert(PushbackReader, BufferedWriter)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTML
convert RTF stream to XHTML stream note: input stream will be closed by ScroogeXHTML, but the output stream needs to be closed by the calling program
convert(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTML
convert RTF string to XHTML string
convert(String, String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTML
convert RTF file to XHTML file
converter
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocument
convertFontBGColor
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to convert text background colors
convertFontColor
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to convert text foreground colors
convertFontHLColor
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to convert text highlight colors
convertFontName
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to convert font names
convertFontSize
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to convert font sizes
convertFontStyle
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to convert font styles (bold, italic, underline...)
convertHyperlinks
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to call the hyperlink listeners
convertSpaces
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to convert spaces to tags
curFontCSet
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
the current font character set
curFontName
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
the current font name
curFontNr
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
the current font number
curFontType
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
the current font type
D
de.betabeans.demo.scroogexhtml
- package de.betabeans.demo.scroogexhtml
de.betabeans.scroogexhtml
- package de.betabeans.scroogexhtml
debug(String, char)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
write debug string
debug(String, String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
This methods writes a debug string to the output document.
deepCopy(Object)
- Static method in class de.betabeans.scroogexhtml.
CharacterProperties
create a deep copy of the object
DEFAULT_FONT_COLOR
- Static variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
default font color (default: black)
DEFAULT_FONT_NAME
- Static variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
default font name (default: 'Times,serif')
DEFAULT_FONT_SIZE
- Static variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
default font size (default: 12 pt)
defaultFontColor
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to the default font color of your
RTF
document.
defaultFontName
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to the default font name of your
RTF
document.
defaultFontNr
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
the default Font number
defaultFontSize
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to the default font size of your
RTF
document.
DOCTYPE_XHTML_10_STRICT
- Static variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
XHTML 1.0 Strict DOCTYPE definition
DOCTYPE_XHTML_10_TRANSITIONAL
- Static variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
XHTML 1.0 Transitional DOCTYPE definition
document
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocParagraph
Description of the Field
documentTitle
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to the XHTML document title
F
font
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
font
- Variable in class de.betabeans.scroogexhtml.
CharacterProperties
the font name
fontCharSet
- Variable in class de.betabeans.scroogexhtml.
FontDescriptor
fontCharSet
- Variable in class de.betabeans.scroogexhtml.
CharacterProperties
FontDescriptor
- class de.betabeans.scroogexhtml.
FontDescriptor
.
Title: Description: Copyright: Copyright (c) 2002 Company:
FontDescriptor()
- Constructor for class de.betabeans.scroogexhtml.
FontDescriptor
fontName
- Variable in class de.betabeans.scroogexhtml.
FontDescriptor
FontTable
- class de.betabeans.scroogexhtml.
FontTable
.
Title: Description: Copyright: Copyright (c) 2002 Company:
FontTable()
- Constructor for class de.betabeans.scroogexhtml.
FontTable
G
getAbortConversion()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the abortConversion attribute of the ScroogeXHTMLBase object
getAddOuterHTML()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the addOuterHTML attribute of the ScroogeXHTMLBase object
getConvertFontBGColor()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the convertFontBGColor attribute of the ScroogeXHTMLBase object
getConvertFontColor()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the convertFontColor attribute of the ScroogeXHTMLBase object
getConvertFontHLColor()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the convertFontHLColor attribute of the ScroogeXHTMLBase object
getConvertFontName()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the convertFontName attribute of the ScroogeXHTMLBase object
getConvertFontSize()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the convertFontSize attribute of the ScroogeXHTMLBase object
getConvertFontStyle()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the convertFontStyle attribute of the ScroogeXHTMLBase object
getConvertHyperlinks()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the convertHyperlinks attribute of the ScroogeXHTMLBase object
getConvertSpaces()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the convertSpaces attribute of the ScroogeXHTMLBase object
getDefaultFontColor()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the defaultFontColor attribute of the ScroogeXHTMLBase object
getDefaultFontName()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the defaultFontName attribute of the ScroogeXHTMLBase object
getDefaultFontSize()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the defaultFontSize attribute of the ScroogeXHTMLBase object
getDefaultFontStyleDefinition()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the defaultFontStyleDefinition attribute of the ScroogeXHTMLBase object
getDocumentTitle()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the documentTitle attribute of the ScroogeXHTMLBase object
getFormattedMessage()
- Method in class de.betabeans.scroogexhtml.
LogEvent
Gets the formattedMessage attribute of the LogEvent object
getHeadTags()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the headTags attribute of the ScroogeXHTMLBase object
getIncludeDefaultFontStyle()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the includeDefaultFontStyle attribute of the ScroogeXHTMLBase object
getIncludeDocType()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the includeDocType attribute of the ScroogeXHTMLBase object
getIncludeXMLDeclaration()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the includeXMLDeclaration attribute of the ScroogeXHTMLBase object
getLogLevel()
- Method in class de.betabeans.scroogexhtml.
LogEvent
Gets the logLevel attribute of the LogEvent object
getLogLevel()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the logLevel attribute of the ScroogeXHTMLBase object
getLogMessage()
- Method in class de.betabeans.scroogexhtml.
LogEvent
Gets the logMessage attribute of the LogEvent object
getMetaAuthor()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the metaAuthor attribute of the ScroogeXHTMLBase object
getMetaContentType()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the metaContentType attribute of the ScroogeXHTMLBase object
getMetaDate()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the metaDate attribute of the ScroogeXHTMLBase object
getMetaDateAuto()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the metaDateAuto attribute of the ScroogeXHTMLBase object
getMetaDescription()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the metaDescription attribute of the ScroogeXHTMLBase object
getMetaGenerator()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the metaGenerator attribute of the ScroogeXHTMLBase object
getMetaKeywords()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the metaKeywords attribute of the ScroogeXHTMLBase object
getMetaTags()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the metaTags attribute of the ScroogeXHTMLBase object
getProcessed()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the processed attribute of the ScroogeXHTMLBase object
getReplaceFonts()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the replaceFonts attribute of the ScroogeXHTMLBase object
getShowMessages()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the showMessages attribute of the ScroogeXHTMLBase object
getStyleSheetInclude()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the styleSheetInclude attribute of the ScroogeXHTMLBase object
getStyleSheetLink()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the styleSheetLink attribute of the ScroogeXHTMLBase object
getText()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
get the text of the text object
getTextElement()
- Method in class de.betabeans.scroogexhtml.
HyperlinkEvent
Gets the textElement attribute of the HyperlinkEvent object
getTextElement()
- Method in class de.betabeans.scroogexhtml.
AfterTextConversionEvent
Gets the textElement attribute of the TextElementEvent object
getUnicode(char)
- Static method in class de.betabeans.scroogexhtml.
ScroogeXHTMLUnicode
Description of the Method
getVersion()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the version attribute of the ScroogeXHTMLBase object
getXhtmlStrict()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the xhtmlStrict attribute of the ScroogeXHTMLBase object
GUIFrame
- class de.betabeans.demo.scroogexhtml.
GUIFrame
.
Description of the Class
GUIFrame()
- Constructor for class de.betabeans.demo.scroogexhtml.
GUIFrame
Constructor for the GUIFrame object
H
headTags
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
use this property to define additional HTML tags in the <head> section
hlcolor
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
hlcolor
- Variable in class de.betabeans.scroogexhtml.
CharacterProperties
the font highlight color
HTML_OPEN
- Static variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
the standard opening html tag for XHTML documents
hyperlink(HyperlinkEvent)
- Method in interface de.betabeans.scroogexhtml.
HyperlinkListener
Process a hyperlink event
HyperlinkEvent
- class de.betabeans.scroogexhtml.
HyperlinkEvent
.
A Hyperlink event contains the text element which contains the link text
HyperlinkEvent(Object, ScroogeXHTMLDocText)
- Constructor for class de.betabeans.scroogexhtml.
HyperlinkEvent
Constructor for the HyperlinkEvent object
HyperlinkListener
- interface de.betabeans.scroogexhtml.
HyperlinkListener
.
A HyperlinkListener can be used to perform user-defined actions whenever a hyperlink is detected.
hyperlinkListeners
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
the hyperlink listeners
I
includeDefaultFontStyle
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to true to include a CSS definition for the BODY tag, and to reduce the document size
includeDocType
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to true if you want to include the DOCTYPE tag in the first line of the XHTML document
Note that some browsers will check the document for valid XHTML if the DOCTYPE tag is included.
includeXMLDeclaration
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to true to include the XML declaration line at the top of the document
isDebugging
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to true to generate a debugging document.
isDebugMode()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Gets the debugMode attribute of the ScroogeXHTMLBase object
isEmpty()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocParagraph
italic
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
italic
- Variable in class de.betabeans.scroogexhtml.
CharacterProperties
flag for italic
L
LOG_DEBUG
- Static variable in class de.betabeans.scroogexhtml.
LogEvent
log level DEBUG
LOG_ERROR
- Static variable in class de.betabeans.scroogexhtml.
LogEvent
log level ERROR
LOG_FATAL
- Static variable in class de.betabeans.scroogexhtml.
LogEvent
log level FATAL
LOG_INFO
- Static variable in class de.betabeans.scroogexhtml.
LogEvent
log level INFO
LOG_WARN
- Static variable in class de.betabeans.scroogexhtml.
LogEvent
log level WARN
log(LogEvent)
- Method in interface de.betabeans.scroogexhtml.
LogListener
Process a log event
log(short, String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Send log messages to System.out, System.err and all listeners.
LogEvent
- class de.betabeans.scroogexhtml.
LogEvent
.
Description of the Class
LogEvent(Object, short, String)
- Constructor for class de.betabeans.scroogexhtml.
LogEvent
Constructor for the LogEvent object
logLevel
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
use this property to set the log level
LogListener
- interface de.betabeans.scroogexhtml.
LogListener
.
A LogListener can be used to log conversion events
logListeners
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
the logging listeners
M
main(String[])
- Static method in class de.betabeans.demo.scroogexhtml.
ScroogeXHTMLTest
Convert a RTF file to an XHTML file.
main(String[])
- Static method in class de.betabeans.demo.scroogexhtml.
ScroogeXHTMLTestcase
The main program for the ScroogeXHTMLTestcase class
metaAuthor
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
use this property to define the Meta tag for the author name
metaContentType
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
use this property to define the Meta tag for the content type
metaDate
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
use this property to define the Meta tag for the date manually
metaDateAuto
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
use this property to define an automatic date tag
metaDescription
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
use this property to define the Meta tag for the description
metaGenerator
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
use this property to define an automatic generator tag
metaKeywords
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
use this property to define the Meta tag for keywords
metaTags
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
use this property to define additional Meta tags
N
nameAndVersion()
- Static method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Description of the Method
nextPar(ScroogeXHTMLDocParagraph)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocument
find the following paragraph in the document
nextText()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocParagraph
add and return a new empty text element, recycle empty text buffer
notifyProgress()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
notify all progress listeners
P
paragraph
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
parser
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
the parser object
pbReader
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLMain
Description of the Field
prevPar(ScroogeXHTMLDocParagraph)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocument
find the previous paragraph in the document
processed
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
this read only property contains the number of processed bytes
processFontstyle
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
reserved for optimization
profilerStart
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLMain
Description of the Field
progress(EventObject)
- Method in interface de.betabeans.scroogexhtml.
ProgressListener
Process a progress event
ProgressListener
- interface de.betabeans.scroogexhtml.
ProgressListener
.
The ProgressListener allows to include a progress indicator in your application.
progressListeners
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
the progress listeners
R
reader
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
the reader object
removeAfterTextConversionListener(AfterTextConversionListener)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Remove a AfterTextConversionListener
removeHyperlinkListener(HyperlinkListener)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Remove a HyperlinkListener
removeLogListener(LogListener)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Remove a LogListener
removeProgressListener(ProgressListener)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Remove a ProgressListener
replaceFonts
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Use this property to define font names which need to be replaced.
S
ScroogeXHTML
- class de.betabeans.scroogexhtml.
ScroogeXHTML
.
ScroogeXHTML - a RTF to XHTML converter class.
SCROOGEXHTML_NAME
- Static variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Bean Name
SCROOGEXHTML_VERSION
- Static variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Bean Version
ScroogeXHTML()
- Constructor for class de.betabeans.scroogexhtml.
ScroogeXHTML
Constructor for the ScroogeXHTML object
ScroogeXHTMLBase
- class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
.
ScroogeXHTMLBase is the base class for ScroogeXHTML.
ScroogeXHTMLBase()
- Constructor for class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
ScroogeXHTMLBeanInfo
- class de.betabeans.scroogexhtml.
ScroogeXHTMLBeanInfo
.
ScroogeXHTMLBeanInfo contains the JavaBean informations for ScroogeXHTML
ScroogeXHTMLBeanInfo()
- Constructor for class de.betabeans.scroogexhtml.
ScroogeXHTMLBeanInfo
constructor
ScroogeXHTMLDocParagraph
- class de.betabeans.scroogexhtml.
ScroogeXHTMLDocParagraph
.
ScroogeXHTML creates a ScroogeXHTMLDocParagraph object for each paragraph of the document.
ScroogeXHTMLDocParagraph(ScroogeXHTMLDocument)
- Constructor for class de.betabeans.scroogexhtml.
ScroogeXHTMLDocParagraph
Constructor for the ScroogeXHTMLDocParagraph object
ScroogeXHTMLDocText
- class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
.
ScroogeXHTML splits the RTF text into small pieces which have the same character properties, for example a sequence of underlined characters.
ScroogeXHTMLDocText(ScroogeXHTMLDocParagraph)
- Constructor for class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
Constructor for the ScroogeXHTMLDocText object
ScroogeXHTMLDocument
- class de.betabeans.scroogexhtml.
ScroogeXHTMLDocument
.
ScroogeXHTML uses a ScroogeXHTMLDocument to store the complete content of the RTF file before it is converted.
ScroogeXHTMLDocument(ScroogeXHTMLBase)
- Constructor for class de.betabeans.scroogexhtml.
ScroogeXHTMLDocument
Constructor for the ScroogeXHTMLDocument object
ScroogeXHTMLMain
- class de.betabeans.scroogexhtml.
ScroogeXHTMLMain
.
The ScroogeXHTMLMain class contains the core conversion algorithm for RTF.
ScroogeXHTMLMain()
- Constructor for class de.betabeans.scroogexhtml.
ScroogeXHTMLMain
Constructor
ScroogeXHTMLTest
- class de.betabeans.demo.scroogexhtml.
ScroogeXHTMLTest
.
ScroogeXHTMLTest is the test class for ScroogeXHTML.
ScroogeXHTMLTest()
- Constructor for class de.betabeans.demo.scroogexhtml.
ScroogeXHTMLTest
Constructor for the ScroogeXHTMLTest object
ScroogeXHTMLTestcase
- class de.betabeans.demo.scroogexhtml.
ScroogeXHTMLTestcase
.
Title: Description: Copyright: Copyright (c) 2002 Company:
ScroogeXHTMLTestcase()
- Constructor for class de.betabeans.demo.scroogexhtml.
ScroogeXHTMLTestcase
Constructor for the ScroogeXHTMLTestcase object
ScroogeXHTMLUnicode
- class de.betabeans.scroogexhtml.
ScroogeXHTMLUnicode
.
Title: Description: Copyright: Copyright (c) 2002 Company:
ScroogeXHTMLUnicode()
- Constructor for class de.betabeans.scroogexhtml.
ScroogeXHTMLUnicode
setAbortConversion(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the abortConversion attribute of the ScroogeXHTMLBase object
setAddOuterHTML(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the addOuterHTML attribute of the ScroogeXHTMLBase object
setConvertFontBGColor(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the convertFontBGColor attribute of the ScroogeXHTMLBase object
setConvertFontColor(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the convertFontColor attribute of the ScroogeXHTMLBase object
setConvertFontHLColor(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the convertFontHLColor attribute of the ScroogeXHTMLBase object
setConvertFontName(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the convertFontName attribute of the ScroogeXHTMLBase object
setConvertFontSize(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the convertFontSize attribute of the ScroogeXHTMLBase object
setConvertFontStyle(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the convertFontStyle attribute of the ScroogeXHTMLBase object
setConvertHyperlinks(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the convertHyperlinks attribute of the ScroogeXHTMLBase object
setConvertSpaces(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the convertSpaces attribute of the ScroogeXHTMLBase object
setDebugMode(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the debugMode attribute of the ScroogeXHTMLBase object
setDefaultFontColor(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the defaultFontColor attribute of the ScroogeXHTMLBase object
setDefaultFontName(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the defaultFontName attribute of the ScroogeXHTMLBase object
setDefaultFontSize(int)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the defaultFontSize attribute of the ScroogeXHTMLBase object
setDocumentTitle(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the documentTitle attribute of the ScroogeXHTMLBase object
setHeadTags(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the headTags attribute of the ScroogeXHTMLBase object
setIncludeDefaultFontStyle(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the includeDefaultFontStyle attribute of the ScroogeXHTMLBase object
setIncludeDocType(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the includeDocType attribute of the ScroogeXHTMLBase object
setIncludeXMLDeclaration(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the includeXMLDeclaration attribute of the ScroogeXHTMLBase object
setLogLevel(short)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the logLevel attribute of the ScroogeXHTMLBase object
setMetaAuthor(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the metaAuthor attribute of the ScroogeXHTMLBase object
setMetaContentType(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the metaContentType attribute of the ScroogeXHTMLBase object
setMetaDate(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the metaDate attribute of the ScroogeXHTMLBase object
setMetaDateAuto(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the metaDateAuto attribute of the ScroogeXHTMLBase object
setMetaDescription(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the metaDescription attribute of the ScroogeXHTMLBase object
setMetaGenerator(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the metaGenerator attribute of the ScroogeXHTMLBase object
setMetaKeywords(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the metaKeywords attribute of the ScroogeXHTMLBase object
setMetaTags(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the metaTags attribute of the ScroogeXHTMLBase object
SetNodeCharset(int)
- Static method in class de.betabeans.scroogexhtml.
ScroogeXHTMLUnicode
Store the codepage for this character set in the variable "nodeCodepage"
setParProperties(int, boolean, int, int, int, int)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocument
set the current paragraph properties
setParProperties(int, boolean, int, int, int, int)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocParagraph
Sets the paragraph properties of the ScroogeXHTMLDocParagraph object
setReplaceFonts(Properties)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the replaceFonts attribute of the ScroogeXHTMLBase object
setRTFFile(File)
- Method in class de.betabeans.demo.scroogexhtml.
GUIFrame
Sets the rTFFile attribute of the GUIFrame object
setShowMessages(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the showMessages attribute of the ScroogeXHTMLBase object
setStyleSheetInclude(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the styleSheetInclude attribute of the ScroogeXHTMLBase object
setStyleSheetLink(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the styleSheetLink attribute of the ScroogeXHTMLBase object
setText(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
set the text of the text object
setTextProperties(boolean, boolean, boolean, boolean, String, String, String, String, int, boolean, boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
set the text properties of the text object
setTextProperties(boolean, boolean, boolean, boolean, String, String, String, String, int, boolean, boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocument
set the current text element properties
setVersion(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the version attribute of the ScroogeXHTMLBase object
setXhtmlStrict(boolean)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Sets the xhtmlStrict attribute of the ScroogeXHTMLBase object
showMessages
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
Deprecated.
size
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
size
- Variable in class de.betabeans.scroogexhtml.
CharacterProperties
the font size
strike
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
strike
- Variable in class de.betabeans.scroogexhtml.
CharacterProperties
flag for strikout
styleSheetInclude
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
use this property to define embedded style sheets
styleSheetLink
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
use this property to link to an external style sheet
subscript
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
subscript
- Variable in class de.betabeans.scroogexhtml.
CharacterProperties
flag for subscript
superscript
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
superscript
- Variable in class de.betabeans.scroogexhtml.
CharacterProperties
flag for superscript
T
textElementToXHTML(String, ScroogeXHTMLDocText)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
A ScroogeXHTMLDocText object calls this method to convert itself to XHTML.
toString()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
call the converter for this piece of text
toString()
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocParagraph
convert the paragraph text
U
underline
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLDocText
underline
- Variable in class de.betabeans.scroogexhtml.
CharacterProperties
flag for underline
W
writer
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
the writer object
X
xhtmlStrict
- Variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
set this property to true to generate XHTML 1.0 Strict
XML_DECLARATION
- Static variable in class de.betabeans.scroogexhtml.
ScroogeXHTMLBase
the XML declaration
A
B
C
D
F
G
H
I
L
M
N
P
R
S
T
U
W
X
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES