- 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.
- 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.
- 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.