Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
N
P
R
S
T
U
W
X
A
add(String)
- Method in class de.betabeans.scroogexhtml.converter.
Formatter
Return the indented string, followed by the line separator.
add(String)
- Method in class de.betabeans.scroogexhtml.dom.
Document
Add a string to the current text object of the current paragraph.
add(char)
- Method in class de.betabeans.scroogexhtml.dom.
Document
Add a character to the current text object of the current paragraph.
add()
- Method in class de.betabeans.scroogexhtml.dom.
Document
Add a paragraph to the document.
add(char)
- Method in interface de.betabeans.scroogexhtml.dom.
DocumentNode
Add a character to the current document node.
add(String)
- Method in interface de.betabeans.scroogexhtml.dom.
DocumentNode
Add a string to the current document node.
add(char)
- Method in class de.betabeans.scroogexhtml.dom.
FormattedText
Add a character to the text.
add(String)
- Method in class de.betabeans.scroogexhtml.dom.
FormattedText
Add a string to the text.
add(String)
- Method in class de.betabeans.scroogexhtml.dom.
Paragraph
Add a String to the last text object.
add(char)
- Method in class de.betabeans.scroogexhtml.dom.
Paragraph
Add a character to the last text object in the paragraph.
addAfterTextConversionListener(AfterTextConversionListener)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Add an afterTextConversion listener.
addBeforeTextConversionListener(BeforeTextConversionListener)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Add an beforeTextConversion listener.
addEncoded(String)
- Method in class de.betabeans.scroogexhtml.dom.
Document
Adds a string to the current paragraph.
addHyperlinkListener(HyperlinkListener)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Add a hyperlink listener.
addLogListener(LogListener)
- Static method in class de.betabeans.scroogexhtml.logging.
Logger
Add a log listener.
addProgressListener(ProgressListener)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Add a progress listener.
afterTextConversion(AfterTextConversionEvent)
- Method in interface de.betabeans.scroogexhtml.events.
AfterTextConversionListener
Pass the afterTextConversion event to the event handler.
AfterTextConversionEvent
- Class in
de.betabeans.scroogexhtml.events
The event which occurs just after the text of an FormattedText object has been converted.
AfterTextConversionEvent(Object, FormattedText)
- Constructor for class de.betabeans.scroogexhtml.events.
AfterTextConversionEvent
Constructor for the TextElementEvent object.
AfterTextConversionListener
- Interface in
de.betabeans.scroogexhtml.events
Event listener 'afterTextConversion'.
applyParagraphProperties()
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Apply the current paragraph properties to the current paragraph object.
applyTextProperties()
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Apply the current text properties to the current text object.
applyTextProperties()
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Apply current character properties to current FormattedText object.
B
BasicConfigurator
- Class in
de.betabeans.scroogexhtml.logging
Utility class for quick configuration of the logging system.
beforeTextConversion(BeforeTextConversionEvent)
- Method in interface de.betabeans.scroogexhtml.events.
BeforeTextConversionListener
pass the afterTextConversion event to the event handler.
BeforeTextConversionEvent
- Class in
de.betabeans.scroogexhtml.events
The event which occurs just before the text of an FormattedText object will be converted.
BeforeTextConversionEvent(Object, FormattedText)
- Constructor for class de.betabeans.scroogexhtml.events.
BeforeTextConversionEvent
Constructor for the BeforeTextConversionEvent object.
BeforeTextConversionListener
- Interface in
de.betabeans.scroogexhtml.events
Event listener 'beforeTextConversion'.
buildHtml()
- Method in class de.betabeans.scroogexhtml.dom.
Document
Convert all paragraph objects to HTML/XHTML.
buildLangAttribute(String)
- Method in class de.betabeans.scroogexhtml.translator.
CustomTranslator
Build the lang attribute.
buildLangAttribute(String)
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
No attribute.
buildLangAttribute(String)
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Returns a lang="xx" attribute for the given ISO language code.
buildPlainText()
- Method in class de.betabeans.scroogexhtml.dom.
Document
Build plain text.
buildSpanTag(String, String, StringBuffer)
- Method in class de.betabeans.scroogexhtml.translator.
CustomTranslator
Build the <span> tag.
C
CharacterProperties
- Class in
de.betabeans.scroogexhtml.converter
The CharacterProperties class is used to save the current state of the
DOMWriter
.
CharacterProperties()
- Constructor for class de.betabeans.scroogexhtml.converter.
CharacterProperties
charToUnicode(char)
- Static method in class de.betabeans.scroogexhtml.converter.
UnicodeConverter
Convert a character to Unicode.
CL_FONT
- Static variable in interface de.betabeans.scroogexhtml.debugging.
DebugInterface
Font names are gray.
CL_INFO
- Static variable in interface de.betabeans.scroogexhtml.debugging.
DebugInterface
Additional informations are black.
CL_PARAM
- Static variable in interface de.betabeans.scroogexhtml.debugging.
DebugInterface
Parameter values are blue.
CL_PARSED
- Static variable in interface de.betabeans.scroogexhtml.debugging.
DebugInterface
Parsed RTF code is green.
CL_UNKNOWN
- Static variable in interface de.betabeans.scroogexhtml.debugging.
DebugInterface
Unknown RTF code is red.
CL_WARN
- Static variable in interface de.betabeans.scroogexhtml.debugging.
DebugInterface
Warnings are yellow.
cloneAll()
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Create a deep copy of the given object.
cloneAll()
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Get a clone of the object.
configure()
- Static method in class de.betabeans.scroogexhtml.logging.
BasicConfigurator
Add a
LogListener
which prints DEBUG and INFO level messages to System.out and all other messages to System.err.
convert()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLMain
The main converter method.
convert(PushbackReader, BufferedWriter)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTML
Convert RTF stream to XHTML / HTML stream.
convert(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTML
Convert RTF string to XHTML / HTML string.
convert(String, String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTML
Convert RTF file to XHTML / HTML file.
convertFile(String)
- Method in class de.betabeans.scroogexhtml.
ScroogeXHTML
Convert RTF file to XHTML / HTML string.
copyFrom(CharacterProperties)
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Copy all character properties from an existing instance.
copyFrom(ParagraphProperties)
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Copy all neccessary paragraph properties.
CustomTranslator
- Class in
de.betabeans.scroogexhtml.translator
Generic Translator.
CustomTranslator()
- Constructor for class de.betabeans.scroogexhtml.translator.
CustomTranslator
D
de.betabeans.scroogexhtml
- package de.betabeans.scroogexhtml
Provides the main bean class, ScroogeXHTML.
de.betabeans.scroogexhtml.converter
- package de.betabeans.scroogexhtml.converter
Provides the main converter classes.
de.betabeans.scroogexhtml.debugging
- package de.betabeans.scroogexhtml.debugging
Provides the debugging classes.
de.betabeans.scroogexhtml.dom
- package de.betabeans.scroogexhtml.dom
Provides a light-weight 'document object model'.
de.betabeans.scroogexhtml.events
- package de.betabeans.scroogexhtml.events
Provides classes for bean event methods.
de.betabeans.scroogexhtml.logging
- package de.betabeans.scroogexhtml.logging
Provides the logging classes.
de.betabeans.scroogexhtml.rtf
- package de.betabeans.scroogexhtml.rtf
Provides RTF standard datatypes and constants.
de.betabeans.scroogexhtml.translator
- package de.betabeans.scroogexhtml.translator
Provides a generic document translator.
debug(String, String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
This methods writes a debug string to the output document.
debug(String, char)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Write debug string.
debug(Object)
- Method in class de.betabeans.scroogexhtml.logging.
DefaultLogger
Send a DEBUG string to the log.
debug(Object)
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Log a message with debug log level.
debug(Object, Throwable)
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Log an error with debug log level.
debug(Object)
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Empty implementation
debug(Object, Throwable)
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Empty implementation.
DebugInterface
- Interface in
de.betabeans.scroogexhtml.debugging
Debug Interface for embedded output
DEFAULT_FONT_NR_UNKNOWN
- Static variable in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
The font number value when it is 'unknown'.
DefaultDebugger
- Class in
de.betabeans.scroogexhtml.debugging
Simple debugger implementation.
DefaultDebugger()
- Constructor for class de.betabeans.scroogexhtml.debugging.
DefaultDebugger
DefaultLogger
- Class in
de.betabeans.scroogexhtml.logging
A simple logger implementation.
DefaultLogger()
- Constructor for class de.betabeans.scroogexhtml.logging.
DefaultLogger
DG_BODY
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
document group body
DG_BULLET
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
document group bullet list
DG_COLORTABLE
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
document group color table
DG_FONTTABLE
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
document group font table
DG_IGNORE
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
document group unknown
docTextToString()
- Method in class de.betabeans.scroogexhtml.dom.
FormattedText
Call the converter for this text element.
DOCTYPE_HTML_401_STRICT
- Static variable in interface de.betabeans.scroogexhtml.translator.
W3CDocument
HTML 4.01 Strict DOCTYPE definition.
DOCTYPE_HTML_401_TRANSITIONAL
- Static variable in interface de.betabeans.scroogexhtml.translator.
W3CDocument
HTML 4.01 Transitional DOCTYPE definition.
DOCTYPE_XHTML_10_STRICT
- Static variable in interface de.betabeans.scroogexhtml.translator.
W3CDocument
XHTML 1.0 Strict DOCTYPE definition.
DOCTYPE_XHTML_10_TRANSITIONAL
- Static variable in interface de.betabeans.scroogexhtml.translator.
W3CDocument
XHTML 1.0 Transitional DOCTYPE definition.
DOCTYPE_XHTML_BASIC_10
- Static variable in interface de.betabeans.scroogexhtml.translator.
W3CDocument
XHTML Basic 1.0 DOCTYPE definition.
DOCTYPE_XHTML_MP_10
- Static variable in interface de.betabeans.scroogexhtml.translator.
W3CDocument
XHTML Mobile Profile 1.0 DOCTYPE definition.
Document
- Class in
de.betabeans.scroogexhtml.dom
ScroogeXHTML uses a Document object to store the complete content of the RTF file internally before it is converted.
Document(ScroogeXHTMLBase)
- Constructor for class de.betabeans.scroogexhtml.dom.
Document
Constructor for the Document object.
DocumentNode
- Interface in
de.betabeans.scroogexhtml.dom
The DocumentNode Interface defines common methods for the document tree.
DOMWriter
- Class in
de.betabeans.scroogexhtml.converter
The converter uses the ScroogeXHTMLWriter to store the current RTF state, character properties and paragraph properties, and to build the
Document
.
DOMWriter(ScroogeXHTMLBase)
- Constructor for class de.betabeans.scroogexhtml.converter.
DOMWriter
Constructor for the ScroogeXHTMLWriter object.
E
EmptyDebugger
- Class in
de.betabeans.scroogexhtml.debugging
Debugger implementation with empty methods.
EmptyDebugger()
- Constructor for class de.betabeans.scroogexhtml.debugging.
EmptyDebugger
encode(String)
- Method in class de.betabeans.scroogexhtml.translator.
HTMLTranslator
Encode a (Unicode) string to HTML/XHTML.
encode(String)
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
Encode.
encode(String)
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Encode a (Unicode) string to HTML/XHTML.
encode(String)
- Method in class de.betabeans.scroogexhtml.translator.
XHTMLTranslator
Encode a (Unicode) string to HTML/XHTML.
error(Object)
- Method in class de.betabeans.scroogexhtml.logging.
DefaultLogger
Send a LOG_ERROR string to the log.
error(Object)
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Log a message with error log level.
error(Object, Throwable)
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Log an error with error log level.
error(Object)
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Empty implementation
error(Object, Throwable)
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Empty implementation.
F
fatal(Object)
- Method in class de.betabeans.scroogexhtml.logging.
DefaultLogger
Send a LOG_FATAL string to the log.
fatal(Object)
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Log a message with fatal log level.
fatal(Object, Throwable)
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Log an error with fatal log level.
fatal(Object)
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Empty implementation.
fatal(Object, Throwable)
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Empty implementation.
FN_BIN
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
binary mode
FN_CELL
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Table Cell
FN_HEX
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
hex mode
FN_LINEBREAK
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Linebreak
FN_MIDDOT
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
middot (bullet)
FN_NBSP
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Non-breaking space
FN_PAR
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
paragraph
FN_PLAIN
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
plain
FN_ROW
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Table Row
FN_SKIPDEST
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
skip mode
FN_SKIPWORD
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
skip word
FN_TROWD
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
table row default
FontDescriptor
- Class in
de.betabeans.scroogexhtml.rtf
Class which contains the font definition in the RTF Header.
FontDescriptor()
- Constructor for class de.betabeans.scroogexhtml.rtf.
FontDescriptor
FONTSIZE_EM
- Static variable in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Font size based on the relative unit 'em'.
FONTSIZE_EX
- Static variable in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Font size based on the relative unit 'ex'.
FONTSIZE_PERCENT
- Static variable in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Font size based on the relative unit '%'.
FONTSIZE_POINT
- Static variable in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Font size based on the absolute unit 'point'.
FontTable
- Class in
de.betabeans.scroogexhtml.rtf
Contains a list of fonts which are defined in the RTF header.
FontTable()
- Constructor for class de.betabeans.scroogexhtml.rtf.
FontTable
formatElement(String, CharacterProperties, ParagraphProperties)
- Method in class de.betabeans.scroogexhtml.translator.
HTML401Strict
Format a String using the given CharacterProperties.
formatElement(String, CharacterProperties, ParagraphProperties)
- Method in class de.betabeans.scroogexhtml.translator.
HTML401Transitional
Format a String using the given CharacterProperties.
formatElement(String, CharacterProperties, ParagraphProperties)
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
Format.
formatElement(String, CharacterProperties, ParagraphProperties)
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Format a String using the given CharacterProperties.
formatElement(String, CharacterProperties, ParagraphProperties)
- Method in class de.betabeans.scroogexhtml.translator.
XHTML10Strict
Format a String using the given CharacterProperties.
formatElement(String, CharacterProperties, ParagraphProperties)
- Method in class de.betabeans.scroogexhtml.translator.
XHTML10Transitional
Format a String using the given CharacterProperties.
formatElement(String, CharacterProperties, ParagraphProperties)
- Method in class de.betabeans.scroogexhtml.translator.
XHTMLBasic10
Return formatted text string.
FormattedText
- Class in
de.betabeans.scroogexhtml.dom
ScroogeXHTML splits the RTF text into small pieces which have the same character properties, for example a sequence of underlined characters.
FormattedText(Paragraph)
- Constructor for class de.betabeans.scroogexhtml.dom.
FormattedText
Constructor for the FormattedText object.
Formatter
- Class in
de.betabeans.scroogexhtml.converter
A class which controls line breaks and indentation for the generated output document.
Formatter()
- Constructor for class de.betabeans.scroogexhtml.converter.
Formatter
G
getAfterTextConversionListeners()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
The get<ListenerType>s method returns the set of registered event listeners.
getAfterTextConversionListenerVector()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the after text conversion listener vector value.
getAlign()
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Gets the align attribute of the ParagraphProperties object.
getBeforeTextConversionListeners()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
The get<ListenerType>s method returns the set of registered event listeners.
getBeforeTextConversionListenerVector()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the before text conversion listener vector value.
getBGColor()
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Gets the bGColor attribute of the CharacterProperties object.
getCharacterProperties()
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
getCharacterProperties()
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
getCharacterStyles(ParagraphProperties, CharacterProperties, boolean, byte)
- Static method in class de.betabeans.scroogexhtml.translator.
Stylesheet
Returns the character styles value.
getCharSet()
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Gets the charSet attribute of the CharacterProperties object.
getCloseEmptyElement()
- Method in class de.betabeans.scroogexhtml.translator.
HTMLTranslator
Gets the correct closing bracket for empty elements.
getCloseEmptyElement()
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
Empty.
getCloseEmptyElement()
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Gets the correct closing bracket for empty elements depending on the document type.
getCloseEmptyElement()
- Method in class de.betabeans.scroogexhtml.translator.
XHTMLTranslator
Gets the correct closing bracket for empty elements.
getColor()
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Gets the color attribute of the CharacterProperties object.
getColor(int)
- Method in class de.betabeans.scroogexhtml.converter.
RTFReader
getColorTable()
- Method in class de.betabeans.scroogexhtml.converter.
RTFReader
Gets the colorTable attribute.
getConverter()
- Method in class de.betabeans.scroogexhtml.dom.
Document
Gets the converter attribute.
getCP()
- Method in class de.betabeans.scroogexhtml.dom.
FormattedText
Gets the character properties.
getCurFontCSet()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the current font character set value.
getCurFontName()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Gets this object's current font name.
getCurFontNr()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the current font number value.
getCurFontType()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the cur font type value.
getDebugger()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the debugger value.
getDefaultFontColor()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the defaultFontColor property.
getDefaultFontName()
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Gets the defaultFontName.
getDefaultFontName()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the defaultFontName property.
getDefaultFontName()
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Get the default font name.
getDefaultFontNr()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the default font number value.
getDefaultFontSize()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the defaultFontSize property.
getDefaultFontStyleDefinition()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the default font style definition value.
getDefaultLanguage()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the defaultLanguage property.
getDefaultParamValue()
- Method in class de.betabeans.scroogexhtml.rtf.
RTFKeywords
Gets the defaultParamValue attribute of the ScroogeXHTMLParser object.
getDestination()
- Method in class de.betabeans.scroogexhtml.converter.
RTFReader
Gets the destination attribute.
getDestination()
- Method in class de.betabeans.scroogexhtml.rtf.
RTFKeywords
Gets the destination attribute of the ScroogeXHTMLParser object.
getDocType()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the docType property.
getDocType()
- Method in class de.betabeans.scroogexhtml.translator.
CustomTranslator
Set the document tpye property of the translator.
getDocType()
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
Empty.
getDocType()
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Gets the DOCTYPE declaration.
getDocument()
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Gets the document.
getDocument()
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Returns the document.
getDocument()
- Method in class de.betabeans.scroogexhtml.dom.
Paragraph
Gets the document attribute.
getDocumentTitle()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the documentTitle property.
getEmptyParagraph()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the emptyParagraph property.
getEmptyParagraph()
- Method in class de.betabeans.scroogexhtml.dom.
Document
Returns the HTML code for an empty paragraph.
getFirstIndent()
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Gets the firstIndent attribute of the ParagraphProperties object.
getFont()
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Gets the font attribute of the CharacterProperties object.
getFont(Integer)
- Method in class de.betabeans.scroogexhtml.rtf.
FontTable
Gets the font attribute of the FontTable object.
getFontCharSet(int)
- Method in class de.betabeans.scroogexhtml.converter.
RTFReader
Gets the charSet attribute of the given font table entry.
getFontCharSet()
- Method in class de.betabeans.scroogexhtml.rtf.
FontDescriptor
Gets the fontCharSet attribute of the FontDescriptor object.
getFontFamily()
- Method in class de.betabeans.scroogexhtml.rtf.
RTFKeywords
Gets the fontFamily attribute of the ScroogeXHTMLParser object.
getFontName(int)
- Method in class de.betabeans.scroogexhtml.converter.
RTFReader
Get a font name for a given font table entry.
getFontName()
- Method in class de.betabeans.scroogexhtml.rtf.
FontDescriptor
Gets the fontName attribute of the FontDescriptor object.
getFontSizeStyle(int, byte)
- Static method in class de.betabeans.scroogexhtml.translator.
Stylesheet
Returns the font size style value.
getFontSizeUnit()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the fontSizeUnit property.
getFontSizeUnit()
- Method in class de.betabeans.scroogexhtml.translator.
CustomTranslator
Return the font size unit.
getFontSizeUnit()
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
None.
getFontSizeUnit()
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Returns the font size unit value.
getFontSizeUnitCode()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the font size unit code value.
getFontTable()
- Method in class de.betabeans.scroogexhtml.converter.
RTFReader
Returns the font table value.
getFormattedMessage()
- Method in class de.betabeans.scroogexhtml.logging.
LogEvent
Gets the formattedMessage attribute of the LogEvent object.
getFormatter()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the output formatter object.
getHeadTags()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the headTags property.
getHLColor()
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Gets the hLColor attribute of the CharacterProperties object.
getHtml()
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Convert the Document to (X)HTML.
getHtml()
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Get HTML code for the document.
getHtml()
- Method in class de.betabeans.scroogexhtml.rtf.
RTFKeywords
Gets the html attribute of the ScroogeXHTMLParser object.
getHyperlinkListeners()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
The get<ListenerType>s method returns the set of registered event listeners.
getHyperlinkListenerVector()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the hyperlink listener vector.
getIndent(int)
- Method in class de.betabeans.scroogexhtml.converter.
Formatter
Get an indent string for the given level.
getIndentAndDirectionStyle(ParagraphProperties)
- Static method in class de.betabeans.scroogexhtml.translator.
Stylesheet
Builds a CSS style string which represents the margins and text direction of the paragraph object.
getIndentLevel()
- Method in class de.betabeans.scroogexhtml.converter.
Formatter
Get the current indentation level.
getIntState()
- Method in class de.betabeans.scroogexhtml.converter.
RTFReader
Gets the intState attribute.
getKeytype()
- Method in class de.betabeans.scroogexhtml.rtf.
RTFKeywords
Gets the keytype attribute of the ScroogeXHTMLParser object.
getLanguage()
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Get the language code.
getLanguageCode(int)
- Static method in class de.betabeans.scroogexhtml.translator.
Language
Returns the language code value.
getLeftIndent()
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Gets the leftIndent attribute of the ParagraphProperties object.
getLinebreakTag()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Build a linebreak tag.
getListItemTag()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the list item tag value.
getLogger(Class)
- Static method in class de.betabeans.scroogexhtml.logging.
Logger
Get the logger object.
getLogLevel()
- Method in class de.betabeans.scroogexhtml.logging.
LogEvent
Gets the logLevel attribute of the LogEvent object.
getLogLevel()
- Static method in class de.betabeans.scroogexhtml.logging.
Logger
Get the logging level.
getLogListeners()
- Static method in class de.betabeans.scroogexhtml.logging.
Logger
The get<ListenerType>s method returns the set of registered event listeners.
getLogListenerVector()
- Static method in class de.betabeans.scroogexhtml.logging.
Logger
Returns the log listener vector value.
getLogMessage()
- Method in class de.betabeans.scroogexhtml.logging.
LogEvent
Gets the logMessage attribute of the LogEvent object.
getMetaAuthor()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the metaAuthor property.
getMetaContentType()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the metaContentType property.
getMetaDate()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the metaDate property.
getMetaTags()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the metaTags property.
getNewLine()
- Method in class de.betabeans.scroogexhtml.converter.
Formatter
Get the line separator.
getNumberingLevel()
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Gets the numberingLevel attribute of the ParagraphProperties object.
getPar()
- Method in class de.betabeans.scroogexhtml.dom.
Document
get the current paragraph.
getParagraph()
- Method in class de.betabeans.scroogexhtml.dom.
FormattedText
Gets the paragraph attribute.
getParagraph(String)
- Method in class de.betabeans.scroogexhtml.translator.
CustomTranslator
Build the opening tag for a paragraph element.
getParagraph(String, String)
- Method in class de.betabeans.scroogexhtml.translator.
CustomTranslator
Build the opening tag for a paragraph element.
getParagraph(String)
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
Empty.
getParagraph(String)
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Gets the paragraph attribute of the Translator object.
getParagraphProperties()
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
getParagraphProperties()
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
getParagraphStyle(ParagraphProperties)
- Method in class de.betabeans.scroogexhtml.translator.
CustomTranslator
Build the CSS definition for the given paragraph properties.
getParagraphStyle(ParagraphProperties)
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
Empty.
getParagraphStyle(ParagraphProperties)
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Adds formatting tags to the paragraph.
getParagraphStyle(ParagraphProperties)
- Method in class de.betabeans.scroogexhtml.translator.
XHTMLBasic10
Gets the paragraphStyle attribute of the XHTMLBasic10 object.
getParClose()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the closing tag for a paragraph.
getParOpen()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the opening tag for a paragraph (without right bracket).
getParser()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the parser.
getPassDef()
- Method in class de.betabeans.scroogexhtml.rtf.
RTFKeywords
Gets the passDef attribute of the ScroogeXHTMLParser object.
getPlainText()
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Convert the document to plain text.
getPlainText()
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Get plain text for the document.
getPp()
- Method in class de.betabeans.scroogexhtml.dom.
Paragraph
Returns the ParagraphProperties value.
getProgressListeners()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
The get<ListenerType>s method returns the set of registered event listeners.
getReader()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the reader.
getReplaceFonts()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the replaceFonts property.
getRightIndent()
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Gets the rightIndent attribute of the ParagraphProperties object.
getRootElement()
- Method in class de.betabeans.scroogexhtml.translator.
HTMLTranslator
Gets the root element of an HTML document.
getRootElement()
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
No root element.
getRootElement()
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Gets the root element (the tag).
getRootElement()
- Method in class de.betabeans.scroogexhtml.translator.
XHTMLTranslator
Gets the root element for a XHTML document.
getRtfFnct()
- Method in class de.betabeans.scroogexhtml.rtf.
RTFKeywords
Gets the rtfFnct attribute of the ScroogeXHTMLParser object.
getRtfProp()
- Method in class de.betabeans.scroogexhtml.rtf.
RTFKeywords
Gets the rtfProp attribute of the ScroogeXHTMLParser object.
getSize()
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Gets the size attribute of the CharacterProperties object.
getStyleParam(String)
- Method in class de.betabeans.scroogexhtml.translator.
CustomTranslator
Builds a "style" parameter.
getStyleParam(String)
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
Empty.
getStyleParam(String)
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Gets the styleParam attribute of the Translator object.
getStyleSheetInclude()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the styleSheetInclude property.
getStyleSheetLink()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the styleSheetLink property.
getTabString()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns a string which will be used to replace a \tab token in the RTF document.
getTagClass(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the tag class value.
getTagClassParam(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Build the style="..." parameter for the given tag.
getTagStyle(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the tag style value.
getTagStyleParam(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the tag style parameter value.
getText()
- Method in class de.betabeans.scroogexhtml.dom.
FormattedText
get the text of the text object.
getText()
- Method in class de.betabeans.scroogexhtml.dom.
Paragraph
Get the current text object (create one if necessary).
getTextElement()
- Method in class de.betabeans.scroogexhtml.events.
AfterTextConversionEvent
Gets the textElement attribute of the TextElementEvent object.
getTextElement()
- Method in class de.betabeans.scroogexhtml.events.
BeforeTextConversionEvent
Gets the textElement attribute of the BeforeTextConversionEvent object.
getTextElement()
- Method in class de.betabeans.scroogexhtml.events.
HyperlinkEvent
Gets the textElement attribute of the HyperlinkEvent object.
getTranslator()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the document translator.
getTranslatorFor(String)
- Static method in class de.betabeans.scroogexhtml.translator.
TranslatorFactory
Create a Translator for the given document type.
getUseChar()
- Method in class de.betabeans.scroogexhtml.rtf.
RTFKeywords
Gets the useChar attribute of the ScroogeXHTMLParser object.
getVersion()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
ScroogeXHTML version.
getWriter()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Returns the writer.
H
hasProgressListeners()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Check if there are registered progress listeners.
hasText()
- Method in class de.betabeans.scroogexhtml.dom.
FormattedText
Checks if the text element is empty.
HTML401Strict
- Class in
de.betabeans.scroogexhtml.translator
HTML 4.01 Strict Translator.
HTML401Strict()
- Constructor for class de.betabeans.scroogexhtml.translator.
HTML401Strict
Constructor for the HTML401Strict object.
HTML401Transitional
- Class in
de.betabeans.scroogexhtml.translator
HTML 4.01 Transitional Translator.
HTML401Transitional()
- Constructor for class de.betabeans.scroogexhtml.translator.
HTML401Transitional
Constructor for the HTML401Transitional object.
HTMLTranslator
- Class in
de.betabeans.scroogexhtml.translator
Generic HTML Translator.
HTMLTranslator()
- Constructor for class de.betabeans.scroogexhtml.translator.
HTMLTranslator
hyperlink(HyperlinkEvent)
- Method in interface de.betabeans.scroogexhtml.events.
HyperlinkListener
Process a hyperlink event.
HyperlinkEvent
- Class in
de.betabeans.scroogexhtml.events
A Hyperlink event contains the text element with the link text.
HyperlinkEvent(Object, FormattedText)
- Constructor for class de.betabeans.scroogexhtml.events.
HyperlinkEvent
Constructor for the HyperlinkEvent object.
HyperlinkListener
- Interface in
de.betabeans.scroogexhtml.events
A HyperlinkListener can be used to perform user-defined actions whenever a hyperlink is detected.
I
indent(String)
- Method in class de.betabeans.scroogexhtml.converter.
Formatter
Increment the indentation level and return the indented string, followed by the line separator.
info(Object)
- Method in class de.betabeans.scroogexhtml.logging.
DefaultLogger
Send a INFO string to the log.
info(Object)
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Log a message with info log level.
info(Object, Throwable)
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Log an error with info log level.
info(Object)
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Empty implementation
info(Object, Throwable)
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Empty implementation.
isAbortConversion()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the abortConversion property.
isAddOuterHTML()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Return the value of the addOuterHTML property.
isBold()
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Gets the bold attribute of the CharacterProperties object.
isBullet()
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Checks if this is a paragraph with a 'bullet'.
isConvertEmptyParagraphs()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the convertEmptyParagraphs property.
isConvertFontBGColor()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the convertFontBGColor property.
isConvertFontColor()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the convertFontColor property.
isConvertFontHLColor()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the convertFontHLColor property.
isConvertFontName()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the convertFontName property.
isConvertFontSize()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the convertFontSize property.
isConvertFontStyle()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the convertFontStyle property.
isConvertHyperlinks()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the convertHyperlinks property.
isConvertIndent()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the convertIndent property.
isConvertLanguage()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the convertLanguage property.
isConvertSpaces()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the convertSpaces property.
isDebugEnabled()
- Method in class de.betabeans.scroogexhtml.logging.
DefaultLogger
Is debug logging currently enabled?
isDebugEnabled()
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Is debug logging currently enabled?
isDebugEnabled()
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Is debug logging currently enabled?
isDebugMode()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the debugMode property.
isDebugMode()
- Method in interface de.betabeans.scroogexhtml.debugging.
DebugInterface
Gets the debugMode attribute of the DebugInterface object.
isDebugMode()
- Method in class de.betabeans.scroogexhtml.debugging.
DefaultDebugger
Gets the debugMode attribute of the Debugger object.
isDebugMode()
- Method in class de.betabeans.scroogexhtml.debugging.
EmptyDebugger
Gets the debugMode attribute of the EmptyDebugger object.
isEmpty()
- Method in class de.betabeans.scroogexhtml.dom.
Paragraph
isEncoded()
- Method in class de.betabeans.scroogexhtml.dom.
FormattedText
Gets the encoded attribute.
isErrorEnabled()
- Method in class de.betabeans.scroogexhtml.logging.
DefaultLogger
Is error logging currently enabled?
isErrorEnabled()
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Is error logging currently enabled?
isErrorEnabled()
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Is error logging currently enabled?
isFatalEnabled()
- Method in class de.betabeans.scroogexhtml.logging.
DefaultLogger
Is fatal logging currently enabled?
isFatalEnabled()
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Is fatal logging currently enabled?
isFatalEnabled()
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Is fatal logging currently enabled?
isIncludeDefaultFontStyle()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the includeDefaultFontStyle property.
isIncludeDocType()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the includeDocType property.
isIncludeXMLDeclaration()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the includeXMLDeclaration property.
isInfoEnabled()
- Method in class de.betabeans.scroogexhtml.logging.
DefaultLogger
Is info logging currently enabled?
isInfoEnabled()
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Is info logging currently enabled?
isInfoEnabled()
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Is info logging currently enabled?
isItalic()
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Gets the italic attribute of the CharacterProperties object.
isListEnd()
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Gets the listEnd attribute of the ParagraphProperties object.
isListStart()
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Gets the listStart attribute of the ParagraphProperties object.
isMetaDateAuto()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the metaDateAuto property.
isMetaDescription()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the metaDescription property.
isMetaGenerator()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the metaGenerator property.
isMetaKeywords()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Get the value of the metaKeywords property.
isNumbered()
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Gets the numbered attribute of the ParagraphProperties object.
isNumberingStyle()
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Gets the writerNumbered attribute.
isNumberingStyle()
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Get the numbered flag.
isRightToLeft()
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Get the right to left property.
isRightToLeftPar()
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Get the right to left attribute value.
isStrike()
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Gets the strike attribute of the CharacterProperties object.
isSubscript()
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Gets the subscript attribute of the CharacterProperties object.
isSuperscript()
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Gets the superscript attribute of the CharacterProperties object.
isTraceEnabled()
- Method in class de.betabeans.scroogexhtml.logging.
DefaultLogger
Is trace logging currently enabled?
isTraceEnabled()
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Is trace logging currently enabled?
isTraceEnabled()
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Is trace logging currently enabled?
isTransitional()
- Method in class de.betabeans.scroogexhtml.translator.
HTML401Strict
Check if this is a TRANSITIONAL document type.
isTransitional()
- Method in class de.betabeans.scroogexhtml.translator.
HTML401Transitional
Check if this is a TRANSITIONAL document type.
isTransitional()
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
False.
isTransitional()
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Returns true if this translator generates transitional (X)HTML.
isTransitional()
- Method in class de.betabeans.scroogexhtml.translator.
XHTML10Strict
Check if this is a TRANSITIONAL document type.
isTransitional()
- Method in class de.betabeans.scroogexhtml.translator.
XHTML10Transitional
Check if this is a TRANSITIONAL document type.
isTransitional()
- Method in class de.betabeans.scroogexhtml.translator.
XHTMLBasic10
Check if this is a TRANSITIONAL HTML document type.
isUnderline()
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Gets the underline attribute of the CharacterProperties object.
isWarnEnabled()
- Method in class de.betabeans.scroogexhtml.logging.
DefaultLogger
Is warn logging currently enabled?
isWarnEnabled()
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Is warn logging currently enabled?
isWarnEnabled()
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Is warn logging currently enabled?
isXMLTranslatorClass()
- Method in class de.betabeans.scroogexhtml.translator.
HTMLTranslator
Returns false because this class is not a XML based translator.
isXMLTranslatorClass()
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
Return false.
isXMLTranslatorClass()
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Checks if this is a XML based translator class.
isXMLTranslatorClass()
- Method in class de.betabeans.scroogexhtml.translator.
XHTMLTranslator
Returns true because all child classes are XML based.
K
KT_CHAR
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
character keyword
KT_DEST
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
destination keyword
KT_FFAM
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
font family keyword
KT_FNCT
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
function keyword
KT_PROP
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
property keyword
KT_STRING
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
string keyword
L
Language
- Class in
de.betabeans.scroogexhtml.translator
A class which converts a Windows LCID language code to the corresponding ISO 639-1 two letter code.
Level
- Class in
de.betabeans.scroogexhtml.logging
Definition of logging levels.
Level()
- Constructor for class de.betabeans.scroogexhtml.logging.
Level
LEVEL0
- Static variable in class de.betabeans.scroogexhtml.converter.
Formatter
No indentation.
LEVEL1
- Static variable in class de.betabeans.scroogexhtml.converter.
Formatter
First indentation level.
LEVEL2
- Static variable in class de.betabeans.scroogexhtml.converter.
Formatter
Second indentation level.
LEVEL3
- Static variable in class de.betabeans.scroogexhtml.converter.
Formatter
Third indentation level.
LEVEL4
- Static variable in class de.betabeans.scroogexhtml.converter.
Formatter
Fourth indentation level.
Log
- Interface in
de.betabeans.scroogexhtml.logging
Logging interface definition.
log(LogEvent)
- Method in interface de.betabeans.scroogexhtml.logging.
LogListener
Process a log event.
LOG_DEBUG
- Static variable in class de.betabeans.scroogexhtml.logging.
Level
log level DEBUG.
LOG_ERROR
- Static variable in class de.betabeans.scroogexhtml.logging.
Level
log level ERROR.
LOG_FATAL
- Static variable in class de.betabeans.scroogexhtml.logging.
Level
log level FATAL.
LOG_INFO
- Static variable in class de.betabeans.scroogexhtml.logging.
Level
log level INFO.
LOG_WARN
- Static variable in class de.betabeans.scroogexhtml.logging.
Level
log level WARN.
LogEvent
- Class in
de.betabeans.scroogexhtml.logging
A LogEvent object contains information about the logging event.
LogEvent(Object, short, Object)
- Constructor for class de.betabeans.scroogexhtml.logging.
LogEvent
Constructor for the LogEvent object.
Logger
- Class in
de.betabeans.scroogexhtml.logging
Simple implementation of the Log Interface with 'empty' logging methods.
Logger()
- Constructor for class de.betabeans.scroogexhtml.logging.
Logger
Protected constructor that is not available for public use.
LogListener
- Interface in
de.betabeans.scroogexhtml.logging
A EventListener subclass for LogEvents.
N
nameAndVersion()
- Static method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Name and Version of ScroogeXHTML.
NBSP_TAG
- Static variable in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
The non-breaking space character.
nextPar(Paragraph)
- Method in class de.betabeans.scroogexhtml.dom.
Document
Find the next paragraph in the document.
nextText()
- Method in class de.betabeans.scroogexhtml.dom.
Paragraph
Add and return a new empty text element, recycle empty text buffer.
NL_BODY
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
'Body' numbering level
NL_BULLET
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
'Bullet' numbering level
NL_NONE
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
No numbering
notifyProgress()
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Notify all existing progress listeners.
P
Paragraph
- Class in
de.betabeans.scroogexhtml.dom
ScroogeXHTML creates a Paragraph object for each paragraph of the document.
Paragraph(Document)
- Constructor for class de.betabeans.scroogexhtml.dom.
Paragraph
Constructor for the Paragraph object.
ParagraphProperties
- Class in
de.betabeans.scroogexhtml.converter
A class which stores paragraph properties.
ParagraphProperties()
- Constructor for class de.betabeans.scroogexhtml.converter.
ParagraphProperties
PlainText
- Class in
de.betabeans.scroogexhtml.translator
PlainText is a simple RTF to ASCII translator.
PlainText()
- Constructor for class de.betabeans.scroogexhtml.translator.
PlainText
popCharacterProperties(CharacterProperties)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
popCharacterProperties(CharacterProperties)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
popParagraphProperties(ParagraphProperties)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
popParagraphProperties(ParagraphProperties)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
popRTFState()
- Method in class de.betabeans.scroogexhtml.converter.
RTFReader
Get the reader state back from the stack.
PR_ANSICPG
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
ANSI Codepage
PR_BCOL
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Background color
PR_BLUE
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Blue
PR_BOLD
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Bold
PR_CENTER
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Centered
PR_DEFF
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Default Font
PR_FCHARSET
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Font Charset
PR_FCOL
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Font Color
PR_FIRSTIND
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
First Line Indent
PR_FONTNR
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Font Nr.
PR_FROMAN
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Roman
PR_FSCRIPT
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Script
PR_FSIZE
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Font Size
PR_FSWISS
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Swiss
PR_GREEN
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Green
PR_HCOL
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Highlight COlor
PR_ITALIC
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Italic
PR_JUSTIFY
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Justify
PR_LANG
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Language
PR_LEFT
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Left aligned
PR_LEFTIND
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Left Indent
PR_NOSUB
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
No sub/superscript
PR_PARD
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Paragraph defaults
PR_PNLVL
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Paragraph Numbering Level
PR_PNLVLCONT
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
pnlvlcont
PR_RED
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Red
PR_RIGHT
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Align right
PR_RIGHTIND
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Right Indent
PR_RTLCHAR
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Left to Right characters
PR_RTLPAR
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Right to Left paragraph
PR_STRIKE
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Strike
PR_SUB
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Subscript
PR_SUPER
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Superscript
PR_UNDERLINE
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
underline
PR_UNICODE
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Unicode
PR_UNISKIP
- Static variable in interface de.betabeans.scroogexhtml.rtf.
RTFProperties
Skip Unicode
prevPar(Paragraph)
- Method in class de.betabeans.scroogexhtml.dom.
Document
Find the previous paragraph in the document.
process(FormattedText)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
The FormattedText objects which are stored in the Document instance call this method to convert themselves to HTML.
process(FormattedText)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLMain
The toString() methods of the FormattedText object calls this method to convert itself to HTML/XHTML.
progress(EventObject)
- Method in interface de.betabeans.scroogexhtml.events.
ProgressListener
Process a progress event.
ProgressListener
- Interface in
de.betabeans.scroogexhtml.events
The ProgressListener allows to include a progress indicator in your application.
pushRTFState()
- Method in class de.betabeans.scroogexhtml.converter.
RTFReader
Place the reader state on the stack.
putFont(Integer, FontDescriptor)
- Method in class de.betabeans.scroogexhtml.rtf.
FontTable
Add a font to the font table.
R
removeAfterTextConversionListener(AfterTextConversionListener)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Remove a AfterTextConversionListener.
removeBeforeTextConversionListener(BeforeTextConversionListener)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Remove a BeforeTextConversionListener.
removeHyperlinkListener(HyperlinkListener)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Remove a HyperlinkListener.
removeLogListener(LogListener)
- Static method in class de.betabeans.scroogexhtml.logging.
Logger
Remove a LogListener.
removeProgressListener(ProgressListener)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Remove a ProgressListener.
replaceFont(String)
- Method in class de.betabeans.scroogexhtml.converter.
RTFReader
Replace a RTF header font by a user defined font name.
replaceHyperlink(FormattedText)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
(implemented by ScroogeXHTMLMain).
replaceHyperlink(FormattedText)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLMain
Implements abstract method ScroogeXHTMLBase.replaceHyperlink.
resetCharacterAttributes()
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set all character attributes to the default values.
resetCharacterAttributes()
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Reset all character attributes to default values.
resetParagraphAttributes()
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
reset all paragraph attributes to the default values.
resetParagraphAttributes()
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Reset paragraph attributes to default values.
RTFKeywords
- Class in
de.betabeans.scroogexhtml.rtf
A class which stores and retrieves RTF keywords.
RTFKeywords()
- Constructor for class de.betabeans.scroogexhtml.rtf.
RTFKeywords
Constructor for the ScroogeXHTMLParser object.
RTFProperties
- Interface in
de.betabeans.scroogexhtml.rtf
RTF property constants
RTFReader
- Class in
de.betabeans.scroogexhtml.converter
A class which represents the RTF reader and its state.
RTFReader(ScroogeXHTMLBase)
- Constructor for class de.betabeans.scroogexhtml.converter.
RTFReader
create a new instance and assign the converter.
S
ScroogeXHTML
- Class in
de.betabeans.scroogexhtml
ScroogeXHTML is the JavaBean(tm) class which needs to be installed or instantiated in the application.
ScroogeXHTML()
- Constructor for class de.betabeans.scroogexhtml.
ScroogeXHTML
Constructor for the ScroogeXHTML object.
ScroogeXHTMLBase
- Class in
de.betabeans.scroogexhtml.converter
ScroogeXHTMLBase defines the bean properties.
ScroogeXHTMLBase()
- Constructor for class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
ScroogeXHTMLMain
- Class in
de.betabeans.scroogexhtml.converter
The ScroogeXHTMLMain class contains the core conversion algorithm for RTF.
ScroogeXHTMLMain()
- Constructor for class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLMain
searchToken(String)
- Method in class de.betabeans.scroogexhtml.rtf.
RTFKeywords
search a RTF token in the list of known tokens.
setAbortConversion(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set AbortConversion to true to cancel the conversion.
setAddOuterHTML(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set this property to true to include the HTML header section, and place the generated HTML between the <body> and </body> tags.
setAlign(int)
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Sets the align attribute of the ParagraphProperties object.
setAlignment(int)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "alignment" attribute of the current paragraph.
setAlignment(int)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set paragraph property 'alignment'.
setBGColor(String)
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Sets the bGColor attribute of the CharacterProperties object.
setBGColor(String)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "bgcolor" attribute of the current text.
setBGColor(String)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set character property 'bg color'.
setBold(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Sets the bold attribute of the CharacterProperties object.
setBold(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "bold" attribute of the current text.
setBold(boolean)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set character property 'bold'.
setCharSet(int)
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Sets the charSet attribute of the CharacterProperties object.
setColor(String)
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Sets the color attribute of the CharacterProperties object.
setConvertEmptyParagraphs(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Enable conversion of empty paragraphs to line break tags (<br />).
setConvertFontBGColor(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set ConvertFontBGColor to true to enable conversion of text background colors.
setConvertFontColor(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set this property to true to enable conversion of font colors.
setConvertFontHLColor(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set ConvertFontHLColor to true to enable conversion of text highlight colors.
setConvertFontName(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set this property to true to enable conversion of font names.
setConvertFontSize(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set this property to true to enable conversion of font sizes.
setConvertFontStyle(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set this property to true to enable conversion of font styles (bold, italic, strike, underline, subscript, superscript).
setConvertHyperlinks(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set this property to true to enable conversion of hyperlinks.
setConvertIndent(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set this property to true to enable conversion of indents.
setConvertLanguage(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set the value of the convertLanguage property.
setConvertSpaces(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set this property to true to enable conversion of sequences of spaces to tags.
setCurFontCSet(int)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
curFontCSet contains the current font character set.
setCurFontName(StringBuffer)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
curFontName contains the current font name.
setCurFontNr(int)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
curFontNr contains the current font number.
setCurFontType(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
curFontType contains the current font type.
setDebugMode(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set this property to true to include debug informations in the document.
setDebugMode(boolean)
- Method in interface de.betabeans.scroogexhtml.debugging.
DebugInterface
Enable/disable the debug mode.
setDebugMode(boolean)
- Method in class de.betabeans.scroogexhtml.debugging.
DefaultDebugger
Sets the debugMode attribute of the Debugger object.
setDebugMode(boolean)
- Method in class de.betabeans.scroogexhtml.debugging.
EmptyDebugger
Sets the debugMode attribute of the EmptyDebugger object.
setDefaultFontColor(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Use this property to optimize the HTML code generation.
setDefaultFontName(String)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Sets the defaultFontName.
setDefaultFontName(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Use this property to optimize the HTML code generation.
setDefaultFontName(String)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set the default font name.
setDefaultFontNr(int)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
defaultFontNr contains the default font number.
setDefaultFontSize(int)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Use this property to optimize the HTML code generation.
setDefaultLanguage(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set the default language code.
setDestination(byte)
- Method in class de.betabeans.scroogexhtml.converter.
RTFReader
Sets the destination attribute.
setDocType(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set the output document type.
setDocType(String)
- Method in class de.betabeans.scroogexhtml.translator.
CustomTranslator
Set the document tpye property of the translator.
setDocument(Document)
- Method in interface de.betabeans.scroogexhtml.debugging.
DebugInterface
Sets the document attribute of the DebugInterface object.
setDocument(Document)
- Method in class de.betabeans.scroogexhtml.debugging.
DefaultDebugger
Sets the document attribute of the Debugger object.
setDocument(Document)
- Method in class de.betabeans.scroogexhtml.debugging.
EmptyDebugger
Sets the document attribute of the EmptyDebugger object.
setDocumentGroup(byte)
- Method in class de.betabeans.scroogexhtml.converter.
RTFReader
Set the document group.
setDocumentTitle(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Sets the document title.
setEncoded(boolean)
- Method in class de.betabeans.scroogexhtml.dom.
FormattedText
Sets the encoded attribute.
setFirstIndent(int)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "firstindent" attribute of the current paragraph.
setFirstIndent(int)
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Sets the firstIndent attribute of the ParagraphProperties object.
setFirstIndent(int)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set paragraph property 'first line indent'.
setFont(String)
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Sets the font attribute of the CharacterProperties object.
setFontCharSet(int)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "characterset" attribute of the current text.
setFontCharSet(int)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set character property 'character set'.
setFontCharSet(int)
- Method in class de.betabeans.scroogexhtml.rtf.
FontDescriptor
Sets the fontCharSet attribute of the FontDescriptor object.
setFontColor(String)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "fontcolor" attribute of the current text.
setFontColor(String)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set character property 'font color'.
setFontName(String)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "fontname" attribute of the current text.
setFontName(String)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set character property 'font name'.
setFontName(String)
- Method in class de.betabeans.scroogexhtml.rtf.
FontDescriptor
Sets the fontName attribute of the FontDescriptor object.
setFontSize(int)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "fontsize" attribute of the current text.
setFontSize(int)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set character property 'font size'.
setFontSizeUnit(byte)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Set the fontSizeUnit property.
setFontSizeUnit(byte)
- Method in class de.betabeans.scroogexhtml.translator.
CustomTranslator
Set the font size unit.
setFontSizeUnit(byte)
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
No operation.
setFontSizeUnit(byte)
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Specifies the font size unit value.
setFormatter(Formatter)
- Method in class de.betabeans.scroogexhtml.translator.
CustomTranslator
Set the formatter.
setFormatter(Formatter)
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
None.
setFormatter(Formatter)
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Set the Formatter.
setHeadTags(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
List of additional tags for the head section.
setHLColor(String)
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Sets the hLColor attribute of the CharacterProperties object.
setHLColor(String)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "hlcolor" attribute of the current text.
setHLColor(String)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set character property 'hl color'.
setIncludeDefaultFontStyle(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
If this property is set to true, the HTML head section will include a CSS definition for the default font style which is defined by the properties
DefaultFontSize
,
DefaultFontName
and
DefaultFontColor
.
setIncludeDocType(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Include a DOCTYPE tag at the beginning of the document.
setIncludeXMLDeclaration(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Includes the XML declaration line at the beginning of the document.
setIndentLevel(int)
- Method in class de.betabeans.scroogexhtml.converter.
Formatter
Set the indentation level..
setIntState(byte)
- Method in class de.betabeans.scroogexhtml.converter.
RTFReader
Sets the intState attribute.
setItalic(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Sets the italic attribute of the CharacterProperties object.
setItalic(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "italic" attribute of the current text.
setItalic(boolean)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set character property 'italic'.
setLanguage(String)
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Set the language code.
setLanguage(String)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "language" attribute of the current text.
setLanguage(String)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set character property 'language'.
setLeftIndent(int)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "leftindent" attribute of the current paragraph.
setLeftIndent(int)
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Sets the leftIndent attribute of the ParagraphProperties object.
setLeftIndent(int)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set paragraph property 'left indent'.
setListEnd(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Sets the listEnd attribute of the ParagraphProperties object.
setListStart(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Sets the listStart attribute of the ParagraphProperties object.
setLogger(Logger)
- Static method in class de.betabeans.scroogexhtml.logging.
Logger
Set the logger object.
setLogLevel(short)
- Static method in class de.betabeans.scroogexhtml.logging.
Logger
Set the logging level.
setMetaAuthor(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
This property may be used to specify a META tag which contains the document author.
setMetaContentType(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
This property may be used to specify a character encoding for the document.
setMetaDate(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Use this property to define the Meta tag for the date manually.
setMetaDateAuto(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Include a META tag with UTC date and time.
setMetaDescription(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
This property may be used to specify a document description.
setMetaGenerator(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Include a META tag with generator name.
setMetaKeywords(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
This property may be used to specify keywords for the document.
setMetaTags(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
List of additional meta tags.
setNewLine(String)
- Method in class de.betabeans.scroogexhtml.converter.
Formatter
set the line separator.
setNodeCharset(int)
- Static method in class de.betabeans.scroogexhtml.converter.
UnicodeConverter
Store the code page for this character set in the variable "nodeCodepage".
setNumbered(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "bullet" attribute of the current paragraph.
setNumbered(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Sets the numbered attribute of the ParagraphProperties object.
setNumbered(boolean)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set paragraph property 'numbered'.
setNumberingLevel(int)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "numberinglevel" attribute of the current paragraph.
setNumberingLevel(int)
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Sets the numberingLevel attribute of the ParagraphProperties object.
setNumberingLevel(int)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set paragraph property 'numbering level'.
setNumberingStyle(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Sets the writerNumbered state.
setNumberingStyle(boolean)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set the numbered flag.
setParOpen(String, String)
- Method in class de.betabeans.scroogexhtml.translator.
CustomTranslator
Sets the parOpen attribute of the CustomTranslator object.
setParOpen(String, String)
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
Empty.
setParOpen(String, String)
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Sets the parOpen attribute of the Translator object.
setParProperties(ParagraphProperties)
- Method in class de.betabeans.scroogexhtml.dom.
Document
Set the current paragraph properties.
setParProperties(ParagraphProperties)
- Method in class de.betabeans.scroogexhtml.dom.
Paragraph
Sets the paragraph properties.
setParser(RTFKeywords)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Sets the parser attribute of the ScroogeXHTMLBase object.
setReader(RTFReader)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Sets the reader attribute of the ScroogeXHTMLBase object.
setReader(PushbackReader)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLMain
Sets the reader attribute of the ScroogeXHTMLMain object.
setReplaceFonts(Properties)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
A Properties objects, which defines which original font names in the RTF source have to be replaced in the HTML output.
setRightIndent(int)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "rightindent" attribute of the current paragraph.
setRightIndent(int)
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Sets the rightIndent attribute of the ParagraphProperties object.
setRightIndent(int)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set paragraph property 'right indent'.
setRightToLeft(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Set the right to left property.
setRightToLeftChar(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "rtl" attribute of the current text.
setRightToLeftChar(boolean)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set character property 'ltr'.
setRightToLeftPar(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "rtl" attribute of the current paragraph.
setRightToLeftPar(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
ParagraphProperties
Set the right to left attribute value.
setRightToLeftPar(boolean)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set paragraph property 'rtl'.
setSize(int)
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Sets the size attribute of the CharacterProperties object.
setSpaces(String)
- Method in class de.betabeans.scroogexhtml.converter.
Formatter
Specifies the spaces value.
setStrike(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Sets the strike attribute of the CharacterProperties object.
setStrike(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "strike" attribute of the current text.
setStrike(boolean)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set character property 'strike'.
setStyleSheetInclude(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Additional style sheet definitions which are stored in the HTML document.
setStyleSheetLink(String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
URL of a file which contains external CSS style sheet definitions for the HTML document.
setSubscript(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Sets the subscript attribute of the CharacterProperties object.
setSubscript(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "subscript" attribute of the current text.
setSubscript(boolean)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set character property 'subscript'.
setSuperscript(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Sets the superscript attribute of the CharacterProperties object.
setSuperscript(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "superscript" attribute of the current text.
setSuperscript(boolean)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set character property 'superscript'.
setTagClass(String, String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
This property allows to define a CSS class parameter for all <p>, <br> and <li> tags in the converted document.
setTagStyle(String, String)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
This property allows to define a CSS style parameter for all <p>, <br> and <li> tags in the converted document.
setText(String)
- Method in class de.betabeans.scroogexhtml.dom.
FormattedText
Set the text of the text object.
setTextProperties(CharacterProperties)
- Method in class de.betabeans.scroogexhtml.dom.
Document
Set the current text element properties.
setTextProperties(CharacterProperties)
- Method in class de.betabeans.scroogexhtml.dom.
FormattedText
set the text properties of the text object.
setTranslator(Translator)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Sets the translator attribute of the ScroogeXHTMLBase object.
setUnderline(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
CharacterProperties
Sets the underline attribute of the CharacterProperties object.
setUnderline(boolean)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Set the "underline" attribute of the current text.
setUnderline(boolean)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Set character property 'underline'.
setWriter(Writer)
- Method in class de.betabeans.scroogexhtml.converter.
ScroogeXHTMLBase
Sets the writer attribute of the ScroogeXHTMLBase object.
Stylesheet
- Class in
de.betabeans.scroogexhtml.translator
CSS support class (abstract).
supportsElement(String)
- Method in class de.betabeans.scroogexhtml.translator.
HTML401Strict
Return 'false' for the "br" elementName.
supportsElement(String)
- Method in class de.betabeans.scroogexhtml.translator.
HTML401Transitional
Return 'true' for all elements.
supportsElement(String)
- Method in class de.betabeans.scroogexhtml.translator.
PlainText
True.
supportsElement(String)
- Method in interface de.betabeans.scroogexhtml.translator.
Translator
Checks if a given HTML element is supported.
supportsElement(String)
- Method in class de.betabeans.scroogexhtml.translator.
XHTML10Strict
Return 'false' for the "br" elementName.
supportsElement(String)
- Method in class de.betabeans.scroogexhtml.translator.
XHTML10Transitional
Return 'true' for all elements.
supportsElement(String)
- Method in class de.betabeans.scroogexhtml.translator.
XHTMLBasic10
Return 'false' for the "br" elementName.
symbolToUnicode(String)
- Static method in class de.betabeans.scroogexhtml.converter.
UnicodeConverter
Convert a string which uses the 'Symbol' font to Unicode.
T
toPlainText()
- Method in class de.betabeans.scroogexhtml.dom.
FormattedText
Return plain text.
toPlainText()
- Method in class de.betabeans.scroogexhtml.dom.
Paragraph
Convert the paragraph text to plain text.
toString()
- Method in interface de.betabeans.scroogexhtml.dom.
DocumentNode
Each document tree node supports the toString method.
toString()
- Method in class de.betabeans.scroogexhtml.dom.
Paragraph
Convert the paragraph text.
trace(Object)
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Log a message with trace log level.
trace(Object, Throwable)
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Log an error with trace log level.
trace(Object)
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Log a message with trace log level.
trace(Object, Throwable)
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Empty implementation.
Translator
- Interface in
de.betabeans.scroogexhtml.translator
Translator Interface.
TranslatorFactory
- Class in
de.betabeans.scroogexhtml.translator
A factory class which creates a Translator for a given W3C document type.
U
UnicodeConverter
- Class in
de.betabeans.scroogexhtml.converter
Unicode conversion.
unIndent(String)
- Method in class de.betabeans.scroogexhtml.converter.
Formatter
Decrement the indentation level and return the indented string, followed by the line separator.
W
W3CDocument
- Interface in
de.betabeans.scroogexhtml.translator
Interface which contains informations about W3C document standards.
warn(Object)
- Method in class de.betabeans.scroogexhtml.logging.
DefaultLogger
Send a LOG_WARN string to the log.
warn(Object)
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Log a message with warn log level.
warn(Object, Throwable)
- Method in interface de.betabeans.scroogexhtml.logging.
Log
Log an error with warn log level.
warn(Object)
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Empty implementation
warn(Object, Throwable)
- Method in class de.betabeans.scroogexhtml.logging.
Logger
Empty implementation.
write(String, String)
- Method in interface de.betabeans.scroogexhtml.debugging.
DebugInterface
Write a string to the debugger.
write(String, char)
- Method in interface de.betabeans.scroogexhtml.debugging.
DebugInterface
Write a character to the debugger.
write(String, String)
- Method in class de.betabeans.scroogexhtml.debugging.
DefaultDebugger
Write a string to the debugger.
write(String, char)
- Method in class de.betabeans.scroogexhtml.debugging.
DefaultDebugger
Write a character to the debugger.
write(String, String)
- Method in class de.betabeans.scroogexhtml.debugging.
EmptyDebugger
Write nothing to nowhere.
write(String, char)
- Method in class de.betabeans.scroogexhtml.debugging.
EmptyDebugger
Write nothing to nowhere.
writeChar(char)
- Method in class de.betabeans.scroogexhtml.converter.
DOMWriter
Append a character to the Document.
writeChar(char)
- Method in interface de.betabeans.scroogexhtml.converter.
Writer
Append a character.
Writer
- Interface in
de.betabeans.scroogexhtml.converter
Writer interface.
X
XHTML10Strict
- Class in
de.betabeans.scroogexhtml.translator
XHTML 1.0 Strict Translator.
XHTML10Strict()
- Constructor for class de.betabeans.scroogexhtml.translator.
XHTML10Strict
Constructor for the XHTML_10_Strict object.
XHTML10Transitional
- Class in
de.betabeans.scroogexhtml.translator
XHTML 1.0 Transitional Translator.
XHTML10Transitional()
- Constructor for class de.betabeans.scroogexhtml.translator.
XHTML10Transitional
Constructor for the XHTML_10_Transitional object.
XHTMLBasic10
- Class in
de.betabeans.scroogexhtml.translator
XHTML Basic 1.0 Translator.
XHTMLBasic10()
- Constructor for class de.betabeans.scroogexhtml.translator.
XHTMLBasic10
Constructor for the XHTMLBasic10 object.
XHTMLMobileProfile10
- Class in
de.betabeans.scroogexhtml.translator
XHTML MP 1.0 Translator.
XHTMLMobileProfile10()
- Constructor for class de.betabeans.scroogexhtml.translator.
XHTMLMobileProfile10
Constructor for the XHTMLMobileProfile10Translator object.
XHTMLTranslator
- Class in
de.betabeans.scroogexhtml.translator
Generic XHTML Translator.
XHTMLTranslator()
- Constructor for class de.betabeans.scroogexhtml.translator.
XHTMLTranslator
XML_DECLARATION
- Static variable in interface de.betabeans.scroogexhtml.translator.
W3CDocument
the XML declaration.
A
B
C
D
E
F
G
H
I
K
L
N
P
R
S
T
U
W
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright (c) 1998-2006 BetaSoft Michael Justin. All Rights Reserved.