Class ExportOptions.Html

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

public static final class ExportOptions.Html extends Object
Class for adjusting the Html export of a report.
  • Field Details

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

      public static String getOpenLinksTarget()
      a target to open links from the exported report.
      Returns:
      the openLinksTarget
    • setOpenLinksTarget

      public static void setOpenLinksTarget(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 '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

      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