Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A - Enum constant in enum com.scroogexhtml.html.HtmlElement
- AbstractWriter - Class in com.scroogexhtml.converter
-
The AbstractWriter class holds the Writer state.
- add(char) - Method in interface com.scroogexhtml.converter.DocumentWriter
-
Adds a character to the document.
- add(char) - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- add(String) - Method in interface com.scroogexhtml.converter.DocumentWriter
-
Adds a string to the document.
- add(String) - Method in class com.scroogexhtml.rtf.ColorTable
-
Add the color to the table.
- 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.FieldWriter
-
Adds an anchor to the current document.
- addAutoFootnoteRef() - Method in interface com.scroogexhtml.converter.FootnoteWriter
- addAutoFootnoteRef() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- addHeaderAndFooter(Element) - Method in class com.scroogexhtml.xmldom.sections.HeaderAndFooterSupport
- addLevel() - Method in class com.scroogexhtml.lists.ListDef
- addLevel() - Method in class com.scroogexhtml.lists.ListHeaderInfo
- addLinebreak() - Method in interface com.scroogexhtml.converter.DocumentWriter
-
Adds a line break to the document.
- 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() - Method in interface com.scroogexhtml.pictures.PictureAdapter
-
Processes and adds an embedded picture encountered during the conversion of RTF documents into a more usable format.
- addPicture(EmbeddedPicture) - Method in interface com.scroogexhtml.converter.Writer
- addPicture(EmbeddedPicture) - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- addPostProcessListener(PostProcessListener) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
-
Adds a post-process listener.
- addStyleSheetLink(String) - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
-
Adds a style sheet link to the list of style sheet links in the HTML head configuration.
- ALIGN_CENTER - Enum constant in enum com.scroogexhtml.converter.Alignment
- ALIGN_JUSTIFIED - Enum constant in enum com.scroogexhtml.converter.Alignment
- ALIGN_LEFT - Enum constant in enum com.scroogexhtml.converter.Alignment
- ALIGN_RIGHT - Enum constant in enum com.scroogexhtml.converter.Alignment
- Alignment - Enum in com.scroogexhtml.converter
-
The Alignment enum represents the alignment options for text in a document.
- ALT - Enum constant in enum com.scroogexhtml.html.Attribute
- appendAttribute(Element, Attribute, String) - Static method in class com.scroogexhtml.xmldom.XMLDOMWriter
-
Appends an attribute with the given name and value to the specified element if the attribute does not already contain the value.
- appendStyleAttribute(Element, String) - Static method in class com.scroogexhtml.xmldom.XMLDOMWriter
-
Appends a style attribute with the specified value to the given XML element.
- applyParagraphProperties() - Method in interface com.scroogexhtml.converter.Writer
-
Applies the paragraph properties to the document.
- applyParagraphProperties() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- applyTextProperties() - Method in interface com.scroogexhtml.converter.Writer
-
Applies the text properties to the current document writer.
- applyTextProperties() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- ARABIC - Enum constant in enum com.scroogexhtml.lists.NumberType
- Attribute - Enum in com.scroogexhtml.html
-
Attribute enum represents different attributes that can be used in HTML elements.
B
- beforeConvert() - Method in interface com.scroogexhtml.pictures.PictureAdapter
-
This method is invoked before the conversion of embedded pictures in RTF documents.
- blue - Variable in class com.scroogexhtml.rtf.ColorTable
- BODY - Enum constant in enum com.scroogexhtml.html.HtmlElement
- 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
- BorderPropertiesWriter - Interface in com.scroogexhtml.converter
-
The BorderPropertiesWriter interface provides methods for setting border properties of a paragraph or table.
- BorderStyle - Enum in com.scroogexhtml.rtf
-
This enum defines RTF paragraph / cell border styles.
- BOTTOM - Enum constant in enum com.scroogexhtml.table.Border
- BOTTOM - Enum constant in enum com.scroogexhtml.table.ClVertAl
- BOX - Enum constant in enum com.scroogexhtml.converter.ParagraphProperties.Border
- BULLET - Enum constant in enum com.scroogexhtml.lists.NumberType
C
- calculateCurrentPageWidth() - Method in class com.scroogexhtml.converter.AbstractWriter
- calculateCurrentPageWidth() - Method in interface com.scroogexhtml.converter.PageSetupWriter
- CellDef - Class in com.scroogexhtml.table
-
CellDef represents a table cell.
- CellDef(int, String, ClVertAl, BorderDefs) - Constructor for class com.scroogexhtml.table.CellDef
- CENTER - Enum constant in enum com.scroogexhtml.table.ClVertAl
- CharacterProperties - Class in com.scroogexhtml.converter
-
Stores character formatting properties, such as bold or italic.
- CharacterProperties() - Constructor for class com.scroogexhtml.converter.CharacterProperties
-
Default constructor.
- CharacterProperties(CharacterProperties) - Constructor for class com.scroogexhtml.converter.CharacterProperties
-
Copy constructor.
- CharacterPropertiesWriter - Interface in com.scroogexhtml.converter
-
A writer interface for setting character properties.
- CharPropConfiguration - Class in com.scroogexhtml.configuration
-
Nested property which contains character conversion properties.
- CharPropConfiguration() - Constructor for class com.scroogexhtml.configuration.CharPropConfiguration
- closeNestedTable() - Method in interface com.scroogexhtml.table.TableWriter
- closeNestedTable() - Method in class com.scroogexhtml.xmldom.table.TableSupport
- 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.
- COL - Enum constant in enum com.scroogexhtml.html.HtmlElement
- COLGROUP - Enum constant in enum com.scroogexhtml.html.HtmlElement
- ColorTable - Class in com.scroogexhtml.rtf
-
A class which represents the RTF color table.
- ColorTable() - Constructor for class com.scroogexhtml.rtf.ColorTable
- com.scroogexhtml - package com.scroogexhtml
-
Provides the main converter class, ScroogeXHTML.
- com.scroogexhtml.configuration - package com.scroogexhtml.configuration
-
Provides the conversion configuration classes.
- 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.html - package com.scroogexhtml.html
-
Provides classes with HTML element and attribute constants.
- 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 data types and constants.
- com.scroogexhtml.table - package com.scroogexhtml.table
-
Provides table conversion support classes.
- 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.sections - package com.scroogexhtml.xmldom.sections
-
Provides section / header / footer support classes.
- com.scroogexhtml.xmldom.table - package com.scroogexhtml.xmldom.table
-
Provides RTF table support classes.
- ConversionConfiguration - Interface in com.scroogexhtml.converter
-
Conversion configuration interface.
- ConversionException - Exception Class in com.scroogexhtml.converter
-
The ConversionException class encapsulates fatal conversion errors.
- ConversionException(String) - Constructor for exception class com.scroogexhtml.converter.ConversionException
-
Constructs a new ConversionException with the specified message.
- ConversionException(String, Object...) - Constructor for exception class com.scroogexhtml.converter.ConversionException
-
Constructs a new ConversionException with the specified message.
- ConversionException(Throwable) - Constructor for exception class com.scroogexhtml.converter.ConversionException
- convert(ByteArrayInputStream) - Method in class com.scroogexhtml.ScroogeXHTML
-
Converts the given RTF input stream into a string using the UTF-8 character encoding.
- convert(ByteArrayInputStream, Charset) - Method in class com.scroogexhtml.ScroogeXHTML
-
Converts the given RTF input stream into a string using the specified output charset.
- convert(ByteArrayInputStream, Path) - Method in class com.scroogexhtml.ScroogeXHTML
-
Converts the given RTF input stream into a markup file at the specified output path using UTF-8 character encoding.
- convert(String) - Method in class com.scroogexhtml.ScroogeXHTML
-
Converts an RTF string to a markup string using the UTF-8 output charset.
- convert(String, Charset) - Method in class com.scroogexhtml.ScroogeXHTML
-
Converts a given RTF string to a markup string using the specified output charset.
- convert(String, Path) - Method in class com.scroogexhtml.ScroogeXHTML
-
Converts an RTF string to a markup file using the UTF-8 output charset.
- convert(String, Path, Charset) - Method in class com.scroogexhtml.ScroogeXHTML
-
Converts a given RTF string to a markup file at the specified output path using the specified output charset.
- convert(Path) - Method in class com.scroogexhtml.ScroogeXHTML
-
Converts an RTF file located at the specified path to a markup string using UTF-8 character encoding.
- convert(Path, Charset) - Method in class com.scroogexhtml.ScroogeXHTML
-
Converts an RTF file at the specified path to a markup string using the specified output charset.
- convert(Path, Path) - Method in class com.scroogexhtml.ScroogeXHTML
-
Converts an RTF file located at the specified path to a markup file, saving it at the given output path.
- convert(Path, Path, Charset) - Method in class com.scroogexhtml.ScroogeXHTML
-
Converts an RTF file located at the specified path to a markup file, saving it at the given output path.
- convertFontSize(int, LengthUnit) - Static method in class com.scroogexhtml.css.LengthUnitUtil
- createAndConfigureTable(Element) - Method in interface com.scroogexhtml.table.TableWriter
- createAndConfigureTable(Element) - Method in class com.scroogexhtml.xmldom.table.TableSupport
-
Creates and configures a new table within the current document context.
- 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(ConversionConfiguration) - Constructor for class com.scroogexhtml.css.CssBuilder
-
CSS string builder.
D
- DASH - Enum constant in enum com.scroogexhtml.rtf.BorderStyle
- DEF_ITAP - Static variable in class com.scroogexhtml.converter.ParagraphProperties
- DEFAULT_PAGE_WIDTH - Static variable in class com.scroogexhtml.xmldom.table.TableSupport
- DefaultFontReplacer - Class in com.scroogexhtml.fonts
-
A default implementation of the FontReplacing interface.
- DefaultFontReplacer() - Constructor for class com.scroogexhtml.fonts.DefaultFontReplacer
- DefaultFontReplacer(String) - Constructor for class com.scroogexhtml.fonts.DefaultFontReplacer
- Destination - Enum in com.scroogexhtml.rtf
-
This enum defines available RTF document destinations.
- DG_BKMKSTRT - Enum constant in enum com.scroogexhtml.rtf.Destination
-
Bookmark start.
- DG_BODY - Enum constant in enum com.scroogexhtml.rtf.Destination
-
Document body.
- DG_COLORTABLE - Enum constant in enum com.scroogexhtml.rtf.Destination
-
Color table.
- DG_FIELD - Enum constant in enum com.scroogexhtml.rtf.Destination
-
Field.
- DG_FLDINST - Enum constant in enum com.scroogexhtml.rtf.Destination
-
Field expression.
- DG_FLDRSLT - Enum constant in enum com.scroogexhtml.rtf.Destination
-
Field result.
- DG_FONTTABLE - Enum constant in enum com.scroogexhtml.rtf.Destination
-
Font table.
- DG_FOOTER - Enum constant in enum com.scroogexhtml.rtf.Destination
-
Footer.
- DG_FOOTNOTE - Enum constant in enum com.scroogexhtml.rtf.Destination
-
Footnote.
- DG_HEADER - Enum constant in enum com.scroogexhtml.rtf.Destination
-
Header.
- DG_IGNORE - Enum constant in enum com.scroogexhtml.rtf.Destination
-
Unknown.
- DG_LIST - Enum constant in enum com.scroogexhtml.rtf.Destination
-
List.
- DG_LISTLEVEL - Enum constant in enum com.scroogexhtml.rtf.Destination
-
List level.
- DG_LISTOVERRIDE - Enum constant in enum com.scroogexhtml.rtf.Destination
-
List override.
- DG_LISTTABLE - Enum constant in enum com.scroogexhtml.rtf.Destination
-
List table.
- DG_PARAGRAPH_NUMBERING - Enum constant in enum com.scroogexhtml.rtf.Destination
-
\pn Turns on paragraph numbering.
- DG_PICTURE - Enum constant in enum com.scroogexhtml.rtf.Destination
-
Picture.
- DIV - Enum constant in enum com.scroogexhtml.html.HtmlElement
- DocumentType - Enum in com.scroogexhtml.converter
-
Enum representing different document types.
- DocumentWriter - Interface in com.scroogexhtml.converter
-
An interface for writing documents.
- DOTTED - Enum constant in enum com.scroogexhtml.rtf.BorderStyle
- DOUBLE - Enum constant in enum com.scroogexhtml.rtf.BorderStyle
E
- EM - Enum constant in enum com.scroogexhtml.css.LengthUnit
-
Relative unit "em".
- 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
- EMBOSS - Enum constant in enum com.scroogexhtml.rtf.BorderStyle
- ENGRAVE - Enum constant in enum com.scroogexhtml.rtf.BorderStyle
F
- FieldWriter - Interface in com.scroogexhtml.converter
-
Interface for writing field expressions to a StringBuilder.
- fillHead() - Method in class com.scroogexhtml.xmldom.HeadElementBuilder
- finalizePicture() - Method in interface com.scroogexhtml.pictures.PictureAdapter
-
Completes any remaining tasks after the processing of an embedded picture during the RTF document conversion process.
- finishField() - Method in interface com.scroogexhtml.converter.FieldWriter
-
Finish the current field expression.
- finishField() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- finishFldInst() - Method in interface com.scroogexhtml.converter.FieldWriter
-
Finishes the field instruction.
- finishFldInst() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- finishFldRslt() - Method in interface com.scroogexhtml.converter.FieldWriter
-
Finish the field result.
- finishFldRslt() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- FN_BIN - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
bin mode.
- FN_CELL - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Table Cell.
- FN_CHFTN - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Automatic footnote reference.
- FN_CLBRDRB - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Table cell border bottom.
- FN_CLBRDRL - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Table cell border left.
- FN_CLBRDRR - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Table cell border right.
- FN_CLBRDRT - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Table cell border top.
- FN_CLMRG - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
The contents of the table cell are merged with those of the preceding cell.
- FN_CLVERTALB - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Text is bottom-aligned in cell.
- FN_CLVERTALC - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Text is centered vertically in cell.
- FN_CLVERTALT - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Text is top-aligned in cell (the default).
- FN_HEADER - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Header / footer start.
- FN_HEX - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
hex mode.
- FN_INTBL - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
paragraph is in table.
- FN_LINE - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Required line break (no paragraph break).
- FN_NBSP - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Non-breaking space.
- FN_NESTCELL - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Denotes the end of a nested cell.
- FN_NESTROW - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Denotes the end of a nested row.
- FN_NESTTABLEPROPS - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Denotes the start of nested table properties.
- FN_NONSHPPICT - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Specifies that Word 97 has written a \pict destination that it will not read on input.
- FN_PAR - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
paragraph.
- FN_PLAIN - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
plain.
- FN_ROW - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Table Row.
- FN_SKIPDEST - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
skip mode.
- FN_SKIPWORD - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
skip word.
- FN_TRBRDRB - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Table row border bottom.
- FN_TRBRDRL - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Table row border left.
- FN_TRBRDRR - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Table row border right.
- FN_TRBRDRT - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
Table row border top.
- FN_TROWD - Enum constant in enum com.scroogexhtml.rtf.RtfFnc
-
table row default.
- FNIL - Enum constant in enum com.scroogexhtml.rtf.FontFamily
- 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.
- FontReplacing - Interface in com.scroogexhtml.fonts
-
An interface for substitution of fonts contained in the RTF font table.
- 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
- FOOTER - Enum constant in enum com.scroogexhtml.html.HtmlElement
- footerEnd() - Method in interface com.scroogexhtml.converter.HeaderFooterWriter
- footerEnd() - Method in class com.scroogexhtml.xmldom.sections.HeaderAndFooterSupport
- footerEnd() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- footerStart(int) - Method in interface com.scroogexhtml.converter.HeaderFooterWriter
- footerStart(int) - Method in class com.scroogexhtml.xmldom.sections.HeaderAndFooterSupport
- footerStart(int) - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- footnoteEnd() - Method in class com.scroogexhtml.converter.AbstractWriter
- footnoteEnd() - Method in interface com.scroogexhtml.converter.FootnoteWriter
-
Ends the current footnote.
- footnoteStart() - Method in class com.scroogexhtml.converter.AbstractWriter
- footnoteStart() - Method in interface com.scroogexhtml.converter.FootnoteWriter
-
Starts a footnote.
- FootnoteWriter - Interface in com.scroogexhtml.converter
-
Interface for writing footnotes within a document.
- FROMAN - Enum constant in enum com.scroogexhtml.rtf.FontFamily
- FSCRIPT - Enum constant in enum com.scroogexhtml.rtf.FontFamily
- FSWISS - Enum constant in enum com.scroogexhtml.rtf.FontFamily
G
- get(int) - Method in class com.scroogexhtml.rtf.ColorTable
-
Get the color at the specified color table index.
- get(int) - Method in class com.scroogexhtml.rtf.FontTable
-
Note: returns EMPTY_FONT when no matching font exists 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() - 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
-
Retrieves the CharacterProperties object that represents the current state data of the Writer.
- getCharacterStyles(ParagraphProperties, CharacterProperties) - Method in class com.scroogexhtml.css.CssBuilder
-
Returns the character styles value.
- getCharPropConvConfig() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- getCharProps() - Method in class com.scroogexhtml.converter.AbstractWriter
- 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.css.LengthUnit
- getCurrentFieldExpression() - Method in interface com.scroogexhtml.converter.FieldWriter
-
Retrieve the current field expression.
- getCurrentFieldExpression() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- getCurrentFooter() - Method in class com.scroogexhtml.xmldom.sections.HeaderAndFooterSupport
- getCurrentHeader() - Method in class com.scroogexhtml.xmldom.sections.HeaderAndFooterSupport
- getCurrentHeaderOrFooter() - Method in class com.scroogexhtml.xmldom.sections.HeaderAndFooterSupport
- getCurrentLevel() - Method in class com.scroogexhtml.lists.ListDef
- getCurrentListOverride() - Method in class com.scroogexhtml.lists.ListHeaderInfo
- getCurrentPicture() - Method in interface com.scroogexhtml.pictures.PictureAdapter
-
Retrieves the current embedded picture in the conversion process.
- getCurrentTableCell() - Method in interface com.scroogexhtml.table.TableWriter
- getCurrentTableCell() - Method in class com.scroogexhtml.xmldom.table.TableSupportBase
- 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 interface com.scroogexhtml.converter.ConversionConfiguration
-
This property contains the default font color.
- getDefaultFontColor() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- getDefaultFontName() - Method in class com.scroogexhtml.converter.AbstractWriter
- getDefaultFontName() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
This property contains the default font name.
- getDefaultFontName() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- getDefaultFontName() - Method in interface com.scroogexhtml.converter.Writer
-
Returns the default font name of the Writer.
- getDefaultFontSize() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
This property contains the default font size.
- getDefaultFontSize() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- getDefaultFontStyleDefinition(ConversionConfiguration) - Static method in class com.scroogexhtml.xmldom.HeadElementBuilder
- getDefaultLanguage() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
This property contains the default language.
- 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
-
Get the document.
- getDocumentTitle() - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
- getDocumentType() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
This property contains the output document type.
- getDocumentType() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- getExtension() - Method in enum com.scroogexhtml.pictures.PictureFormat
- 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
- getFontCharSet(int) - Method in class com.scroogexhtml.rtf.FontTable
-
Return the charset for the specified font.
- getFontName() - Method in class com.scroogexhtml.rtf.FontDescriptor
- getFontName(int) - Method in class com.scroogexhtml.rtf.FontTable
-
Return the font name for the specified font.
- getFontReplacing() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- getFontSize() - Method in class com.scroogexhtml.converter.CharacterProperties
-
Gets the size attribute of the CharacterProperties object.
- getFontSizeStyle(int, LengthUnit) - Static method in class com.scroogexhtml.css.CssBuilder
-
Returns the font size style value.
- getFontSizeUnit() - Method in class com.scroogexhtml.configuration.CharPropConfiguration
- getFontSizeUnit() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
This property contains the font size unit.
- getFontSizeUnit() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- getHeaderFooterConfiguration() - 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
- getHtmlHeadConfig() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- getHyperlinkTarget() - Method in class com.scroogexhtml.fields.LinkURIBuilder
-
Constructs an HTTP link from the HYPERLINK field expression.
- getImgAltAttribute() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
- getIndentAmount() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
This property contains the number of blanks in the output indentation.
- getIndentAmount() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- getInvalidRtfHeaderAction() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
-
Retrieves the invalid RTF header action.
- getItap() - Method in interface com.scroogexhtml.table.TableWriter
- getItap() - Method in class com.scroogexhtml.xmldom.table.TableSupportBase
- 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
- getListConversionConfig() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- getListHeaderInfo() - Method in class com.scroogexhtml.converter.AbstractWriter
- getListHeaderInfo() - Method in interface com.scroogexhtml.converter.Writer
- getListId() - Method in class com.scroogexhtml.lists.ListDef
- getListLevel() - Method in class com.scroogexhtml.xmldom.numbering.MultilevelNumberingSupport
- getListLevel() - Method in interface com.scroogexhtml.xmldom.numbering.NumberingWriter
- getMappingMode() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
- getMaxTableWidthPercent() - Method in class com.scroogexhtml.configuration.TablePropConfiguration
- getMetaAuthor() - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
- getMetaDescription() - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
- getMetaGenerator() - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
- getMetaKeywords() - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
- getMetaViewport() - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
- getMimeType() - Method in enum com.scroogexhtml.pictures.PictureFormat
- getName() - Static method in class com.scroogexhtml.converter.ScroogeXHTMLBase
-
Returns the name of the software.
- getNumberingLevel() - Method in class com.scroogexhtml.converter.ParagraphProperties
- getNumberType(int) - Method in class com.scroogexhtml.lists.ListDef
- getNumberType(int, int) - Method in class com.scroogexhtml.lists.ListHeaderInfo
- getNumberTypeByValue(int) - Static method in enum com.scroogexhtml.lists.NumberType
- getOriginalHeight() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
- getOriginalWidth() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
- getParagraphBorderStyle(BorderStyle, String, int) - Static method in class com.scroogexhtml.css.CssBuilder
-
Constructs a CSS border style string based on the specified border style, color, and width.
- getParagraphProperties() - Method in class com.scroogexhtml.converter.AbstractWriter
- getParagraphProperties() - Method in interface com.scroogexhtml.converter.Writer
-
Retrieves the ParagraphProperties object that represents the current state data of the Writer.
- getParagraphStyleCSS(ParagraphProperties) - Method in class com.scroogexhtml.css.CssBuilder
- getParaPropConvConfig() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- getParProps() - Method in class com.scroogexhtml.converter.AbstractWriter
- getPictureAdapter() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- getPictureFormat() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
- getPictures() - Method in interface com.scroogexhtml.pictures.PictureAdapter
-
Retrieves a map of embedded pictures.
- getPictureUrl() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
- getPostProcessListeners() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
This property contains the list of post-process listeners.
- getPostProcessListeners() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- getResult() - Method in interface com.scroogexhtml.converter.DocumentWriter
- getResult() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- getRightIndent() - Method in class com.scroogexhtml.converter.ParagraphProperties
- getRowLength() - Method in class com.scroogexhtml.xmldom.table.TableRowHolder
- 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
- getSpaceAfter() - Method in class com.scroogexhtml.converter.ParagraphProperties
- getSpaceBefore() - Method in class com.scroogexhtml.converter.ParagraphProperties
- getStyleSheetInclude() - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
- getStyleSheetLinks() - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
- getTable() - Method in class com.scroogexhtml.xmldom.table.Table
- getTablePropConvConfig() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- getTableWidthUnit() - Method in class com.scroogexhtml.configuration.TablePropConfiguration
-
Retrieves the unit used for table and column widths in the configuration.
- getTableWriter() - Method in interface com.scroogexhtml.converter.Writer
- getTableWriter() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- getTabString() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
This property contains the tab string.
- getTabString() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- getType() - Method in class com.scroogexhtml.lists.ListLevel
- getUseChar() - Method in class com.scroogexhtml.rtf.TokenDef
- getValue() - Method in enum com.scroogexhtml.rtf.NumberingLevel
- getVersion() - Static method in class com.scroogexhtml.converter.ScroogeXHTMLBase
-
Retrieves the version of the software.
- getWGoalTwips() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
- getWResult() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
- green - Variable in class com.scroogexhtml.rtf.ColorTable
H
- HAIR - Enum constant in enum com.scroogexhtml.rtf.BorderStyle
- hasColorTableEntry - Variable in class com.scroogexhtml.rtf.ColorTable
- HEAD - Enum constant in enum com.scroogexhtml.html.HtmlElement
- HeadElementBuilder - Class in com.scroogexhtml.xmldom
-
This class returns the HTML head element.
- HeadElementBuilder(ConversionConfiguration, HtmlHeadConfiguration, Document) - Constructor for class com.scroogexhtml.xmldom.HeadElementBuilder
- HEADER - Enum constant in enum com.scroogexhtml.html.HtmlElement
- HeaderAndFooterSupport - Class in com.scroogexhtml.xmldom.sections
- HeaderAndFooterSupport(Document) - Constructor for class com.scroogexhtml.xmldom.sections.HeaderAndFooterSupport
- headerEnd() - Method in interface com.scroogexhtml.converter.HeaderFooterWriter
-
Ends the header section.
- headerEnd() - Method in class com.scroogexhtml.xmldom.sections.HeaderAndFooterSupport
- headerEnd() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- HeaderFooterConfiguration - Class in com.scroogexhtml.configuration
-
Nested property for header and footer processing configuration.
- HeaderFooterConfiguration() - Constructor for class com.scroogexhtml.configuration.HeaderFooterConfiguration
- HeaderFooterWriter - Interface in com.scroogexhtml.converter
-
The HeaderFooterWriter interface provides methods for writing headers and footers in a document.
- headerStart(int) - Method in interface com.scroogexhtml.converter.HeaderFooterWriter
-
This method starts writing a header of the specified type.
- headerStart(int) - Method in class com.scroogexhtml.xmldom.sections.HeaderAndFooterSupport
- headerStart(int) - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- HEIGHT - Enum constant in enum com.scroogexhtml.html.Attribute
- Historical Context: - Search tag in class com.scroogexhtml.configuration.ListConversionConfiguration
- Section
- HREF - Enum constant in enum com.scroogexhtml.html.Attribute
- HTML - Enum constant in enum com.scroogexhtml.html.HtmlElement
- HTML5 - Enum constant in enum com.scroogexhtml.converter.DocumentType
-
HTML5 document type.
- HtmlElement - Enum in com.scroogexhtml.html
-
The HtmlElement enum represents common HTML elements.
- HtmlHeadConfiguration - Class in com.scroogexhtml.configuration
-
Nested property which contains HTML HEAD section properties.
- HtmlHeadConfiguration(String) - Constructor for class com.scroogexhtml.configuration.HtmlHeadConfiguration
-
Represents a configuration for the HTML head section.
I
- ID - Enum constant in enum com.scroogexhtml.html.Attribute
- IMG - Enum constant in enum com.scroogexhtml.html.HtmlElement
- INSET - Enum constant in enum com.scroogexhtml.rtf.BorderStyle
- intToChar(int) - Method in class com.scroogexhtml.converter.AbstractWriter
- intToChar(int) - Method in interface com.scroogexhtml.converter.Writer
- InvalidRtfHeaderAction - Enum in com.scroogexhtml.configuration
-
The InvalidRtfHeaderAction enum represents the possible actions that can be taken when an invalid RTF header is encountered.
- isAddOuterHTML() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
Returns true if the conversion will enclose the generated markup.
- 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.configuration.ParaPropConfiguration
- isConvertAlignment() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
- isConvertAlignment() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isConvertBookmarks() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
This property controls the conversion of bookmarks.
- isConvertBookmarks() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isConvertCellStyles() - Method in class com.scroogexhtml.configuration.TablePropConfiguration
-
Determines whether the conversion of table cell styles is enabled.
- isConvertEmptyParagraphs() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
This property controls the conversion of empty paragraphs to linebreaks.
- isConvertEmptyParagraphs() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isConvertFontBGColor() - Method in class com.scroogexhtml.configuration.CharPropConfiguration
- isConvertFontBGColor() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
- isConvertFontBGColor() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isConvertFontColor() - Method in class com.scroogexhtml.configuration.CharPropConfiguration
- isConvertFontColor() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
- isConvertFontColor() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isConvertFontHLColor() - Method in class com.scroogexhtml.configuration.CharPropConfiguration
- isConvertFontHLColor() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
- isConvertFontHLColor() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isConvertFontName() - Method in class com.scroogexhtml.configuration.CharPropConfiguration
- isConvertFontName() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
- isConvertFontName() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isConvertFontSize() - Method in class com.scroogexhtml.configuration.CharPropConfiguration
- isConvertFontSize() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
- isConvertFontSize() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isConvertFontStyle() - Method in class com.scroogexhtml.configuration.CharPropConfiguration
- isConvertFontStyle() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
- isConvertFontStyle() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isConvertFootnotes() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
This property controls the conversion of footnotes.
- isConvertFootnotes() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isConvertHeaderAndFooter() - Method in class com.scroogexhtml.configuration.HeaderFooterConfiguration
- isConvertHyperlinks() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
This property controls the conversion of hyperlinks.
- isConvertHyperlinks() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isConvertIndent() - Method in class com.scroogexhtml.configuration.ParaPropConfiguration
- isConvertIndent() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
- isConvertIndent() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isConvertLanguage() - Method in class com.scroogexhtml.configuration.CharPropConfiguration
- isConvertLanguage() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
- isConvertLanguage() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isConvertNestedTables() - Method in class com.scroogexhtml.configuration.TablePropConfiguration
- isConvertParagraphBorders() - Method in class com.scroogexhtml.configuration.ParaPropConfiguration
- isConvertParagraphMargins() - Method in class com.scroogexhtml.configuration.ParaPropConfiguration
- isConvertParagraphMargins() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
- isConvertParagraphMargins() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isConvertPictures() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
This property controls the conversion of pictures.
- isConvertPictures() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isConvertTables() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
This property controls the conversion of tables.
- isConvertTables() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isEmpty() - Method in class com.scroogexhtml.rtf.ColorTable
-
Returns true if there are no colors in the table.
- isHidden() - Method in class com.scroogexhtml.converter.CharacterProperties
- isHyperlinkField() - Method in class com.scroogexhtml.fields.LinkURIBuilder
- isIncludeDefaultFontStyle() - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
- isIncludeDefaultFontStyle() - Method in interface com.scroogexhtml.converter.ConversionConfiguration
-
If this property is set to true, the HTML head section will include a CSS definition for the default font style.
- isIncludeDefaultFontStyle() - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
- isInFootnote() - Method in class com.scroogexhtml.converter.AbstractWriter
- isInFootnote() - Method in interface com.scroogexhtml.converter.FootnoteWriter
-
Check if the writer is currently in a footnote.
- isInHeaderOrFooter() - Method in class com.scroogexhtml.xmldom.sections.HeaderAndFooterSupport
- isInTable() - Method in class com.scroogexhtml.converter.ParagraphProperties
- isInTable() - Method in interface com.scroogexhtml.table.TableWriter
- isInTable() - Method in class com.scroogexhtml.xmldom.table.TableSupportBase
- isInTableRowDefinition() - Method in interface com.scroogexhtml.table.TableWriter
- isInTableRowDefinition() - 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.
- isSupportListTable() - Method in class com.scroogexhtml.configuration.ListConversionConfiguration
-
Specifies whether the converter should read the RTF list table section.
- isSupportStarPn() - Method in class com.scroogexhtml.configuration.ListConversionConfiguration
- 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.
- isVisible() - Method in class com.scroogexhtml.pictures.EmbeddedPicture
K
- KEY_CONVERT_PAR_BORDERS - Enum constant in enum com.scroogexhtml.rtf.RTFKeywords.Option
- KEY_HEADERS_AND_FOOTERS - Enum constant in enum com.scroogexhtml.rtf.RTFKeywords.Option
- KEY_NESTED_TABLES - Enum constant in enum com.scroogexhtml.rtf.RTFKeywords.Option
- KEY_SUPPORT_LIST_TABLE - Enum constant in enum com.scroogexhtml.rtf.RTFKeywords.Option
- KEY_SUPPORT_STAR_PN - Enum constant in enum com.scroogexhtml.rtf.RTFKeywords.Option
- KEY_TABLES - Enum constant in enum com.scroogexhtml.rtf.RTFKeywords.Option
- keySet() - Method in class com.scroogexhtml.table.BorderDefs
- KeyType - Enum in com.scroogexhtml.rtf
-
This enum defines available key types.
- KT_CHAR - Enum constant in enum com.scroogexhtml.rtf.KeyType
-
Character.
- KT_DEST - Enum constant in enum com.scroogexhtml.rtf.KeyType
-
Destination.
- KT_FNCT - Enum constant in enum com.scroogexhtml.rtf.KeyType
-
Function.
- KT_PROP - Enum constant in enum com.scroogexhtml.rtf.KeyType
-
Property.
L
- LANG - Enum constant in enum com.scroogexhtml.html.Attribute
- LEFT - Enum constant in enum com.scroogexhtml.table.Border
- LengthUnit - Enum in com.scroogexhtml.css
-
This enum defines available font size units.
- LengthUnitUtil - Class in com.scroogexhtml.css
-
LengthUnitUtil is a utility class that provides methods for converting between different CSS length units.
- LengthUnitUtil() - Constructor for class com.scroogexhtml.css.LengthUnitUtil
- LI - Enum constant in enum com.scroogexhtml.html.HtmlElement
- LINE_BREAK - Enum constant in enum com.scroogexhtml.html.HtmlElement
- 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
- ListConversionConfiguration - Class in com.scroogexhtml.configuration
-
Configuration for RTF list table and paragraph numbering processing, nested property.
- ListConversionConfiguration() - Constructor for class com.scroogexhtml.configuration.ListConversionConfiguration
- ListDef - Class in com.scroogexhtml.lists
-
This class stores listtable information.
- ListDef() - Constructor for class com.scroogexhtml.lists.ListDef
- List Definitions in \listtable: - Search tag in class com.scroogexhtml.configuration.ListConversionConfiguration
- Section
- 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
- LOG_ERROR - Enum constant in enum com.scroogexhtml.configuration.InvalidRtfHeaderAction
-
Represents the action to be taken when an invalid RTF header is encountered.
- LOG_WARNING - Enum constant in enum com.scroogexhtml.configuration.InvalidRtfHeaderAction
-
Represents the action to be taken when an invalid RTF header is encountered.
- LOWER_LETTER - Enum constant in enum com.scroogexhtml.lists.NumberType
- LOWER_ROMAN - Enum constant in enum com.scroogexhtml.lists.NumberType
M
- MultilevelNumberingSupport - Class in com.scroogexhtml.xmldom.numbering
-
This class provides list support.
- MultilevelNumberingSupport(Document) - Constructor for class com.scroogexhtml.xmldom.numbering.MultilevelNumberingSupport
N
- NBSP - Static variable in class com.scroogexhtml.converter.ScroogeXHTMLBase
-
NON_BREAKING_SPACE - non-breaking space.
- NBSPS - Static variable in class com.scroogexhtml.converter.ScroogeXHTMLBase
-
String constant for non-breaking spaces.
- nestedTableCellEnds() - Method in interface com.scroogexhtml.converter.TableStateWriter
-
Ends the current cell in a nested table.
- nestedTableCellEnds() - Method in interface com.scroogexhtml.table.TableWriter
- nestedTableCellEnds() - Method in class com.scroogexhtml.xmldom.table.TableSupport
- nestedTableCellEnds() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- nestedTableRowEnds() - Method in interface com.scroogexhtml.converter.TableStateWriter
-
Ends a nested table row.
- nestedTableRowEnds() - Method in interface com.scroogexhtml.table.TableWriter
- nestedTableRowEnds() - Method in class com.scroogexhtml.xmldom.table.TableSupport
- nestedTableRowEnds() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- NL_BODY - Enum constant in enum com.scroogexhtml.rtf.NumberingLevel
-
'Body' numbering level.
- NL_BULLET - Enum constant in enum com.scroogexhtml.rtf.NumberingLevel
-
'Bullet' numbering level.
- NL_NONE - Enum constant in enum com.scroogexhtml.rtf.NumberingLevel
-
No numbering.
- NO_NUMBER - Enum constant in enum com.scroogexhtml.lists.NumberType
- NONE - Enum constant in enum com.scroogexhtml.converter.ParagraphProperties.Border
- NONE - Enum constant in enum com.scroogexhtml.rtf.BorderStyle
- NumberingLevel - Enum in com.scroogexhtml.rtf
-
This enum 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.
O
- of(int) - Static method in enum com.scroogexhtml.rtf.NumberingLevel
- OL - Enum constant in enum com.scroogexhtml.html.HtmlElement
- ONE - Static variable in class com.scroogexhtml.fields.LinkURIBuilder
- OUTSET - Enum constant in enum com.scroogexhtml.rtf.BorderStyle
P
- P - Enum constant in enum com.scroogexhtml.html.HtmlElement
- PageSetupWriter - Interface in com.scroogexhtml.converter
-
Interface for writing page setup properties of a document.
- Paragraph Numbering Tokens: - Search tag in class com.scroogexhtml.configuration.ListConversionConfiguration
- Section
- 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
-
Default constructor.
- ParagraphProperties(ParagraphProperties) - Constructor for class com.scroogexhtml.converter.ParagraphProperties
-
Copy constructor.
- ParagraphProperties.Border - Enum in com.scroogexhtml.converter
-
This enum defines available paragraph border attributes.
- ParagraphPropertiesWriter - Interface in com.scroogexhtml.converter
-
A writer interface for setting paragraph properties.
- ParaPropConfiguration - Class in com.scroogexhtml.configuration
-
Nested property which contains paragraph conversion properties.
- ParaPropConfiguration() - Constructor for class com.scroogexhtml.configuration.ParaPropConfiguration
- PERCENT - Enum constant in enum com.scroogexhtml.css.LengthUnit
-
Relative unit 'percent'.
- PF_BMP - Enum constant in enum com.scroogexhtml.pictures.PictureFormat
-
BMP format.
- PF_EMF - Enum constant in enum com.scroogexhtml.pictures.PictureFormat
-
EMF format.
- PF_JPG - Enum constant in enum com.scroogexhtml.pictures.PictureFormat
-
JPG format.
- PF_PICT - Enum constant in enum com.scroogexhtml.pictures.PictureFormat
-
PICT format.
- PF_PNG - Enum constant in enum com.scroogexhtml.pictures.PictureFormat
-
PNG format.
- PF_WMF - Enum constant in enum com.scroogexhtml.pictures.PictureFormat
-
WMF format.
- PictureAdapter - Interface in com.scroogexhtml.pictures
-
The PictureAdapter interface is designed to support the conversion of embedded pictures within RTF (Rich Text Format) documents.
- PictureFormat - Enum in com.scroogexhtml.pictures
-
Enum representing various picture formats with associated file extensions and MIME types.
- POINT - Enum constant in enum com.scroogexhtml.css.LengthUnit
-
Absolute unit 'point'.
- 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
-
post-process event handler.
- 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.
- PR_BCOL - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Background color.
- PR_BLUE - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Blue.
- PR_BMP - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
- PR_BOLD - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Bold.
- PR_BOX - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Border around the paragraph (box paragraph).
- PR_BRDRCF - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
The color of the paragraph border, specified as an index into the color table in the RTF header.
- PR_BRDRDASH - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Dashed border.
- PR_BRDRDB - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Double border.
- PR_BRDRDOT - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Dotted border.
- PR_BRDREMBOSS - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Embossed border.
- PR_BRDRENGRAVE - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Engraved border.
- PR_BRDRHAIR - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Hair border.
- PR_BRDRINSET - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Inset border.
- PR_BRDRNONE - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
No border.
- PR_BRDROUTSET - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Outset border.
- PR_BRDRS - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Single-thickness border.
- PR_BRDRW - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
The width in twips of the pen used to draw the border.
- PR_CBPAT - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Paragraph shading.
- PR_CELLX - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Defines the right boundary of a table cell, including its half of the space between cells.
- PR_CENTER - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Centered.
- PR_CLCBPAT - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Cell background.
- PR_DEFF - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Default Font.
- PR_DEFLANG - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Defines the default language used in the document used with a \plain control word.
- PR_EMF - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Pictures.
- PR_FCHARSET - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Font Charset.
- PR_FCOL - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Font Color.
- PR_FIRSTIND - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
First Line Indent.
- PR_FNIL - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
fnil.
- PR_FONTNR - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Font Nr.
- PR_FROMAN - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Roman.
- PR_FSCRIPT - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Script.
- PR_FSIZE - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Font size in half-points (the default is 24).
- PR_FSWISS - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Swiss.
- PR_GREEN - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Green.
- PR_HCOL - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Highlight Color.
- PR_HGOAL - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
- PR_HIDDEN - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
hidden.
- PR_ILVL - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Paragraph level, where N is a level from 0 to 8, 10, 11 or 12.
- PR_ITALIC - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Italic.
- PR_ITAP - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Paragraph nesting level, where 0 is the main document, 1 is a table cell, 2 is a nested table cell ...
- PR_JPEG - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
- PR_JUSTIFY - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Justify.
- PR_LANG - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Language.
- PR_LEFT - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Left aligned.
- PR_LEFTIND - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Left Indent.
- PR_LEVELNFC - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
- PR_LISTID - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
- PR_LISTTEMPLATEID - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
- PR_LS - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
List table.
- PR_MARGL - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
The left margin (the default is 1,800).
- PR_MARGR - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
The right margin (the default is 1,800).
- PR_NOSUB - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
No sub/superscript.
- PR_PAPERW - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
The paper width (the default is 12,240).
- PR_PARD - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Paragraph defaults.
- PR_PICH - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
- PR_PICT - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
- PR_PICW - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
- PR_PNG - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
- PR_PNLVL - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Paragraph Numbering Level.
- PR_PNLVLCONT - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
pnlvlcont.
- PR_RED - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Red.
- PR_RIGHT - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Align right.
- PR_RIGHTIND - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Right Indent.
- PR_RTLCHAR - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Left to Right characters.
- PR_RTLPAR - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Right to Left paragraph.
- PR_SCALEX - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
- PR_SCALEY - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
- PR_SPACE_AFTER - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Space after in twips (default is 0).
- PR_SPACE_BEFORE - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Space before in twips (default is 0).
- PR_STRIKE - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Strike.
- PR_SUB - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Subscript.
- PR_SUPER - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Superscript.
- PR_TRLEFT - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Position in twips of the leftmost edge of the table with respect to the left edge of its column.
- PR_TRRH - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Height of a table row in twips.
- PR_UNDERLINE - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
underline.
- PR_UNICODE - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Unicode.
- PR_UNISKIP - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
-
Skip Unicode.
- PR_WGOAL - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
- PR_WMF - Enum constant in enum com.scroogexhtml.rtf.RTFProperties
- put(int, FontDescriptor) - Method in class com.scroogexhtml.rtf.FontTable
-
Map the font descriptor to the given font nr.
- PX - Enum constant in enum com.scroogexhtml.css.LengthUnit
-
Absolute unit 'pixel'.
R
- red - Variable in class com.scroogexhtml.rtf.ColorTable
- removePostProcessListener(PostProcessListener) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
-
Removes a post-process listener.
- replace(String, FontFamily) - Method in class com.scroogexhtml.fonts.DefaultFontReplacer
- replace(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.
- resetCharacterAttributes() - Method in class com.scroogexhtml.converter.AbstractWriter
-
Will be called for \plain RTF token.
- resetCharacterAttributes() - Method in interface com.scroogexhtml.converter.Writer
-
Resets the character attributes of the current document writer.
- resetParagraphAttributes() - Method in class com.scroogexhtml.converter.AbstractWriter
-
Reset the paragraph attributes to default values.
- resetParagraphAttributes() - Method in interface com.scroogexhtml.converter.Writer
-
Reset the paragraph attributes to their default values.
- RIGHT - Enum constant in enum com.scroogexhtml.table.Border
- 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.
- RTFReader - Class in com.scroogexhtml.converter
-
A class which represents the RTF reader and its state.
- RTFReader(ScroogeXHTMLBase) - Constructor for class com.scroogexhtml.converter.RTFReader
-
Create a new instance and assign the converter.
S
- ScroogeXHTML - Class in com.scroogexhtml
-
ScroogeXHTML class provides methods to convert RTF documents to XHTML/HTML format.
- ScroogeXHTML() - Constructor for class com.scroogexhtml.ScroogeXHTML
-
Constructs a new instance of 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
-
Enables embedding the generated markup in a stand-alone document.
- 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.ParagraphPropertiesWriter
-
Sets the alignment for the paragraph.
- 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 interface com.scroogexhtml.converter.CharacterPropertiesWriter
-
Sets the background color for the character properties.
- setBGColor(String) - Method in class com.scroogexhtml.converter.ParagraphProperties
- setBGColor(String) - Method in interface com.scroogexhtml.table.TableWriter
- setBGColor(String) - Method in class com.scroogexhtml.xmldom.table.TableSupportBase
- 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.CharacterPropertiesWriter
-
Sets the bold attribute.
- setBorder(ParagraphProperties.Border) - Method in class com.scroogexhtml.converter.ParagraphProperties
- setBorderColor(String) - Method in class com.scroogexhtml.converter.AbstractWriter
- setBorderColor(String) - Method in interface com.scroogexhtml.converter.BorderPropertiesWriter
-
Sets the border color for the paragraph or table.
- setBorderColor(String) - Method in class com.scroogexhtml.converter.ParagraphProperties
- 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.TableSupportBase
- setBorderStyle(BorderStyle) - Method in class com.scroogexhtml.converter.AbstractWriter
- setBorderStyle(BorderStyle) - Method in interface com.scroogexhtml.converter.BorderPropertiesWriter
-
Sets the border style for the paragraph or table.
- setBorderStyle(BorderStyle) - Method in class com.scroogexhtml.converter.ParagraphProperties
- 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.TableSupportBase
- setBorderWidth(int) - Method in class com.scroogexhtml.converter.AbstractWriter
- setBorderWidth(int) - Method in interface com.scroogexhtml.converter.BorderPropertiesWriter
-
Sets the width of the border.
- setBorderWidth(int) - Method in class com.scroogexhtml.converter.ParagraphProperties
- 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.TableSupportBase
- setCellBorder(Border) - Method in interface com.scroogexhtml.table.TableWriter
- setCellBorder(Border) - Method in class com.scroogexhtml.xmldom.table.TableSupportBase
- setCellStyle(Element, CellDef) - Static method in class com.scroogexhtml.xmldom.table.TableCssBuilder
-
Sets the style properties of a table cell based on the provided cell definition.
- setCellVertAl(ClVertAl) - Method in interface com.scroogexhtml.table.TableWriter
- setCellVertAl(ClVertAl) - Method in class com.scroogexhtml.xmldom.table.TableSupportBase
- setCellX(int) - Method in interface com.scroogexhtml.table.TableWriter
- setCellX(int) - Method in class com.scroogexhtml.xmldom.table.TableSupportBase
- 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.configuration.ParaPropConfiguration
-
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.
- setConvertCellStyles(boolean) - Method in class com.scroogexhtml.configuration.TablePropConfiguration
-
Sets the property to convert table cell styles.
- setConvertEmptyParagraphs(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
-
Enable conversion of empty paragraphs to line break tags
(<br />)
. - setConvertFontBGColor(boolean) - Method in class com.scroogexhtml.configuration.CharPropConfiguration
-
Set ConvertFontBGColor to true to enable conversion of text background colors.
- setConvertFontColor(boolean) - Method in class com.scroogexhtml.configuration.CharPropConfiguration
-
Set this property to true to enable conversion of font colors.
- setConvertFontHLColor(boolean) - Method in class com.scroogexhtml.configuration.CharPropConfiguration
-
Set ConvertFontHLColor to true to enable conversion of text highlight colors.
- setConvertFontName(boolean) - Method in class com.scroogexhtml.configuration.CharPropConfiguration
-
Set this property to true to enable conversion of font names.
- setConvertFontSize(boolean) - Method in class com.scroogexhtml.configuration.CharPropConfiguration
-
Set this property to true to enable conversion of font sizes.
- setConvertFontStyle(boolean) - Method in class com.scroogexhtml.configuration.CharPropConfiguration
-
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.
- setConvertHeaderAndFooter(boolean) - Method in class com.scroogexhtml.configuration.HeaderFooterConfiguration
- setConvertHyperlinks(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
-
Enable conversion of hyperlinks.
- setConvertIndent(boolean) - Method in class com.scroogexhtml.configuration.ParaPropConfiguration
-
Set this property to true to enable conversion of indents.
- setConvertLanguage(boolean) - Method in class com.scroogexhtml.configuration.CharPropConfiguration
-
Set this property to true to enable generation of lang attributes.
- setConvertNestedTables(boolean) - Method in class com.scroogexhtml.configuration.TablePropConfiguration
-
Sets the property to convert nested tables.
- setConvertParagraphBorders(boolean) - Method in class com.scroogexhtml.configuration.ParaPropConfiguration
- setConvertParagraphMargins(boolean) - Method in class com.scroogexhtml.configuration.ParaPropConfiguration
-
Set this property to true to enable conversion of paragraph margins.
- setConvertPictures(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
-
Set this property to true to processing of picture data.
- setConvertTables(boolean) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
-
Set this property to true to enable table conversion.
- setCurrentPageWidth(int) - Method in interface com.scroogexhtml.table.TableWriter
- setCurrentPageWidth(int) - Method in class com.scroogexhtml.xmldom.table.TableSupportBase
-
Sets the current page width.
- setData(byte[]) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
- setDefaultFont(FontDescriptor) - Method in class com.scroogexhtml.converter.AbstractWriter
- setDefaultFont(FontDescriptor) - Method in interface com.scroogexhtml.converter.Writer
- 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.ScroogeXHTMLBase
-
Use this property to optimize the HTML code generation.
- 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.configuration.HtmlHeadConfiguration
-
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.FieldWriter
-
Sets the field expression for the current field being written.
- 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.ParagraphPropertiesWriter
-
Sets the first-line indentation of the paragraph.
- 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.CharacterPropertiesWriter
-
Sets the font character set for the character properties.
- setFontColor(String) - Method in class com.scroogexhtml.converter.AbstractWriter
- setFontColor(String) - Method in interface com.scroogexhtml.converter.CharacterPropertiesWriter
-
Sets the font color for the character properties.
- setFontName(String) - Method in class com.scroogexhtml.converter.AbstractWriter
- setFontName(String) - Method in interface com.scroogexhtml.converter.CharacterPropertiesWriter
-
Sets the font name for the character properties.
- 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 class com.scroogexhtml.converter.CharacterProperties
-
Sets the size attribute of the CharacterProperties object.
- setFontSize(int) - Method in interface com.scroogexhtml.converter.CharacterPropertiesWriter
-
Sets the font size in half-points for the character properties.
- setFontSizeUnit(LengthUnit) - Method in class com.scroogexhtml.configuration.CharPropConfiguration
-
Sets the font size unit to the specified value.
- setHGoalTwips(long) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
-
Sets the width goal of the embedded picture in twips.
- 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.CharacterPropertiesWriter
-
Sets the hidden attribute of the character properties.
- 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.CharacterPropertiesWriter
-
Sets the highlight color for the character properties.
- setImgAltAttribute(String) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
-
Sets the alternative text attribute for the image.
- setIncludeDefaultFontStyle(boolean) - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
-
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
- setInvalidRtfHeaderAction(InvalidRtfHeaderAction) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
-
Sets the action to be taken when an invalid RTF header is encountered.
- 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.CharacterPropertiesWriter
-
Sets the italic attribute of the character properties.
- setItap(byte) - Method in class com.scroogexhtml.converter.AbstractWriter
- setItap(byte) - Method in interface com.scroogexhtml.converter.TableStateWriter
-
Sets the value of the "Itap" property.
- 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.CharacterPropertiesWriter
-
Sets the language for the character properties.
- 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.ParagraphPropertiesWriter
-
Set the left indent of the paragraph.
- setLeftMargin(int) - Method in class com.scroogexhtml.converter.AbstractWriter
- setLeftMargin(int) - Method in interface com.scroogexhtml.converter.PageSetupWriter
-
Sets the left margin of the page.
- setListId(int) - Method in class com.scroogexhtml.lists.ListDef
- setListId(int) - Method in class com.scroogexhtml.lists.ListHeaderInfo
- 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
- setListOverrideIndex(int) - Method in interface com.scroogexhtml.converter.Writer
- setListOverrideIndex(int) - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- setListTemplateId(int) - Method in class com.scroogexhtml.lists.ListHeaderInfo
- setMappingMode(int) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
-
Sets the mapping mode for the embedded picture.
- setMaxTableWidthPercent(int) - Method in class com.scroogexhtml.configuration.TablePropConfiguration
-
Sets the maximum table width percentage.
- setMergeCellWithPreceding() - Method in interface com.scroogexhtml.table.TableWriter
- setMergeCellWithPreceding() - Method in class com.scroogexhtml.xmldom.table.TableSupportBase
- setMetaAuthor(String) - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
-
This property may be used to specify a META tag which contains the document author.
- setMetaDescription(String) - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
-
This property may be used to specify a document description.
- setMetaGenerator(String) - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
-
This property may be used to specify the content of the generator "meta" element.
- setMetaKeywords(String) - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
-
This property may be used to specify keywords for the document.
- setMetaViewport(String) - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
-
Use this property to define the viewport meta-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 class com.scroogexhtml.converter.UnicodeConverter
-
Store the code page for this character set in the variable "nodeCodepage".
- setNodeCharset(int) - Method in interface com.scroogexhtml.converter.Writer
- setNumberingLevel(NumberingLevel) - Method in class com.scroogexhtml.converter.ParagraphProperties
- setNumberingLevel(NumberingLevel) - Method in interface com.scroogexhtml.converter.Writer
- setNumberingLevel(NumberingLevel) - 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 class com.scroogexhtml.xmldom.numbering.MultilevelNumberingSupport
- setNumberType(NumberType) - Method in interface com.scroogexhtml.xmldom.numbering.NumberingWriter
- setOriginalHeight(long) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
-
Sets the original height of the embedded picture.
- setOriginalWidth(long) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
-
Sets the original width of the embedded picture.
- setPaperWidth(int) - Method in class com.scroogexhtml.converter.AbstractWriter
- setPaperWidth(int) - Method in interface com.scroogexhtml.converter.PageSetupWriter
-
Sets the width of the paper for page setup.
- setParagraphBackgroundColor(String) - Method in class com.scroogexhtml.converter.AbstractWriter
- setParagraphBackgroundColor(String) - Method in interface com.scroogexhtml.converter.ParagraphPropertiesWriter
-
Sets the background color of the paragraph.
- setParagraphBorder(ParagraphProperties.Border) - Method in class com.scroogexhtml.converter.AbstractWriter
- setParagraphBorder(ParagraphProperties.Border) - Method in interface com.scroogexhtml.converter.ParagraphPropertiesWriter
-
Sets the border for the paragraph.
- setParagraphInTable(boolean) - Method in class com.scroogexhtml.converter.AbstractWriter
- setParagraphInTable(boolean) - Method in interface com.scroogexhtml.converter.ParagraphPropertiesWriter
-
Sets the flag indicating whether the paragraph is inside a table or not.
- setPictureAdapter(PictureAdapter) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
-
Set the picture adapter.
- setPictureFormat(PictureFormat) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
-
Sets the picture format for the embedded picture.
- setPictureUrl(String) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
-
Sets the picture URL for the embedded picture.
- 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.ParagraphPropertiesWriter
-
Sets the right indent for the paragraph.
- setRightMargin(int) - Method in class com.scroogexhtml.converter.AbstractWriter
- setRightMargin(int) - Method in interface com.scroogexhtml.converter.PageSetupWriter
-
Sets the right margin of the page.
- 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.CharacterPropertiesWriter
-
Sets the right-to-left character property.
- 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.ParagraphPropertiesWriter
-
Sets the right-to-left paragraph property.
- setRowBorder(Border) - Method in interface com.scroogexhtml.table.TableWriter
- setRowBorder(Border) - Method in class com.scroogexhtml.xmldom.table.TableSupportBase
- setRowHeight(int) - Method in interface com.scroogexhtml.table.TableWriter
- setRowHeight(int) - Method in class com.scroogexhtml.xmldom.table.TableSupportBase
- setScaleX(long) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
-
Sets the X scaling factor for the embedded picture.
- setScaleY(long) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
-
Sets the Y scaling factor for the embedded picture.
- 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.ParagraphPropertiesWriter
-
Sets the space after the paragraph.
- 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.ParagraphPropertiesWriter
-
Sets the space before the paragraph.
- 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.CharacterPropertiesWriter
-
Sets the strike attribute of the character properties.
- setStyleSheetInclude(String) - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
-
Additional style sheet definitions which are stored in the HTML document.
- setStyleSheetLink(String) - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
-
URL of a file which contains external CSS style sheet definitions for the HTML document.
- setStyleSheetLinks(List<String>) - Method in class com.scroogexhtml.configuration.HtmlHeadConfiguration
- setSubscript() - Method in class com.scroogexhtml.converter.AbstractWriter
- setSubscript() - Method in interface com.scroogexhtml.converter.CharacterPropertiesWriter
-
Sets the subscript attribute of the character properties.
- 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.CharacterPropertiesWriter
-
Sets the subscript attribute of the character properties.
- setSuperscript() - Method in class com.scroogexhtml.converter.AbstractWriter
- setSuperscript() - Method in interface com.scroogexhtml.converter.CharacterPropertiesWriter
-
Sets the superscript attribute of the character properties.
- 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.CharacterPropertiesWriter
-
Sets the superscript attribute of the character properties.
- setSupportListTable(boolean) - Method in class com.scroogexhtml.configuration.ListConversionConfiguration
- setSupportStarPn(boolean) - Method in class com.scroogexhtml.configuration.ListConversionConfiguration
- setTableWidthUnit(LengthUnit) - Method in class com.scroogexhtml.configuration.TablePropConfiguration
-
Sets the unit for specifying the table and column widths in the configuration.
- setTabString(String) - Method in class com.scroogexhtml.converter.ScroogeXHTMLBase
-
String which will be used to replace a \\tab token.
- setTrLeft(int) - Method in interface com.scroogexhtml.table.TableWriter
- setTrLeft(int) - Method in class com.scroogexhtml.xmldom.table.TableSupportBase
- 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.CharacterPropertiesWriter
-
Sets the underline attribute of the character properties.
- setVisible(boolean) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
-
Sets the visibility of the embedded picture.
- setWGoalTwips(long) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
-
Sets the width goal of the embedded picture in twips.
- SINGLE - Enum constant in enum com.scroogexhtml.rtf.BorderStyle
- size() - Method in class com.scroogexhtml.rtf.ColorTable
- SPAN - Enum constant in enum com.scroogexhtml.html.HtmlElement
- SRC - Enum constant in enum com.scroogexhtml.html.Attribute
- STYLE - Enum constant in enum com.scroogexhtml.html.Attribute
- SX_COLUMN_WIDTH - Static variable in class com.scroogexhtml.xmldom.table.Table
- SX_TABLE_WIDTH - Static variable in class com.scroogexhtml.xmldom.table.Table
- SymbolConverter - Class in com.scroogexhtml.converter
-
This class provides Symbol font conversion.
- symbolToUnicode(String) - Static method in class com.scroogexhtml.converter.SymbolConverter
-
Convert a string which uses the 'Symbol' font to Unicode.
T
- Table - Class in com.scroogexhtml.xmldom.table
-
Table represents an HTML table.
- Table(Document) - Constructor for class com.scroogexhtml.xmldom.table.Table
- TABLE - Enum constant in enum com.scroogexhtml.html.HtmlElement
- tableCellEnds() - Method in interface com.scroogexhtml.converter.TableStateWriter
-
Ends the current cell in a table.
- 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
- TableCssBuilder - Class in com.scroogexhtml.xmldom.table
-
CSS builder for table cell style.
- TablePropConfiguration - Class in com.scroogexhtml.configuration
-
Represents the configuration for table properties during conversion.
- TablePropConfiguration() - Constructor for class com.scroogexhtml.configuration.TablePropConfiguration
- tableRowDefaults() - Method in interface com.scroogexhtml.table.TableWriter
- tableRowDefaults() - Method in class com.scroogexhtml.xmldom.table.TableSupport
-
Called when \trowd was detected.
- tableRowEnds() - Method in interface com.scroogexhtml.table.TableWriter
- tableRowEnds() - Method in class com.scroogexhtml.xmldom.table.TableSupport
- TableRowHolder - Class in com.scroogexhtml.xmldom.table
-
TableRowHolder contains the DOM which represents an RTF table row.
- TableStateWriter - Interface in com.scroogexhtml.converter
-
The TableWriter interface provides methods for writing tables.
- TableSupport - Class in com.scroogexhtml.xmldom.table
-
TableSupport is used to build the DOM which represents an RTF table.
- TableSupport(Document, TablePropConfiguration) - Constructor for class com.scroogexhtml.xmldom.table.TableSupport
-
Constructs an instance of TableSupport with the specified document and table property configuration.
- TableSupportBase - Class in com.scroogexhtml.xmldom.table
-
Provides low level properties and methods for the TableSupport class.
- TableSupportBase(Document, TablePropConfiguration) - Constructor for class com.scroogexhtml.xmldom.table.TableSupportBase
-
Constructs a new TableSupportBase instance with the specified document and table property configuration.
- TableWriter - Interface in com.scroogexhtml.table
-
TableWriter interface.
- TD - Enum constant in enum com.scroogexhtml.html.HtmlElement
- THROW_EXCEPTION - Enum constant in enum com.scroogexhtml.configuration.InvalidRtfHeaderAction
-
Represents the action to be taken when an invalid RTF header is encountered.
- TokenDef - Class in com.scroogexhtml.rtf
-
A class which stores a single RTF token description.
- TOP - Enum constant in enum com.scroogexhtml.table.Border
- TOP - Enum constant in enum com.scroogexhtml.table.ClVertAl
- TR - Enum constant in enum com.scroogexhtml.html.HtmlElement
- twipsToPix(long) - Static method in class com.scroogexhtml.css.CssBuilder
-
Convert TWIPS to Pixel.
- twipsToPix(long) - Static method in class com.scroogexhtml.pictures.EmbeddedPicture
-
Convert TWIPS to Pixel.
U
- UL - Enum constant in enum com.scroogexhtml.html.HtmlElement
- UnicodeConverter - Class in com.scroogexhtml.converter
-
This class provides Unicode conversion methods.
- UnicodeConverter() - Constructor for class com.scroogexhtml.converter.UnicodeConverter
- UNKNOWN - Enum constant in enum com.scroogexhtml.lists.NumberType
- UPPER_LETTER - Enum constant in enum com.scroogexhtml.lists.NumberType
- UPPER_ROMAN - Enum constant in enum com.scroogexhtml.lists.NumberType
V
- value() - Method in enum com.scroogexhtml.html.Attribute
- value() - Method in enum com.scroogexhtml.html.HtmlElement
- valueOf(String) - Static method in enum com.scroogexhtml.configuration.InvalidRtfHeaderAction
-
Returns the enum constant of this type with the specified name.
- 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.ParagraphProperties.Border
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scroogexhtml.css.LengthUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scroogexhtml.html.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scroogexhtml.html.HtmlElement
-
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.NumberingLevel
-
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.configuration.InvalidRtfHeaderAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- 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.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.css.LengthUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.scroogexhtml.html.Attribute
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.scroogexhtml.html.HtmlElement
-
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.NumberingLevel
-
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.
- VW - Enum constant in enum com.scroogexhtml.css.LengthUnit
-
Relative unit 'vw'.
W
- WIDTH - Enum constant in enum com.scroogexhtml.html.Attribute
- write(int) - Method in class com.scroogexhtml.pictures.EmbeddedPicture
-
Writes the specified byte to the picture data.
- writeChar(char) - Method in class com.scroogexhtml.converter.AbstractWriter
-
Append a character to the document.
- writeChar(char) - Method in interface com.scroogexhtml.converter.DocumentWriter
- writeEof() - Method in interface com.scroogexhtml.converter.DocumentWriter
- writeEof() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
- Writer - Interface in com.scroogexhtml.converter
-
Writer interface.
- writeTab() - Method in interface com.scroogexhtml.converter.DocumentWriter
- writeTab() - Method in class com.scroogexhtml.xmldom.XMLDOMWriter
X
- XHTML - Enum constant in enum com.scroogexhtml.converter.DocumentType
-
XHTML document type.
- XMLDOMWriter - Class in com.scroogexhtml.xmldom
-
Writer implementation which uses javax.xml to build a DOM tree.
- XMLDOMWriter(ConversionConfiguration, HtmlHeadConfiguration, TablePropConfiguration, Charset) - Constructor for class com.scroogexhtml.xmldom.XMLDOMWriter
-
Initializes an instance of the XMLDOMWriter class with the given parameters.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form