Package com.stimulsoft.report.options
Class ExportOptions.Html
java.lang.Object
com.stimulsoft.report.options.ExportOptions.Html
- Enclosing class:
ExportOptions
Class for adjusting the Html export of a report.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanIf true hyperlinks links will escape special symbols, otherwise it will be replaced with '_'static booleanA value indicating whether it is necessary to use strict table cell size. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanGets or sets a value indicating whether it is necessary to use image comparer.static StiArabicDigitsTypeGets or sets a value indicating a current arabic type of digits.static booleanGets or sets a value, which indicates whether it is necessary to convert all digits to arabic digits.static StiCultureInfoGets or sets a forced culture for the charts rendering.static booleanGets or sets a value indicating whether it is necessary to use compatibility with IE6.static booleanGets or sets a value indicating whether it is necessary to force wordwrap in wysiwyg mode.static Stringa target to open links from the exported report.static booleanGets or sets a value indicating whether it is necessary to replace special characters such as 'invalid input: '<'', '>', 'invalid input: '&'', '"'static booleanGets or sets a value indicating whether it is necessary to use image resolutionstatic booleanGets or sets a value indicating whether it is necessary to use BreakWord mode of wordwrap For compatibility with 2009.2 and earlier versions set this property to false.static booleana value indicating whether it is necessary to use stripped images.static booleana value indicating whether it is necessary to disable Javascript in hyperlinksstatic booleana value indicating whether it is necessary to preserve the white spaces.static booleana value indicating whether to use layout optimization for correct printing.static booleanstatic booleanConvert & " < > to its representation in textstatic booleana value indicating whether to use ComponentStyle as the style name.static booleana value indicating whether to use extended style description for fix the styles inheritance problemstatic booleanA value indicating whether it is necessary to use strict table cell size.static voidsetAllowImageComparer(boolean value) static voidsetAllowStrippedImages(boolean allowStrippedImages) static voidstatic voidsetConvertDigitsToArabic(boolean value) static voidsetDisableJavascriptInHyperlinks(boolean disableJavascriptInHyperlinks) a value indicating whether it is necessary to disable Javascript in hyperlinksstatic voidstatic voidsetForceIE6Compatibility(boolean value) static voidsetForceWysiwygWordwrap(boolean value) static voidsetOpenLinksTarget(String openLinksTarget) a target to open links from the exported report.static voidsetPreserveWhiteSpaces(boolean preserveWhiteSpaces) a value indicating whether it is necessary to preserve the white spaces.static voidsetPrintLayoutOptimization(boolean printLayoutOptimization) a value indicating whether to use layout optimization for correct printing.static voidsetRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom) static voidsetReplaceSpecialCharacters(boolean value) static voidsetUnescapeSpecialCharacters(boolean unescapeSpecialCharacters) Convert & " < > to its representation in textstatic voidsetUseComponentStyleName(boolean useComponentStyleName) a value indicating whether to use ComponentStyle as the style name.static voidsetUseExtendedStyle(boolean useExtendedStyle) a value indicating whether to use extended style description for fix the styles inheritance problemstatic voidsetUseImageResolution(boolean value) static voidsetUseStrictTableCellSize(boolean useStrictTableCellSize) static voidsetUseWordWrapBreakWordMode(boolean value)
-
Field Details
-
escapeHyperlinks
public static boolean escapeHyperlinksIf true hyperlinks links will escape special symbols, otherwise it will be replaced with '_' -
useStrictTableCellSizeV2
public static boolean useStrictTableCellSizeV2A value indicating whether it is necessary to use strict table cell size. For compatibility with 2016.3 and earlier versions set this property to false.
-
-
Constructor Details
-
Html
public Html()
-
-
Method Details
-
isUnescapeSpecialCharacters
public static boolean isUnescapeSpecialCharacters()Convert & " < > to its representation in text- Returns:
-
setUnescapeSpecialCharacters
public static void setUnescapeSpecialCharacters(boolean unescapeSpecialCharacters) Convert & " < > to its representation in text- Parameters:
unescapespecialCharacters-
-
isDisableJavascriptInHyperlinks
public static boolean isDisableJavascriptInHyperlinks()a value indicating whether it is necessary to disable Javascript in hyperlinks- Returns:
- the disableJavascriptInHyperlinks
-
setDisableJavascriptInHyperlinks
public static void setDisableJavascriptInHyperlinks(boolean disableJavascriptInHyperlinks) a value indicating whether it is necessary to disable Javascript in hyperlinks- Parameters:
disableJavascriptInHyperlinks- the disableJavascriptInHyperlinks to set
-
isUseExtendedStyle
public static boolean isUseExtendedStyle()a value indicating whether to use extended style description for fix the styles inheritance problem- Returns:
- the useExtendedStyle
-
setUseExtendedStyle
public static void setUseExtendedStyle(boolean useExtendedStyle) a value indicating whether to use extended style description for fix the styles inheritance problem- Parameters:
useExtendedStyle- the useExtendedStyle to set
-
isPreserveWhiteSpaces
public static boolean isPreserveWhiteSpaces()a value indicating whether it is necessary to preserve the white spaces. HTML5 export mode is not supported.- Returns:
- the preserveWhiteSpaces
-
setPreserveWhiteSpaces
public static void setPreserveWhiteSpaces(boolean preserveWhiteSpaces) a value indicating whether it is necessary to preserve the white spaces. HTML5 export mode is not supported.- Parameters:
preserveWhiteSpaces- the preserveWhiteSpaces to set
-
isUseComponentStyleName
public static boolean isUseComponentStyleName()a value indicating whether to use ComponentStyle as the style name.- Returns:
- the useComponentStyleName
-
setUseComponentStyleName
public static void setUseComponentStyleName(boolean useComponentStyleName) a value indicating whether to use ComponentStyle as the style name.- Parameters:
useComponentStyleName- the useComponentStyleName to set
-
isPrintLayoutOptimization
public static boolean isPrintLayoutOptimization()a value indicating whether to use layout optimization for correct printing.- Returns:
- the printLayoutOptimization
-
setPrintLayoutOptimization
public static void setPrintLayoutOptimization(boolean printLayoutOptimization) a value indicating whether to use layout optimization for correct printing.- Parameters:
printLayoutOptimization- the printLayoutOptimization to set
-
getOpenLinksTarget
a target to open links from the exported report.- Returns:
- the openLinksTarget
-
setOpenLinksTarget
a target to open links from the exported report.- Parameters:
openLinksTarget- the openLinksTarget to set
-
isUseStrictTableCellSize
public static boolean isUseStrictTableCellSize()A value indicating whether it is necessary to use strict table cell size. For compatibility with 2012.3 and earlier versions set this property to false.- Returns:
- A value indicating whether it is necessary to use strict table cell size.
-
setUseStrictTableCellSize
public static void setUseStrictTableCellSize(boolean useStrictTableCellSize) - Parameters:
useStrictTableCellSize- the useStrictTableCellSize to set
-
isAllowStrippedImages
public static boolean isAllowStrippedImages()a value indicating whether it is necessary to use stripped images.- Returns:
- the allowStrippedImages
-
setAllowStrippedImages
public static void setAllowStrippedImages(boolean allowStrippedImages) - Parameters:
allowStrippedImages- the allowStrippedImages to set
-
getConvertDigitsToArabic
public static boolean getConvertDigitsToArabic()Gets or sets a value, which indicates whether it is necessary to convert all digits to arabic digits. -
setConvertDigitsToArabic
public static void setConvertDigitsToArabic(boolean value) -
getArabicDigitsType
Gets or sets a value indicating a current arabic type of digits. -
setArabicDigitsType
-
getAllowImageComparer
public static boolean getAllowImageComparer()Gets or sets a value indicating whether it is necessary to use image comparer. -
setAllowImageComparer
public static void setAllowImageComparer(boolean value) -
getForceWysiwygWordwrap
public static boolean getForceWysiwygWordwrap()Gets or sets a value indicating whether it is necessary to force wordwrap in wysiwyg mode. -
setForceWysiwygWordwrap
public static void setForceWysiwygWordwrap(boolean value) -
getReplaceSpecialCharacters
public static boolean getReplaceSpecialCharacters()Gets or sets a value indicating whether it is necessary to replace special characters such as 'invalid input: '<'', '>', 'invalid input: '&'', '"' -
setReplaceSpecialCharacters
public static void setReplaceSpecialCharacters(boolean value) -
getUseImageResolution
public static boolean getUseImageResolution()Gets or sets a value indicating whether it is necessary to use image resolution -
setUseImageResolution
public static void setUseImageResolution(boolean value) -
getUseWordWrapBreakWordMode
public static boolean getUseWordWrapBreakWordMode()Gets or sets a value indicating whether it is necessary to use BreakWord mode of wordwrap For compatibility with 2009.2 and earlier versions set this property to false. -
setUseWordWrapBreakWordMode
public static void setUseWordWrapBreakWordMode(boolean value) -
getForcedCultureForCharts
Gets or sets a forced culture for the charts rendering. -
setForcedCultureForCharts
-
getForceIE6Compatibility
public static boolean getForceIE6Compatibility()Gets or sets a value indicating whether it is necessary to use compatibility with IE6. -
setForceIE6Compatibility
public static void setForceIE6Compatibility(boolean value) -
isRemoveEmptySpaceAtBottom
public static boolean isRemoveEmptySpaceAtBottom()- Returns:
- the removeEmptySpaceAtBottom
-
setRemoveEmptySpaceAtBottom
public static void setRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom) - Parameters:
removeEmptySpaceAtBottom- the removeEmptySpaceAtBottom to set
-