|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.options.ExportOptions.Html
public static final class ExportOptions.Html
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 |
---|
public static boolean useStrictTableCellSizeV2
Constructor Detail |
---|
public ExportOptions.Html()
Method Detail |
---|
public static boolean isUseExtendedStyle()
public static void setUseExtendedStyle(boolean useExtendedStyle)
useExtendedStyle
- the useExtendedStyle to setpublic static boolean isPreserveWhiteSpaces()
public static void setPreserveWhiteSpaces(boolean preserveWhiteSpaces)
preserveWhiteSpaces
- the preserveWhiteSpaces to setpublic static boolean isUseComponentStyleName()
public static void setUseComponentStyleName(boolean useComponentStyleName)
useComponentStyleName
- the useComponentStyleName to setpublic static boolean isPrintLayoutOptimization()
public static void setPrintLayoutOptimization(boolean printLayoutOptimization)
printLayoutOptimization
- the printLayoutOptimization to setpublic static java.lang.String getOpenLinksTarget()
public static void setOpenLinksTarget(java.lang.String openLinksTarget)
openLinksTarget
- the openLinksTarget to setpublic static boolean isUseStrictTableCellSize()
public static void setUseStrictTableCellSize(boolean useStrictTableCellSize)
useStrictTableCellSize
- the useStrictTableCellSize to setpublic static boolean isAllowStrippedImages()
public static void setAllowStrippedImages(boolean allowStrippedImages)
allowStrippedImages
- the allowStrippedImages to setpublic static boolean getConvertDigitsToArabic()
public static void setConvertDigitsToArabic(boolean value)
public static StiArabicDigitsType getArabicDigitsType()
public static void setArabicDigitsType(StiArabicDigitsType value)
public static boolean getAllowImageComparer()
public static void setAllowImageComparer(boolean value)
public static boolean getForceWysiwygWordwrap()
public static void setForceWysiwygWordwrap(boolean value)
public static boolean getReplaceSpecialCharacters()
public static void setReplaceSpecialCharacters(boolean value)
public static boolean getUseImageResolution()
public static void setUseImageResolution(boolean value)
public static boolean getUseWordWrapBreakWordMode()
public static void setUseWordWrapBreakWordMode(boolean value)
public static StiCultureInfo getForcedCultureForCharts()
public static void setForcedCultureForCharts(StiCultureInfo value)
public static boolean getForceIE6Compatibility()
public static void setForceIE6Compatibility(boolean value)
public static boolean isRemoveEmptySpaceAtBottom()
public static void setRemoveEmptySpaceAtBottom(boolean removeEmptySpaceAtBottom)
removeEmptySpaceAtBottom
- the removeEmptySpaceAtBottom to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |