Skip navigation links
A B C D E F G H I K L M N P R S T V W X 

A

AbstractWriter - Class in com.scroogexhtml.converter
The AbstractWriter class holds the Writer state and provides methods which are not DOM specific.
add(char) - Method in interface com.scroogexhtml.converter.Writer
 
add(String) - Method in interface com.scroogexhtml.converter.Writer
 
add(String, int, String) - Method in class com.scroogexhtml.statistics.DefaultFontStatistics
Increments the font style occurrence.
add(String, int, String) - Method in interface com.scroogexhtml.statistics.FontStatisticsCollecting
 
add(char) - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
add(String) - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
addAnchor(String) - Method in class com.scroogexhtml.converter.AbstractWriter
 
addAnchor(String) - Method in interface com.scroogexhtml.converter.Writer
 
addAutoFootnoteRef() - Method in interface com.scroogexhtml.converter.Writer
 
addAutoFootnoteRef() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
addDefaultListeners() - Method in class com.scroogexhtml.converter.ScroogeXHTMLMain
Creates and adds post process listeners listeners.
addLevel() - Method in class com.scroogexhtml.lists.ListHeaderInfo
 
addLinebreak() - Method in interface com.scroogexhtml.converter.Writer
 
addLinebreak() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
addList() - Method in class com.scroogexhtml.lists.ListHeaderInfo
 
addListOverride() - Method in class com.scroogexhtml.lists.ListHeaderInfo
 
addPicture(EmbeddedPicture) - Method in interface com.scroogexhtml.converter.Writer
 
addPicture() - Method in class com.scroogexhtml.pictures.MemoryPictureAdapter
 
addPicture() - Method in interface com.scroogexhtml.pictures.PictureAdapter
The converter will call this method every time when it encounters an embedded picture in the RTF code.
addPicture(EmbeddedPicture) - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
addPostProcessListener(PostProcessListener) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Adds a post process listener.
addToOverrideMap(ListOverrideTable) - Method in class com.scroogexhtml.lists.ListHeaderInfo
 
adjust(ScroogeXHTMLBase, Map<FontDef, Integer>) - Static method in class com.scroogexhtml.statistics.DefaultFontStatistics
 
Alignment - Enum in com.scroogexhtml.converter
This enum defines available paragraph alignments.
appendAttribute(Element, String, String) - Static method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
applyParagraphProperties() - Method in interface com.scroogexhtml.converter.Writer
 
applyParagraphProperties() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
applyTextProperties() - Method in interface com.scroogexhtml.converter.Writer
 
applyTextProperties() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 

B

Base64Utils - Class in com.scroogexhtml.pictures
This class is not compatible with the Android platform.
Base64Utils() - Constructor for class com.scroogexhtml.pictures.Base64Utils
 
beforeConvert() - Method in class com.scroogexhtml.pictures.MemoryPictureAdapter
 
beforeConvert() - Method in interface com.scroogexhtml.pictures.PictureAdapter
The converter will call this method before it starts to convert the RTF.
Border - Enum in com.scroogexhtml.table
This enum defines Table / table cell border types.
BorderDefs - Class in com.scroogexhtml.table
BorderDefs represents the border definitions of a table cell or table row.
BorderDefs() - Constructor for class com.scroogexhtml.table.BorderDefs
 
BorderStyle - Enum in com.scroogexhtml.rtf
This enum defines RTF paragraph / cell border styles.

C

CellDef - Class in com.scroogexhtml.table
CellDef represents a table cell.
CellDef(int, String, ClVertAl, BorderDefs) - Constructor for class com.scroogexhtml.table.CellDef
 
CharacterProperties - Class in com.scroogexhtml.converter
The CharacterProperties class is used to save current data of the Writer.
CharacterProperties() - Constructor for class com.scroogexhtml.converter.CharacterProperties
 
checkValidKey(String) - Static method in class com.scroogexhtml.converter.ConversionKeys
 
cloneAll() - Method in class com.scroogexhtml.converter.CharacterProperties
Create a deep copy of the given object.
cloneAll() - Method in class com.scroogexhtml.converter.ParagraphProperties
 
closeTable() - Method in interface com.scroogexhtml.table.TableWriter
 
closeTable() - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
ClVertAl - Enum in com.scroogexhtml.table
This enum defines available vertical alignments.
com.scroogexhtml - package com.scroogexhtml
Provides the main converter class, ScroogeXHTML.
com.scroogexhtml.converter - package com.scroogexhtml.converter
Provides the main converter classes.
com.scroogexhtml.css - package com.scroogexhtml.css
Provides classes for CSS.
com.scroogexhtml.events - package com.scroogexhtml.events
Provides classes for event methods.
com.scroogexhtml.fields - package com.scroogexhtml.fields
Provides classes for RTF field expressions.
com.scroogexhtml.fonts - package com.scroogexhtml.fonts
Provides classes for font substitution, font statistics.
com.scroogexhtml.lists - package com.scroogexhtml.lists
Provides classes for RTF list definition processing.
com.scroogexhtml.pictures - package com.scroogexhtml.pictures
Provides embedded picture support classes.
com.scroogexhtml.rtf - package com.scroogexhtml.rtf
Provides RTF standard datatypes and constants.
com.scroogexhtml.statistics - package com.scroogexhtml.statistics
Provides default implementations of statistics classes.
com.scroogexhtml.table - package com.scroogexhtml.table
Provides table conversion support classes.
com.scroogexhtml.tidy - package com.scroogexhtml.tidy
Provides post processing (PostProcessListener implementations).
com.scroogexhtml.xmldom - package com.scroogexhtml.xmldom
Provides a 'document object model' based on javax.xml.
com.scroogexhtml.xmldom.numbering - package com.scroogexhtml.xmldom.numbering
Provides RTF paragraph numbering support classes.
com.scroogexhtml.xmldom.table - package com.scroogexhtml.xmldom.table
Provides RTF table support classes.
ConversionKeys - Class in com.scroogexhtml.converter
Provides string constants that can be used to set output properties for a converter, or to retrieve output properties from a converter object.
convert(String, Charset) - Method in class com.scroogexhtml.ScroogeXHTML
Convert RTF string to XHTML / HTML string, using the specified output charset.
convert(String) - Method in class com.scroogexhtml.ScroogeXHTML
Convert RTF string to XHTML / HTML string, using UTF-8 output format.
convert(File, File, Charset) - Method in class com.scroogexhtml.ScroogeXHTML
Convert RTF file to XHTML / HTML file, using the specified output charset.
convert(File, File) - Method in class com.scroogexhtml.ScroogeXHTML
Convert RTF file to XHTML / HTML file, using UTF-8 output encoding.
convert(String, File, Charset) - Method in class com.scroogexhtml.ScroogeXHTML
Convert RTF string and write the result to the given file, using the specified output charset.
convert(String, File) - Method in class com.scroogexhtml.ScroogeXHTML
Convert RTF string and write the result to the given file, using UTF-8 output format.
convert(File) - Method in class com.scroogexhtml.ScroogeXHTML
Convert RTF file to XHTML / HTML string.
convert(ByteArrayInputStream) - Method in class com.scroogexhtml.ScroogeXHTML
Convert RTF input stream to XHTML / HTML string.
CONVERT_HEADERS_AND_FOOTERS - Static variable in class com.scroogexhtml.converter.ConversionKeys
convert-headers-and-footers = "yes" | "no".
CONVERT_PARAGRAPH_BORDERS - Static variable in class com.scroogexhtml.converter.ConversionKeys
convert-paragraph-borders = "yes" | "no".
CONVERT_TABLE_BORDERS - Static variable in class com.scroogexhtml.converter.ConversionKeys
convert-table-borders = "yes" | "no".
createListItem(Element) - Method in class com.scroogexhtml.xmldom.numbering.MultilevelNumberingSupport
 
createListItem(Element) - Method in interface com.scroogexhtml.xmldom.numbering.NumberingWriter
 
CssBuilder - Class in com.scroogexhtml.css
CSS builder.
CssBuilder(ScroogeXHTMLBase) - Constructor for class com.scroogexhtml.css.CssBuilder
TODO(MJ) use instance with final charProps / parProps.

D

DefaultFontReplacer - Class in com.scroogexhtml.fonts
A default implementation of the FontReplacing interface.
DefaultFontReplacer() - Constructor for class com.scroogexhtml.fonts.DefaultFontReplacer
 
DefaultFontStatistics - Class in com.scroogexhtml.statistics
This class is a default implementation of the FontStatisticsCollecting interface.
DefaultFontStatistics() - Constructor for class com.scroogexhtml.statistics.DefaultFontStatistics
 
Destination - Enum in com.scroogexhtml.rtf
This enum defines available RTF document destinations.
DocumentType - Enum in com.scroogexhtml.converter
This enum defines available document types of the conversion result.

E

EmbeddedPicture - Class in com.scroogexhtml.pictures
The EmbeddedPicture class stores information about a picture in the RTF.
EmbeddedPicture() - Constructor for class com.scroogexhtml.pictures.EmbeddedPicture
 
ENCLOSING_ELEMENT - Static variable in class com.scroogexhtml.xmldom.XMLDOMWriter
 
equals(Object) - Method in class com.scroogexhtml.fonts.FontDef
 

F

finalizePicture() - Method in class com.scroogexhtml.pictures.MemoryPictureAdapter
 
finalizePicture() - Method in class com.scroogexhtml.pictures.MemoryPictureAdapterBase64
Returns the EmbeddedPicture.
finalizePicture() - Method in interface com.scroogexhtml.pictures.PictureAdapter
The converter will call this method every time when it reaches the end of an embedded picture.
finishField() - Method in interface com.scroogexhtml.converter.Writer
 
finishField() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
finishFldInst() - Method in interface com.scroogexhtml.converter.Writer
 
finishFldInst() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
finishFldRslt() - Method in interface com.scroogexhtml.converter.Writer
 
finishFldRslt() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
fontColor - Variable in class com.scroogexhtml.fonts.FontDef
 
FontDef - Class in com.scroogexhtml.fonts
An immutable class for holding a document font description.
FontDef(String, int, String) - Constructor for class com.scroogexhtml.fonts.FontDef
 
FontDescriptor - Class in com.scroogexhtml.rtf
Class which contains the font definition in the RTF Header.
FontDescriptor(String, int) - Constructor for class com.scroogexhtml.rtf.FontDescriptor
Constructor.
FontFamily - Enum in com.scroogexhtml.rtf
This enum defines RTF font families.
fontName - Variable in class com.scroogexhtml.fonts.FontDef
 
FontReplacing - Interface in com.scroogexhtml.fonts
An interface for substitution of fonts contained in the RTF font table.
fontSize - Variable in class com.scroogexhtml.fonts.FontDef
 
FontSizeUnit - Enum in com.scroogexhtml.converter
This enum defines available font size units.
FontStatisticsCollecting - Interface in com.scroogexhtml.statistics
The FontStatisticsCollecting defines methods for font properties statistics.
FontTable - Class in com.scroogexhtml.rtf
Contains a list of fonts which are defined in the RTF header.
FontTable() - Constructor for class com.scroogexhtml.rtf.FontTable
 
footnoteEnd() - Method in class com.scroogexhtml.converter.AbstractWriter
 
footnoteEnd() - Method in interface com.scroogexhtml.converter.Writer
 
footnoteStart() - Method in class com.scroogexhtml.converter.AbstractWriter
 
footnoteStart() - Method in interface com.scroogexhtml.converter.Writer
 

G

get(Object) - Method in class com.scroogexhtml.rtf.FontTable
Override get() to return a null object when no matching font is in the font table.
get(Border) - Method in class com.scroogexhtml.table.BorderDefs
 
getAlign() - Method in class com.scroogexhtml.converter.ParagraphProperties
 
getBGColor() - Method in class com.scroogexhtml.converter.CharacterProperties
Gets the bGColor attribute of the CharacterProperties object.
getBGColor() - Method in class com.scroogexhtml.converter.ParagraphProperties
 
getBorder() - Method in class com.scroogexhtml.converter.ParagraphProperties
 
getBorderColor() - Method in class com.scroogexhtml.converter.ParagraphProperties
 
getBorderColor() - Method in class com.scroogexhtml.table.RowBorder
 
getBorders() - Method in class com.scroogexhtml.table.CellDef
 
getBorderStyle() - Method in class com.scroogexhtml.converter.ParagraphProperties
 
