com.stimulsoft.report.options
Class ExportOptions.Excel

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

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

Class for adjustment of the Excel export of a report.


Constructor Summary
ExportOptions.Excel()
           
 
Method Summary
static boolean getAllowExportDateTime()
          Gets or sets a value indicating whether it is necessary to use image comparer.
static boolean getColumnsRightToLeft()
          Gets or sets a value indicating whether it is necessary to set columns right to left.
static boolean getDivideBigCells()
          When exporting big cells will be divided into small cells.
static int getMaximumSheetHeight()
          Gets or sets a value indicating maximum sheet height in rows.
static boolean getRemoveEmptySpaceAtBottom()
          Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of page
static boolean getShowGridLines()
          Gets or sets a value indicating whether it is necessary to set flag "Show Grid Lines".
static boolean getTrimTrailingSpaces()
          Gets or sets a value indicating whether it is necessary to trim trailing spaces.
static boolean getUseImageResolution()
          Gets or sets a value indicating whether it is necessary to use image resolution
static boolean isAllowExportFootersInDataOnlyMode()
           
static void setAllowExportDateTime(boolean value)
           
static void setAllowExportFootersInDataOnlyMode(boolean allowExportFootersInDataOnlyMode)
           
static void setColumnsRightToLeft(boolean value)
           
static void setDivideBigCells(boolean value)
           
static void setMaximumSheetHeight(int value)
           
static void setRemoveEmptySpaceAtBottom(boolean value)
           
static void setShowGridLines(boolean value)
           
static void setTrimTrailingSpaces(boolean value)
           
static void setUseImageResolution(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOptions.Excel

public ExportOptions.Excel()
Method Detail

isAllowExportFootersInDataOnlyMode

public static boolean isAllowExportFootersInDataOnlyMode()
Returns:
the value indicating whether it is necessary to use Footers and GropuFooters in DataOnly mode.

setAllowExportFootersInDataOnlyMode

public static void setAllowExportFootersInDataOnlyMode(boolean allowExportFootersInDataOnlyMode)
Parameters:
allowExportFootersInDataOnlyMode - the allowExportFootersInDataOnlyMode to set

getAllowExportDateTime

public static boolean getAllowExportDateTime()
Gets or sets a value indicating whether it is necessary to use image comparer.


setAllowExportDateTime

public static void setAllowExportDateTime(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)

getShowGridLines

public static boolean getShowGridLines()
Gets or sets a value indicating whether it is necessary to set flag "Show Grid Lines".


setShowGridLines

public static void setShowGridLines(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)