Package com.stimulsoft.report.options
Class ExportOptions.Excel2007
java.lang.Object
com.stimulsoft.report.options.ExportOptions.Excel2007
- Enclosing class:
ExportOptions
Class for adjustment of the Excel2007 export of a report.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanGets or sets a value indicating whether it is necessary to use image comparer.static booleanGets or sets a value indicating whether it is necessary to set columns right to left.static booleanWhen exporting big cells will be divided into small cells.static intGets or sets a value indicating maximum sheet height in rows.static booleanGets or sets a value indicating whether it is necessary to remove empty space at the bottom of pagestatic booleanGets or sets a value indicating whether it is necessary to trim trailing spaces.static booleanGets or sets a value indicating whether it is necessary to use image resolutionstatic booleanstatic booleana value indicating a Html tags rendering mode.static booleanA value indicating whether it is necessary to set flag "Show Grid Lines".static voidsetAllowFreezePanes(boolean allowFreezePanes) static voidsetAllowImageComparer(boolean value) static voidsetColumnsRightToLeft(boolean value) static voidsetDivideBigCells(boolean value) static voidsetMaximumSheetHeight(int value) static voidsetRemoveEmptySpaceAtBottom(boolean value) static voidsetRenderHtmlTagsAsImage(boolean renderHtmlTagsAsImage) a value indicating a Html tags rendering mode.static voidsetShowGridLines(boolean showGridLines) static voidsetTrimTrailingSpaces(boolean value) static voidsetUseImageResolution(boolean value)
-
Constructor Details
-
Excel2007
public Excel2007()
-
-
Method Details
-
isRenderHtmlTagsAsImage
public static boolean isRenderHtmlTagsAsImage()a value indicating a Html tags rendering mode.- Returns:
- the renderHtmlTagsAsImage
-
setRenderHtmlTagsAsImage
public static void setRenderHtmlTagsAsImage(boolean renderHtmlTagsAsImage) a value indicating a Html tags rendering mode.- Parameters:
renderHtmlTagsAsImage- the renderHtmlTagsAsImage to set
-
isShowGridLines
public static boolean isShowGridLines()A value indicating whether it is necessary to set flag "Show Grid Lines".- Returns:
- A value indicating whether it is necessary to set flag "Show Grid Lines".
-
setShowGridLines
public static void setShowGridLines(boolean showGridLines) - Parameters:
showGridLines- the showGridLines to set
-
isAllowFreezePanes
public static boolean isAllowFreezePanes()- Returns:
- value indicating whether it is necessary to use the "Freeze panes" feature of Excel.
-
setAllowFreezePanes
public static void setAllowFreezePanes(boolean allowFreezePanes) - Parameters:
allowFreezePanes- the allowFreezePanes to set
-
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) -
getColumnsRightToLeft
public static boolean getColumnsRightToLeft()Gets or sets a value indicating whether it is necessary to set columns right to left. -
setColumnsRightToLeft
public static void setColumnsRightToLeft(boolean value) -
getMaximumSheetHeight
public static int getMaximumSheetHeight()Gets or sets a value indicating maximum sheet height in rows. -
setMaximumSheetHeight
public static void setMaximumSheetHeight(int value) -
getRemoveEmptySpaceAtBottom
public static boolean getRemoveEmptySpaceAtBottom()Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of page -
setRemoveEmptySpaceAtBottom
public static void setRemoveEmptySpaceAtBottom(boolean value) -
getDivideBigCells
public static boolean getDivideBigCells()When exporting big cells will be divided into small cells. -
setDivideBigCells
public static void setDivideBigCells(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) -
getTrimTrailingSpaces
public static boolean getTrimTrailingSpaces()Gets or sets a value indicating whether it is necessary to trim trailing spaces. -
setTrimTrailingSpaces
public static void setTrimTrailingSpaces(boolean value)
-