getBorderStyle(BorderStyle, String, int) - Static method in class com.scroogexhtml.css.CssBuilder
 
getBorderStyle() - Method in class com.scroogexhtml.table.RowBorder
 
getBorderWidth() - Method in class com.scroogexhtml.converter.ParagraphProperties
 
getBorderWidth() - Method in class com.scroogexhtml.table.RowBorder
 
getCellx() - Method in class com.scroogexhtml.table.CellDef
 
getCharacterProperties() - Method in class com.scroogexhtml.converter.AbstractWriter
 
getCharacterProperties() - Method in interface com.scroogexhtml.converter.Writer
 
getCharacterStyles(ParagraphProperties, CharacterProperties) - Method in class com.scroogexhtml.css.CssBuilder
Returns the character styles value.
getCharSet() - Method in class com.scroogexhtml.converter.CharacterProperties
Gets the charSet attribute of the CharacterProperties object.
getClCbPat() - Method in class com.scroogexhtml.table.CellDef
 
getClVertAl() - Method in class com.scroogexhtml.table.CellDef
 
getColor() - Method in class com.scroogexhtml.converter.CharacterProperties
Gets the color attribute of the CharacterProperties object.
getCssUnit() - Method in enum com.scroogexhtml.converter.FontSizeUnit
 
getCurrentListOverride() - Method in class com.scroogexhtml.lists.ListHeaderInfo
 
getCurrentListOverrideOverrideId(int) - Method in class com.scroogexhtml.lists.ListHeaderInfo
 
getCurrentPicture() - Method in class com.scroogexhtml.pictures.MemoryPictureAdapter
 
getCurrentPicture() - Method in interface com.scroogexhtml.pictures.PictureAdapter
For internal use only.
getCurrentTableCell() - Method in interface com.scroogexhtml.table.TableWriter
 
getCurrentTableCell() - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
getData() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
getDataLength() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
getDataStream() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
getDefaultFontColor() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getDefaultFontName() - Method in class com.scroogexhtml.converter.AbstractWriter
 
getDefaultFontName() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getDefaultFontName() - Method in interface com.scroogexhtml.converter.Writer
 
getDefaultFontSize() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getDefaultFontStyleDefinition(ScroogeXHTMLBase) - Static method in class com.scroogexhtml.xmldom.HeadElementBuilder
 
getDefaultLanguage() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getDefaultParamValue() - Method in class com.scroogexhtml.rtf.TokenDef
 
getDestination() - Method in class com.scroogexhtml.rtf.TokenDef
 
getDocument() - Method in class com.scroogexhtml.events.PostProcessEventObject
 
getDocumentTitle() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getDocumentType() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getExtension() - Method in enum com.scroogexhtml.pictures.PictureFormat
 
getFieldExpression() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getFirstIndent() - Method in class com.scroogexhtml.converter.ParagraphProperties
 
getFont() - Method in class com.scroogexhtml.converter.CharacterProperties
Gets the font attribute of the CharacterProperties object.
getFontCharSet() - Method in class com.scroogexhtml.rtf.FontDescriptor
 
getFontName() - Method in class com.scroogexhtml.rtf.FontDescriptor
 
getFontReplacing() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getFontSizeStyle(int, FontSizeUnit) - Static method in class com.scroogexhtml.css.CssBuilder
Returns the font size style value.
getFontSizeUnit() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getFontStatistics() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getHGoalTwips() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
getHLColor() - Method in class com.scroogexhtml.converter.CharacterProperties
Gets the hLColor attribute of the CharacterProperties object.
getHResult() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
getHyperlinkTarget() - Method in class com.scroogexhtml.fields.LinkURIBuilder
Constructs a HTTP link from the HYPERLINK field expression.
getIndentAmount() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getKeytype() - Method in class com.scroogexhtml.rtf.TokenDef
 
getLanguage() - Method in class com.scroogexhtml.converter.CharacterProperties
Get the language code.
getLeftIndent() - Method in class com.scroogexhtml.converter.ParagraphProperties
 
getListHeaderInfo() - Method in class com.scroogexhtml.converter.AbstractWriter
 
getListHeaderInfo() - Method in interface com.scroogexhtml.converter.Writer
 
getListOverrideId() - Method in class com.scroogexhtml.lists.ListOverrideTable
 
getMap() - Method in class com.scroogexhtml.statistics.DefaultFontStatistics
 
getMappingMode() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
getMetaAuthor() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getMetaDescription() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getMetaGenerator() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getMetaKeywords() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getMetaViewport() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getMimeType() - Method in enum com.scroogexhtml.pictures.PictureFormat
 
getNumberingLevel() - Method in class com.scroogexhtml.converter.ParagraphProperties
 
getNumberType(int) - Method in class com.scroogexhtml.lists.ListHeaderInfo
 
getOriginalHeight() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
getOriginalWidth() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
getOutputProperties() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Get a copy of the output properties for the transformation.
getOutputProperty(String) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getParagraphProperties() - Method in class com.scroogexhtml.converter.AbstractWriter
 
getParagraphProperties() - Method in interface com.scroogexhtml.converter.Writer
 
getParagraphStyleCSS(ParagraphProperties) - Method in class com.scroogexhtml.css.CssBuilder
 
getPictureAdapter() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getPictureFormat() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
getPictures() - Method in class com.scroogexhtml.pictures.MemoryPictureAdapter
 
getPictures() - Method in interface com.scroogexhtml.pictures.PictureAdapter
Return the map of the pictures in the current document.
getPictureUrl() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
getPostProcessListeners() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getReplaceFonts() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getResult() - Method in interface com.scroogexhtml.converter.Writer
 
getResult() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
getRightIndent() - Method in class com.scroogexhtml.converter.ParagraphProperties
 
getRtfFnct() - Method in class com.scroogexhtml.rtf.TokenDef
 
getRtfProp() - Method in class com.scroogexhtml.rtf.TokenDef
 
getScaleX() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
getScaleY() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
getSize() - Method in class com.scroogexhtml.converter.CharacterProperties
Gets the size attribute of the CharacterProperties object.
getSpaceAfter() - Method in class com.scroogexhtml.converter.ParagraphProperties
 
getSpaceBefore() - Method in class com.scroogexhtml.converter.ParagraphProperties
 
