com.stimulsoft.report.options
Class ExportOptions.Html

java.lang.Object
  extended by com.stimulsoft.report.options.ExportOptions.Html
Enclosing class:
ExportOptions

public static final class ExportOptions.Html
extends java.lang.Object

Class for adjusting the Html export of a report.


Field Summary
static boolean useStrictTableCellSizeV2
          A value indicating whether it is necessary to use strict table cell size.
 
Constructor Summary
ExportOptions.Html()
           
 
Method Summary
static boolean getAllowImageComparer()
          Gets or sets a value indicating whether it is necessary to use image comparer.
static StiArabicDigitsType getArabicDigitsType()
          Gets or sets a value indicating a current arabic type of digits.
static boolean getConvertDigitsToArabic()
          Gets or sets a value, which indicates whether it is necessary to convert all digits to arabic digits.
static StiCultureInfo getForcedCultureForCharts()
          Gets or sets a forced culture for the charts rendering.
static boolean getForceIE6Compatibility()
          Gets or sets a value indicating whether it is necessary to use compatibility with IE6.
static boolean getForceWysiwygWordwrap()
          Gets or sets a value indicating whether it is necessary to force wordwrap in wysiwyg mode.
static java.lang.String getOpenLinksTarget()
          a target to open links from the exported report.
static boolean getReplaceSpecialCharacters()
          Gets or sets a value indicating whether it is necessary to replace special characters such as '<', '>', '&', '"'
static boolean getUseImageResolution()
          Gets or sets a value indicating whether it is necessary to use image resolution
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.
static boolean isAllowStrippedImages()
          a value indicating whether it is necessary to use stripped images.
static boolean isPreserveWhiteSpaces()
          a value indicating whether it is necessary to preserve the white spaces.
static boolean isPrintLayoutOptimization()
          a value indicating whether to use layout optimization for correct printing.
static boolean isRemoveEmptySpaceAtBottom()
           
static boolean isUseComponentStyleName()
          a value indicating whether to use ComponentStyle as the style name.
static boolean isUseExtendedStyle()
          a value indicating whether to use extended style description for fix the styles inheritance problem
static boolean isUseStrictTableCellSize()
          A value indicating whether it is necessary to use strict table cell size.
static void setAllowImageComparer(boolean value)
           
static void setAllowStrippedImages(boolean allowStrippedImages)
           
static void setArabicDigitsType(StiArabicDigitsType value)
           
static void setConvertDigitsToArabic(boolean value)
           
static void setForcedCultureForCharts(StiCultureInfo value)
           
static void setForceIE6Compatibility(boolean value)
           
static void setForceWysiwygWordwrap(boolean value)
           
static void setOpenLinksTarget(java.lang.String openLinksTarget)
          a target to open links from the exported report.
static void setPreserveWhiteSpaces(boolean preserveWhiteSpaces)
          a value indicating whether it is necessary to preserve the white spaces.
static void setPrintLayoutOptimization(boolean printLayoutOptimization)
          a value indicating whether to use layout optimization for correct printing.
static void setRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom)
           
static void setReplaceSpecialCharacters(boolean value)
           
static void setUseComponentStyleName(boolean useComponentStyleName)
          a value indicating whether to use ComponentStyle as the style name.
static void setUseExtendedStyle(boolean useExtendedStyle)
          a value indicating whether to use extended style description for fix the styles inheritance problem
static void setUseImageResolution(boolean value)
           
static void setUseStrictTableCellSize(boolean useStrictTableCellSize)
           
static void setUseWordWrapBreakWordMode(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

useStrictTableCellSizeV2

public static boolean useStrictTableCellSizeV2
A 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 Detail

ExportOptions.Html

public ExportOptions.Html()
Method Detail

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

public static java.lang.String getOpenLinksTarget()
a target to open links from the exported report.

Returns:
the openLinksTarget

setOpenLinksTarget

public static void setOpenLinksTarget(java.lang.String openLinksTarget)
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

public static StiArabicDigitsType getArabicDigitsType()
Gets or sets a value indicating a current arabic type of digits.


setArabicDigitsType

public static void setArabicDigitsType(StiArabicDigitsType value)

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 '<', '>', '&', '"'


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

public static StiCultureInfo getForcedCultureForCharts()
Gets or sets a forced culture for the charts rendering.


setForcedCultureForCharts

public static void setForcedCultureForCharts(StiCultureInfo value)

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