com.stimulsoft.report.options
Class ExportOptions.ExcelXml

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

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

Class for adjustment of the ExcelXml export of a report.


Constructor Summary
ExportOptions.ExcelXml()
           
 
Method Summary
static boolean getAllowFreezePanes()
          Gets or sets a value indicating whether it is necessary to use the "Freeze panes" feature of Excel.
static boolean getDivideBigCells()
          When exporting big cells will be divided into small cells.
static void setAllowFreezePanes(boolean value)
           
static void setDivideBigCells(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOptions.ExcelXml

public ExportOptions.ExcelXml()
Method Detail

getDivideBigCells

public static boolean getDivideBigCells()
When exporting big cells will be divided into small cells.


setDivideBigCells

public static void setDivideBigCells(boolean value)

getAllowFreezePanes

public static boolean getAllowFreezePanes()
Gets or sets a value indicating whether it is necessary to use the "Freeze panes" feature of Excel.


setAllowFreezePanes

public static void setAllowFreezePanes(boolean value)