getStyleSheetInclude() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getStyleSheetLinks() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getSupportedFormats() - Method in class com.scroogexhtml.pictures.MemoryPictureAdapterBase64
Get the supported formats.
getTable() - Method in interface com.scroogexhtml.table.TableWriter
 
getTable() - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
getTableWriter() - Method in interface com.scroogexhtml.converter.Writer
 
getTableWriter() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
getTabString() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getType() - Method in class com.scroogexhtml.lists.ListLevel
 
getUseChar() - Method in class com.scroogexhtml.rtf.TokenDef
 
getVersion() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
getWGoalTwips() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
getWResult() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 

H

hashCode() - Method in class com.scroogexhtml.fonts.FontDef
 
HeadElementBuilder - Class in com.scroogexhtml.xmldom
This class returns the HTML head element.

I

intToChar(int) - Method in class com.scroogexhtml.converter.AbstractWriter
 
intToChar(int) - Method in interface com.scroogexhtml.converter.Writer
 
isAddOuterHTML() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isBold() - Method in class com.scroogexhtml.converter.CharacterProperties
Gets the bold attribute of the CharacterProperties object.
isConvertAlignment() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isConvertBookmarks() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isConvertEmptyParagraphs() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isConvertFields() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isConvertFontBGColor() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isConvertFontColor() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isConvertFontHLColor() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isConvertFontName() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isConvertFontSize() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isConvertFontStyle() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isConvertFootnotes() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isConvertHyperlinks() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isConvertIndent() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isConvertLanguage() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isConvertPictures() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isConvertTables() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isHidden() - Method in class com.scroogexhtml.converter.CharacterProperties
 
isHyperlinkField() - Method in class com.scroogexhtml.fields.LinkURIBuilder
 
isIncludeDefaultFontStyle() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
 
isInFootnote() - Method in class com.scroogexhtml.converter.AbstractWriter
 
isInFootnote() - Method in interface com.scroogexhtml.converter.Writer
 
isInTable() - Method in class com.scroogexhtml.converter.ParagraphProperties
 
isInTable() - Method in interface com.scroogexhtml.table.TableWriter
 
isInTable() - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
isItalic() - Method in class com.scroogexhtml.converter.CharacterProperties
Gets the italic attribute of the CharacterProperties object.
isNumberingStyle() - Method in class com.scroogexhtml.xmldom.numbering.MultilevelNumberingSupport
 
isNumberingStyle() - Method in interface com.scroogexhtml.xmldom.numbering.NumberingWriter
 
isPassDef() - Method in class com.scroogexhtml.rtf.TokenDef
 
isRightToLeft() - Method in class com.scroogexhtml.converter.CharacterProperties
Get the right to left property.
isRightToLeftPar() - Method in class com.scroogexhtml.converter.ParagraphProperties
 
isStrike() - Method in class com.scroogexhtml.converter.CharacterProperties
Gets the strike attribute of the CharacterProperties object.
isSubscript() - Method in class com.scroogexhtml.converter.CharacterProperties
Gets the subscript attribute of the CharacterProperties object.
isSuperscript() - Method in class com.scroogexhtml.converter.CharacterProperties
Gets the superscript attribute of the CharacterProperties object.
isUnderline() - Method in class com.scroogexhtml.converter.CharacterProperties
Gets the underline attribute of the CharacterProperties object.
isValidFragment() - Method in class com.scroogexhtml.fields.LinkURIBuilder
It is recommended to use only Latin letters, Arabic numerals (digits), hyphen (-), underscore (_) and dot (.) for anchors, to support as many HTML versions and web browsers as possible.

K

keySet() - Method in class com.scroogexhtml.table.BorderDefs
 
KeyType - Enum in com.scroogexhtml.rtf
This enum defines available key types.

L

LinkURIBuilder - Class in com.scroogexhtml.fields
Helper class which converts HYPERLINK field expressions to a document path (with an optional anchor).
LinkURIBuilder(String) - Constructor for class com.scroogexhtml.fields.LinkURIBuilder
 
ListHeaderInfo - Class in com.scroogexhtml.lists
This class stores the listheader information.
ListHeaderInfo() - Constructor for class com.scroogexhtml.lists.ListHeaderInfo
 
ListLevel - Class in com.scroogexhtml.lists
This class stores the listlevel information.
ListLevel() - Constructor for class com.scroogexhtml.lists.ListLevel
 
ListOverrideTable - Class in com.scroogexhtml.lists
This class stores listoverridetable information.
ListOverrideTable() - Constructor for class com.scroogexhtml.lists.ListOverrideTable
 

M

MemoryPictureAdapter - Class in com.scroogexhtml.pictures
In-memory picture adapter example implementation.
MemoryPictureAdapter() - Constructor for class com.scroogexhtml.pictures.MemoryPictureAdapter
 
MemoryPictureAdapterBase64 - Class in com.scroogexhtml.pictures
In-memory picture adapter example implementation which uses the HTML Data URI scheme.
MemoryPictureAdapterBase64() - Constructor for class com.scroogexhtml.pictures.MemoryPictureAdapterBase64
Creates an instance with the default maximum image size.
MemoryPictureAdapterBase64(int) - Constructor for class com.scroogexhtml.pictures.MemoryPictureAdapterBase64
Creates an instance specifying the maximum image size.
MultilevelNumberingSupport - Class in com.scroogexhtml.xmldom.numbering
This class provides list support.
MultilevelNumberingSupport(Document, boolean) - Constructor for class com.scroogexhtml.xmldom.numbering.MultilevelNumberingSupport
 

N

nameAndVersion() - Static method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Name and version of ScroogeXHTML.
NL_BODY - Static variable in interface com.scroogexhtml.rtf.NumberingLevel
'Body' numbering level.
NL_BULLET - Static variable in interface com.scroogexhtml.rtf.NumberingLevel
'Bullet' numbering level.
NL_NONE - Static variable in interface com.scroogexhtml.rtf.NumberingLevel
No numbering.
NON_BREAKING_SPACE - Static variable in interface com.scroogexhtml.converter.Writer
NON_BREAKING_SPACE - non-breaking space.
NON_BREAKING_SPACE_STRING - Static variable in interface com.scroogexhtml.converter.Writer
 
NumberingLevel - Interface in com.scroogexhtml.rtf
This interface defines available numbering levels.
NumberingWriter - Interface in com.scroogexhtml.xmldom.numbering
NumberingWriter interface.
NumberType - Enum in com.scroogexhtml.lists
This enum defines available numbering types.

