Serialized Form
-
Package com.scroogexhtml
-
Class com.scroogexhtml.ScroogeXHTML extends ScroogeXHTMLMain implements Serializable
- serialVersionUID:
- 1226452045163558647L
-
-
Package com.scroogexhtml.converter
-
Class com.scroogexhtml.converter.CharPropConfiguration extends Object implements Serializable
- serialVersionUID:
- -6113238107694515352L
-
Serialized Fields
-
convertFontBGColor
boolean convertFontBGColor
set this property to convert text background colors. -
convertFontColor
boolean convertFontColor
set this property to convert text foreground colors. -
convertFontHLColor
boolean convertFontHLColor
set this property to convert text highlight colors. -
convertFontName
boolean convertFontName
set this property to convert font names. -
convertFontSize
boolean convertFontSize
set this property to convert font sizes. -
convertFontStyle
boolean convertFontStyle
set this property to convert font styles (bold, italic, underline...). -
convertLanguage
boolean convertLanguage
set this property to enable language attribute.
-
-
Class com.scroogexhtml.converter.ConversionException extends RuntimeException implements Serializable
- serialVersionUID:
- -1L
-
Class com.scroogexhtml.converter.HtmlHeadConfiguration extends Object implements Serializable
- serialVersionUID:
- -3740719564592358594L
-
Serialized Fields
-
documentTitle
String documentTitle
the document title. -
includeDefaultFontStyle
boolean includeDefaultFontStyle
include a CSS definition for the default font style. -
metaAuthor
String metaAuthor
use this property to define the Meta tag for the author name. -
metaDescription
String metaDescription
use this property to define the Meta tag for the description. -
metaGenerator
String metaGenerator
use this property to define the Meta generator tag. -
metaKeywords
String metaKeywords
use this property to define the Meta tag for keywords. -
metaViewport
String metaViewport
use this property to define the meta viewport tag. -
styleSheetInclude
String styleSheetInclude
Embedded style sheet. -
styleSheetLinks
List<String> styleSheetLinks
use this property to link to one or more external style sheets.
-
-
Class com.scroogexhtml.converter.ParaPropConfiguration extends Object implements Serializable
- serialVersionUID:
- -6113238107694515353L
-
Serialized Fields
-
convertAlignment
boolean convertAlignment
set this property to convert paragraph alignment. -
convertIndent
boolean convertIndent
Set this property to true if you want to activate support for left and right paragraph indent. -
convertParagraphMargins
boolean convertParagraphMargins
set this property to enable conversion of paragraph margins.
-
-
Class com.scroogexhtml.converter.ScroogeXHTMLBase extends Object implements Serializable
- serialVersionUID:
- -6113238107694515351L
-
Serialized Fields
-
addOuterHTML
boolean addOuterHTML
true = include HTML header. -
charPropConvConfig
CharPropConfiguration charPropConvConfig
Nested property which contains character conversion properties. -
convertBookmarks
boolean convertBookmarks
set this property to convert bookmarks. -
convertEmptyParagraphs
boolean convertEmptyParagraphs
true = convert empty paragraphs to br (line break). -
convertFields
boolean convertFields
true = convert (store) fields. -
convertFootnotes
boolean convertFootnotes
set this property to convert footnotes. -
convertHyperlinks
boolean convertHyperlinks
set this property to enable hyperlink conversion. -
convertPictures
boolean convertPictures
set this property to enable picture conversion. -
convertTables
boolean convertTables
set this property to enable table conversion. -
curFontCSet
int curFontCSet
the current font character set. -
curFontFamily
FontFamily curFontFamily
the current font type. -
curFontName
StringBuilder curFontName
the current font name. -
curFontNr
int curFontNr
the current font number. -
defaultFontColor
String defaultFontColor
font color optimizer. -
defaultFontName
String defaultFontName
font name optimizer. -
defaultFontNr
int defaultFontNr
the default Font number. -
defaultFontSize
int defaultFontSize
font size optimizer. -
defaultLanguage
String defaultLanguage
default text language. -
documentType
DocumentType documentType
document type. -
fontReplacing
FontReplacing fontReplacing
the font replacer. -
fontSizeUnit
FontSizeUnit fontSizeUnit
the font size scale. -
fontStatistics
FontStatisticsCollecting fontStatistics
Font statistics collection. -
htmlHeadConfig
HtmlHeadConfiguration htmlHeadConfig
Nested property which contains HTML HEAD section properties. -
indentAmount
int indentAmount
Indent amount. -
outputProperties
Properties outputProperties
output properties. -
paraPropConvConfig
ParaPropConfiguration paraPropConvConfig
Nested property which contains paragraph conversion properties. -
pictureAdapter
PictureAdapter pictureAdapter
picture adapter. -
postProcessListeners
List<PostProcessListener> postProcessListeners
the post-processing listeners. -
replaceFonts
Map<String,String> replaceFonts
Font name replacement list. -
tabString
String tabString
Tabulator replacement string.
-
-
Class com.scroogexhtml.converter.ScroogeXHTMLMain extends ScroogeXHTMLBase implements Serializable
- serialVersionUID:
- 4958279723474988581L
-
-
Package com.scroogexhtml.events
-
Class com.scroogexhtml.events.PostProcessEventObject extends EventObject implements Serializable
- serialVersionUID:
- -5606312088237845050L
-
-
Package com.scroogexhtml.fonts
-
Class com.scroogexhtml.fonts.DefaultFontReplacer extends Object implements Serializable
- serialVersionUID:
- 7600594180808664884L
-
-
Package com.scroogexhtml.pictures
-
Class com.scroogexhtml.pictures.EmbeddedPicture extends Object implements Serializable
- serialVersionUID:
- 222642688906940579L
-
Serialized Fields
-
hGoalTwips
long hGoalTwips
-
imgAltAttribute
String imgAltAttribute
-
mappingMode
int mappingMode
-
originalHeight
long originalHeight
-
originalWidth
long originalWidth
-
pictureFormat
PictureFormat pictureFormat
-
pictureUrl
String pictureUrl
-
scaleX
long scaleX
-
scaleY
long scaleY
-
visible
boolean visible
-
wGoalTwips
long wGoalTwips
-
-
-
Package com.scroogexhtml.rtf
-
Class com.scroogexhtml.rtf.ColorTable extends Object implements Serializable
- serialVersionUID:
- 8648438136362230736L
-
-
Package com.scroogexhtml.xmldom
-
Class com.scroogexhtml.xmldom.ResultBuilderException extends RuntimeException implements Serializable
- serialVersionUID:
- 4771679522328222564L
-