Package com.stimulsoft.report.options
Class ExportOptions.ExcelXml
java.lang.Object
com.stimulsoft.report.options.ExportOptions.ExcelXml
- Enclosing class:
ExportOptions
Class for adjustment of the ExcelXml export of a report.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanGets or sets a value indicating whether it is necessary to use the "Freeze panes" feature of Excel.static booleanWhen exporting big cells will be divided into small cells.static voidsetAllowFreezePanes(boolean value) static voidsetDivideBigCells(boolean value)
-
Constructor Details
-
ExcelXml
public ExcelXml()
-
-
Method Details
-
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)
-