P

ParagraphProperties - Class in com.scroogexhtml.converter
The ParagraphProperties class is used to save current state data of the Writer.
ParagraphProperties() - Constructor for class com.scroogexhtml.converter.ParagraphProperties
 
ParagraphProperties.Border - Enum in com.scroogexhtml.converter
This enum defines available paragraph border attributes.
PictureAdapter - Interface in com.scroogexhtml.pictures
Picture interface.
PictureFormat - Enum in com.scroogexhtml.pictures
This enum defines picture formats and their associated content types.
popCharacterProperties(CharacterProperties) - Method in class com.scroogexhtml.converter.AbstractWriter
 
popCharacterProperties(CharacterProperties) - Method in interface com.scroogexhtml.converter.Writer
 
popParagraphProperties(ParagraphProperties) - Method in class com.scroogexhtml.converter.AbstractWriter
Get last paragraph properties from stack.
popParagraphProperties(ParagraphProperties) - Method in interface com.scroogexhtml.converter.Writer
 
postProcess(PostProcessEventObject) - Method in interface com.scroogexhtml.events.PostProcessListener
 
postProcess(PostProcessEventObject) - Method in class com.scroogexhtml.tidy.ReplaceEmptyParagraphNodes
 
postProcess(PostProcessEventObject) - Method in class com.scroogexhtml.tidy.ReplaceMonospaceBlanks
 
postProcess(PostProcessEventObject) - Method in class com.scroogexhtml.tidy.StripAttributeLessSpanNodes
 
postProcess(PostProcessEventObject) - Method in class com.scroogexhtml.tidy.StripWhitespaceSpanNodes
 
postProcess(PostProcessEventObject) - Method in class com.scroogexhtml.tidy.StripWhitespaceTextNodes
 
PostProcessEventObject - Class in com.scroogexhtml.events
The PostProcessEventObject class provides access to the current converter and DOM tree for the PostProcess event handlers.
PostProcessEventObject(Object, Document) - Constructor for class com.scroogexhtml.events.PostProcessEventObject
Constructor for the PostProcessEventObject object.
PostProcessListener - Interface in com.scroogexhtml.events
The PostProcessListener is invoked before the final transformation of the DOM to String.
printBase64Binary(byte[]) - Static method in class com.scroogexhtml.pictures.Base64Utils
 

R

removePostProcessListener(PostProcessListener) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Removes a post process listener.
replace(ScroogeXHTMLBase, String, FontFamily) - Method in class com.scroogexhtml.fonts.DefaultFontReplacer
 
replace(ScroogeXHTMLBase, String, FontFamily) - Method in interface com.scroogexhtml.fonts.FontReplacing
The converter calls this method for each font name in the RTF font table, passing in the RTF font name and the font type.
ReplaceEmptyParagraphNodes - Class in com.scroogexhtml.tidy
Replace whitespace-only "p" nodes with "br".
ReplaceEmptyParagraphNodes() - Constructor for class com.scroogexhtml.tidy.ReplaceEmptyParagraphNodes
 
ReplaceMonospaceBlanks - Class in com.scroogexhtml.tidy
Replace spaces with non breaking spaces in monospace text nodes.
ReplaceMonospaceBlanks() - Constructor for class com.scroogexhtml.tidy.ReplaceMonospaceBlanks
 
resetCharacterAttributes() - Method in class com.scroogexhtml.converter.AbstractWriter
Will be called for \plain RTF token.
resetCharacterAttributes() - Method in interface com.scroogexhtml.converter.Writer
 
resetParagraphAttributes() - Method in class com.scroogexhtml.converter.AbstractWriter
Rest the paragraph attributes to default values.
resetParagraphAttributes() - Method in interface com.scroogexhtml.converter.Writer
 
RowBorder - Class in com.scroogexhtml.table
RowBorder represents a table border definition.
RowBorder() - Constructor for class com.scroogexhtml.table.RowBorder
 
RtfFnc - Enum in com.scroogexhtml.rtf
This enum defines available RTF functions.
RTFKeywords - Class in com.scroogexhtml.rtf
A class which stores and retrieves RTF keywords.
RTFKeywords(Set<RTFKeywords.Option>) - Constructor for class com.scroogexhtml.rtf.RTFKeywords
Constructor for the RTFKeywords object.
RTFKeywords.Option - Enum in com.scroogexhtml.rtf
This enum defines available configuration options.
RTFProperties - Enum in com.scroogexhtml.rtf
This enum defines available RTF properties.

S

ScroogeXHTML - Class in com.scroogexhtml
ScroogeXHTML is the converter class which needs to be installed or instantiated in the application.
ScroogeXHTML() - Constructor for class com.scroogexhtml.ScroogeXHTML
 
ScroogeXHTMLBase - Class in com.scroogexhtml.converter
ScroogeXHTMLBase defines the converter properties.
ScroogeXHTMLBase() - Constructor for class com.scroogexhtml.converter.ScroogeXHTMLBase
 
ScroogeXHTMLMain - Class in com.scroogexhtml.converter
The ScroogeXHTMLMain class contains the core conversion algorithm for RTF.
searchToken(String) - Method in class com.scroogexhtml.rtf.RTFKeywords
 
setAddOuterHTML(boolean) - Method in class com.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(Alignment) - Method in class com.scroogexhtml.converter.ParagraphProperties
 
setAlignment(Alignment) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setAlignment(Alignment) - Method in interface com.scroogexhtml.converter.Writer
 
setBase(String) - Method in class com.scroogexhtml.pictures.MemoryPictureAdapter
 
setBase(String) - Method in interface com.scroogexhtml.pictures.PictureAdapter
Set the base URL of the image link.
setBGColor(String) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setBGColor(String) - Method in class com.scroogexhtml.converter.CharacterProperties
Sets the bGColor attribute of the CharacterProperties object.
setBGColor(String) - Method in class com.scroogexhtml.converter.ParagraphProperties
 
setBGColor(String) - Method in interface com.scroogexhtml.converter.Writer
 
setBGColor(String) - Method in interface com.scroogexhtml.table.TableWriter
 
setBGColor(String) - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
setBold(boolean) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setBold(boolean) - Method in class com.scroogexhtml.converter.CharacterProperties
Sets the bold attribute of the CharacterProperties object.
setBold(boolean) - Method in interface com.scroogexhtml.converter.Writer
 
setBorder(ParagraphProperties.Border) - Method in class com.scroogexhtml.converter.ParagraphProperties
 
setBorderColor(String) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setBorderColor(String) - Method in class com.scroogexhtml.converter.ParagraphProperties
 
setBorderColor(String) - Method in interface com.scroogexhtml.converter.Writer
 
setBorderColor(String) - Method in class com.scroogexhtml.table.RowBorder
 
setBorderColor(String) - Method in interface com.scroogexhtml.table.TableWriter
 
setBorderColor(String) - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
setBorderStyle(BorderStyle) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setBorderStyle(BorderStyle) - Method in class com.scroogexhtml.converter.ParagraphProperties
 
setBorderStyle(BorderStyle) - Method in interface com.scroogexhtml.converter.Writer
 
setBorderStyle(BorderStyle) - Method in class com.scroogexhtml.table.RowBorder
 
setBorderStyle(BorderStyle) - Method in interface com.scroogexhtml.table.TableWriter
 
setBorderStyle(BorderStyle) - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
setBorderWidth(int) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setBorderWidth(int) - Method in class com.scroogexhtml.converter.ParagraphProperties
 
setBorderWidth(int) - Method in interface com.scroogexhtml.converter.Writer
 
setBorderWidth(int) - Method in class com.scroogexhtml.table.RowBorder
 
setBorderWidth(int) - Method in interface com.scroogexhtml.table.TableWriter
 
setBorderWidth(int) - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
setCellBorder(Border) - Method in interface com.scroogexhtml.table.TableWriter
 
setCellBorder(Border) - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
setCellVertAl(ClVertAl) - Method in interface com.scroogexhtml.table.TableWriter
 
setCellVertAl(ClVertAl) - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
setCellX(int) - Method in interface com.scroogexhtml.table.TableWriter
 
setCellX(int) - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
setCharSet(int) - Method in class com.scroogexhtml.converter.CharacterProperties
Sets the charSet attribute of the CharacterProperties object.
setColor(String) - Method in class com.scroogexhtml.converter.CharacterProperties
Sets the color attribute of the CharacterProperties object.
setConvertAlignment(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set this property to false to disable paragraph alignment conversion.
setConvertBookmarks(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set this property to true to activate bookmark conversion.
setConvertEmptyParagraphs(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Enable conversion of empty paragraphs to line break tags (<br />).
setConvertFields(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set this property to true to enable processing of RTF field expressions.
setConvertFontBGColor(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set ConvertFontBGColor to true to enable conversion of text background colors.
setConvertFontColor(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set this property to true to enable conversion of font colors.
setConvertFontHLColor(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set ConvertFontHLColor to true to enable conversion of text highlight colors.
setConvertFontName(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set this property to true to enable conversion of font names.
setConvertFontSize(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set this property to true to enable conversion of font sizes.
setConvertFontStyle(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set this property to true to enable conversion of font styles (bold, italic, strike, underline, subscript, superscript).
setConvertFootnotes(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set this property to true to enable conversion of footnotes.
setConvertHyperlinks(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set this property to true to enable conversion of hyperlinks.
setConvertIndent(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set this property to true to enable conversion of indents.
setConvertLanguage(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set this property to true to enable generation of lang attributes.
setConvertPictures(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set this property to true to enable extraction of picture data.
setConvertTables(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set this property to true to enable table conversion.
setCurrentListId(int) - Method in class com.scroogexhtml.lists.ListHeaderInfo
 
setCurrentListOverrideId(int) - Method in class com.scroogexhtml.lists.ListHeaderInfo
 
setCurrentListTemplateId(int) - Method in class com.scroogexhtml.lists.ListHeaderInfo
 
setDefaultFontColor(String) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Use this property to optimize the HTML code generation.
setDefaultFontName(String) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setDefaultFontName(String) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Use this property to optimize the HTML code generation.
setDefaultFontName(String) - Method in interface com.scroogexhtml.converter.Writer
 
setDefaultFontSize(int) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Use this property to optimize the HTML code generation.
setDefaultLanguage(String) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set the default language code.
setDocumentTitle(String) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Sets the document title.
setDocumentType(DocumentType) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Sets the documentType property.
setFieldExpression(String) - Method in interface com.scroogexhtml.converter.Writer
 
setFieldExpression(String) - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
setFirstIndent(int) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setFirstIndent(int) - Method in class com.scroogexhtml.converter.ParagraphProperties
 
setFirstIndent(int) - Method in interface com.scroogexhtml.converter.Writer
 
setFont(String) - Method in class com.scroogexhtml.converter.CharacterProperties
Sets the font attribute of the CharacterProperties object.
setFontCharSet(int) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setFontCharSet(int) - Method in interface com.scroogexhtml.converter.Writer
 
setFontColor(String) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setFontColor(String) - Method in interface com.scroogexhtml.converter.Writer
 
setFontName(String) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setFontName(String) - Method in interface com.scroogexhtml.converter.Writer
 
setFontName(String) - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
setFontReplacing(FontReplacing) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Sets the FontReplacing object.
setFontSize(int) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setFontSize(int) - Method in interface com.scroogexhtml.converter.Writer
 
setFontSizeUnit(FontSizeUnit) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set the fontSizeUnit property.
setFontStatistics(FontStatisticsCollecting) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set the FontStatistics property.
setHGoalTwips(long) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
setHidden(boolean) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setHidden(boolean) - Method in class com.scroogexhtml.converter.CharacterProperties
 
setHidden(boolean) - Method in interface com.scroogexhtml.converter.Writer
 
setHLColor(String) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setHLColor(String) - Method in class com.scroogexhtml.converter.CharacterProperties
Sets the hLColor attribute of the CharacterProperties object.
setHLColor(String) - Method in interface com.scroogexhtml.converter.Writer
 
setIncludeDefaultFontStyle(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
If this property is set to true, the HTML head section will include a CSS definition for the default font style.
setIndentAmount(int) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
This property specifies the indentation level.
setInTable(boolean) - Method in class com.scroogexhtml.converter.ParagraphProperties
 
setItalic(boolean) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setItalic(boolean) - Method in class com.scroogexhtml.converter.CharacterProperties
Sets the italic attribute of the CharacterProperties object.
setItalic(boolean) - Method in interface com.scroogexhtml.converter.Writer
 
setLanguage(String) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setLanguage(String) - Method in class com.scroogexhtml.converter.CharacterProperties
Set the language code.
setLanguage(String) - Method in interface com.scroogexhtml.converter.Writer
 
setLeftIndent(int) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setLeftIndent(int) - Method in class com.scroogexhtml.converter.ParagraphProperties
 
setLeftIndent(int) - Method in interface com.scroogexhtml.converter.Writer
 
setListLevel(int) - Method in interface com.scroogexhtml.converter.Writer
 
setListLevel(int) - Method in class com.scroogexhtml.xmldom.numbering.MultilevelNumberingSupport
 
setListLevel(int) - Method in interface com.scroogexhtml.xmldom.numbering.NumberingWriter
 
setListLevel(int) - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
setListOverrideId(int) - Method in class com.scroogexhtml.lists.ListOverrideTable
 
setMappingMode(int) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
setMergeCellWithPreceding() - Method in interface com.scroogexhtml.table.TableWriter
 
setMergeCellWithPreceding() - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
setMetaAuthor(String) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
This property may be used to specify a META tag which contains the document author.
setMetaDescription(String) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
This property may be used to specify a document description.
setMetaGenerator(String) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
This property may be used to specify the content of the generator meta element.
setMetaKeywords(String) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
This property may be used to specify keywords for the document.
setMetaViewport(String) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Use this property to define the meta viewport tag manually.
setNfc(int) - Method in class com.scroogexhtml.lists.ListHeaderInfo
 
setNfc(int) - Method in class com.scroogexhtml.lists.ListLevel
 
setNodeCharset(int) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setNodeCharset(int) - Method in interface com.scroogexhtml.converter.Writer
 
setNumberingLevel(int) - Method in class com.scroogexhtml.converter.ParagraphProperties
 
setNumberingLevel(int) - Method in interface com.scroogexhtml.converter.Writer
 
setNumberingLevel(int) - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
setNumberingStyle(boolean) - Method in interface com.scroogexhtml.converter.Writer
 
setNumberingStyle(boolean) - Method in class com.scroogexhtml.xmldom.numbering.MultilevelNumberingSupport
 
setNumberingStyle(boolean) - Method in interface com.scroogexhtml.xmldom.numbering.NumberingWriter
 
setNumberingStyle(boolean) - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
setNumberType(NumberType) - Method in interface com.scroogexhtml.converter.Writer
 
setNumberType(NumberType) - Method in class com.scroogexhtml.xmldom.numbering.MultilevelNumberingSupport
 
setNumberType(NumberType) - Method in interface com.scroogexhtml.xmldom.numbering.NumberingWriter
 
setNumberType(NumberType) - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
setOriginalHeight(long) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
setOriginalWidth(long) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
setOutputProperty(String, String) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set an output property that will be in effect for the conversion.
setParagraphBackgroundColor(String) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setParagraphBackgroundColor(String) - Method in interface com.scroogexhtml.converter.Writer
 
setParagraphBorder(ParagraphProperties.Border) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setParagraphBorder(ParagraphProperties.Border) - Method in interface com.scroogexhtml.converter.Writer
 
setParagraphInTable(boolean) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setParagraphInTable(boolean) - Method in interface com.scroogexhtml.converter.Writer
 
setPictureAdapter(PictureAdapter) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Set the picture adapter.
setPictureFormat(PictureFormat) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
setPictureUrl(String) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
setRightIndent(int) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setRightIndent(int) - Method in class com.scroogexhtml.converter.ParagraphProperties
 
setRightIndent(int) - Method in interface com.scroogexhtml.converter.Writer
 
setRightToLeft(boolean) - Method in class com.scroogexhtml.converter.CharacterProperties
Set the right to left property.
setRightToLeftChar(boolean) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setRightToLeftChar(boolean) - Method in interface com.scroogexhtml.converter.Writer
 
setRightToLeftPar(boolean) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setRightToLeftPar(boolean) - Method in class com.scroogexhtml.converter.ParagraphProperties
 
setRightToLeftPar(boolean) - Method in interface com.scroogexhtml.converter.Writer
 
setRowBorder(Border) - Method in interface com.scroogexhtml.table.TableWriter
 
setRowBorder(Border) - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
setRowHeight(int) - Method in interface com.scroogexhtml.table.TableWriter
 
setRowHeight(int) - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
setScaleX(long) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
setScaleY(long) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
setSize(int) - Method in class com.scroogexhtml.converter.CharacterProperties
Sets the size attribute of the CharacterProperties object.
setSpaceAfter(int) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setSpaceAfter(int) - Method in class com.scroogexhtml.converter.ParagraphProperties
 
setSpaceAfter(int) - Method in interface com.scroogexhtml.converter.Writer
 
setSpaceBefore(int) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setSpaceBefore(int) - Method in class com.scroogexhtml.converter.ParagraphProperties
 
setSpaceBefore(int) - Method in interface com.scroogexhtml.converter.Writer
 
setStrike(boolean) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setStrike(boolean) - Method in class com.scroogexhtml.converter.CharacterProperties
Sets the strike attribute of the CharacterProperties object.
setStrike(boolean) - Method in interface com.scroogexhtml.converter.Writer
 
setStyleSheetInclude(String) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Additional style sheet definitions which are stored in the HTML document.
setStyleSheetLink(String) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
URL of a file which contains external CSS style sheet definitions for the HTML document.
setSubscript(boolean) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setSubscript(boolean) - Method in class com.scroogexhtml.converter.CharacterProperties
Sets the subscript attribute of the CharacterProperties object.
setSubscript(boolean) - Method in interface com.scroogexhtml.converter.Writer
 
setSuperscript(boolean) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setSuperscript(boolean) - Method in class com.scroogexhtml.converter.CharacterProperties
Sets the superscript attribute of the CharacterProperties object.
setSuperscript(boolean) - Method in interface com.scroogexhtml.converter.Writer
 
setTabString(String) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
Sets the string which will be used to replace a \\tab token in the RTF document.
setTrLeft(int) - Method in interface com.scroogexhtml.table.TableWriter
 
setTrLeft(int) - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
setUnderline(boolean) - Method in class com.scroogexhtml.converter.AbstractWriter
 
setUnderline(boolean) - Method in class com.scroogexhtml.converter.CharacterProperties
Sets the underline attribute of the CharacterProperties object.
setUnderline(boolean) - Method in interface com.scroogexhtml.converter.Writer
 
setWGoalTwips(long) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
StripAttributeLessSpanNodes - Class in com.scroogexhtml.tidy
Strip attribute-les span nodes with only one child node.
StripAttributeLessSpanNodes() - Constructor for class com.scroogexhtml.tidy.StripAttributeLessSpanNodes
 
StripWhitespaceSpanNodes - Class in com.scroogexhtml.tidy
Strip whitespace-only span nodes.
StripWhitespaceSpanNodes() - Constructor for class com.scroogexhtml.tidy.StripWhitespaceSpanNodes
 
StripWhitespaceTextNodes - Class in com.scroogexhtml.tidy
Strip whitespace-only text nodes.
StripWhitespaceTextNodes() - Constructor for class com.scroogexhtml.tidy.StripWhitespaceTextNodes
 
SUPPORT_LIST_TABLE - Static variable in class com.scroogexhtml.converter.ConversionKeys
support-list-table = "yes" | "no".
SUPPORT_MULTILEVEL - Static variable in class com.scroogexhtml.converter.ConversionKeys
support-multilevel = "yes" | "no".
SUPPORT_STAR_PN - Static variable in class com.scroogexhtml.converter.ConversionKeys
support-star-pn = "yes" | "no".
SymbolConverter - Class in com.scroogexhtml.converter
This class provides Symbol font conversion.
SymbolConverter() - Constructor for class com.scroogexhtml.converter.SymbolConverter
 
symbolToUnicode(String) - Static method in class com.scroogexhtml.converter.SymbolConverter
Convert a string which uses the 'Symbol' font to Unicode.

T

tableCellEnds() - Method in interface com.scroogexhtml.converter.Writer
 
tableCellEnds() - Method in interface com.scroogexhtml.table.TableWriter
 
tableCellEnds() - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
tableCellEnds() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
tableRowEnd() - Method in interface com.scroogexhtml.table.TableWriter
 
tableRowEnd() - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
TableRowHolder - Class in com.scroogexhtml.xmldom.table
TableRowHolder contains the DOM which represents a RTF table row.
tableRowStart() - Method in interface com.scroogexhtml.table.TableWriter
 
tableRowStart() - Method in class com.scroogexhtml.xmldom.table.TableSupport
 
TableSupport - Class in com.scroogexhtml.xmldom.table
TableSupport is used to build the DOM which represents a RTF table.
TableSupport(Document, Properties) - Constructor for class com.scroogexhtml.xmldom.table.TableSupport
 
TableWriter - Interface in com.scroogexhtml.table
TableWriter interface.
TokenDef - Class in com.scroogexhtml.rtf
A class which stores a single RTF token description.
toString() - Method in class com.scroogexhtml.fonts.FontDef
 
toString() - Method in class com.scroogexhtml.pictures.MemoryPictureAdapterBase64
 
toString() - Method in class com.scroogexhtml.rtf.FontDescriptor
 
twipsToPix(long) - Static method in class com.scroogexhtml.css.CssBuilder
Convert TWIPS to Pixel.

V

valueOf(String) - Static method in enum com.scroogexhtml.converter.Alignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.scroogexhtml.converter.DocumentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.scroogexhtml.converter.FontSizeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.scroogexhtml.converter.ParagraphProperties.Border
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.scroogexhtml.lists.NumberType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.scroogexhtml.pictures.PictureFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.scroogexhtml.rtf.BorderStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.scroogexhtml.rtf.Destination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.scroogexhtml.rtf.FontFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.scroogexhtml.rtf.KeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.scroogexhtml.rtf.RtfFnc
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.scroogexhtml.rtf.RTFKeywords.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.scroogexhtml.rtf.RTFProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.scroogexhtml.table.Border
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.scroogexhtml.table.ClVertAl
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.scroogexhtml.converter.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.scroogexhtml.converter.DocumentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.scroogexhtml.converter.FontSizeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.scroogexhtml.converter.ParagraphProperties.Border
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.scroogexhtml.lists.NumberType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.scroogexhtml.pictures.PictureFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.scroogexhtml.rtf.BorderStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.scroogexhtml.rtf.Destination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.scroogexhtml.rtf.FontFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.scroogexhtml.rtf.KeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.scroogexhtml.rtf.RtfFnc
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.scroogexhtml.rtf.RTFKeywords.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.scroogexhtml.rtf.RTFProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.scroogexhtml.table.Border
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.scroogexhtml.table.ClVertAl
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(short) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
 
writeChar(char) - Method in class com.scroogexhtml.converter.AbstractWriter
Append a character to the Document.
writeChar(char) - Method in interface com.scroogexhtml.converter.Writer
 
writeEof() - Method in interface com.scroogexhtml.converter.Writer
 
writeEof() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 
Writer - Interface in com.scroogexhtml.converter
Writer interface.
writeTab() - Method in interface com.scroogexhtml.converter.Writer
 
writeTab() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
 

X

XMLDOMWriter - Class in com.scroogexhtml.xmldom
Writer implementation which uses javax.xml to build a DOM tree.
XMLDOMWriter(ScroogeXHTMLBase) - Constructor for class com.scroogexhtml.xmldom.XMLDOMWriter
 
XMLDOMWriter(ScroogeXHTMLBase, Charset) - Constructor for class com.scroogexhtml.xmldom.XMLDOMWriter
XMLDomWriter constructor.
XMLDOMWriterWithStatistics - Class in com.scroogexhtml.xmldom
Writer implementation which uses javax.xml to build a DOM tree and collects document statistics.
XMLDOMWriterWithStatistics(ScroogeXHTMLBase) - Constructor for class com.scroogexhtml.xmldom.XMLDOMWriterWithStatistics
 
XMLDOMWriterWithStatistics(ScroogeXHTMLMain, Charset) - Constructor for class com.scroogexhtml.xmldom.XMLDOMWriterWithStatistics
 
A B C D E F G H I K L M N P R S T V W X 
Skip navigation links

Copyright © 2019 Habarisoft. All rights reserved.