com.stimulsoft.report.options
Class ExportOptions.OpenDocumentCalc

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

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


Field Summary
static boolean AllowImageComparer
          a value indicating whether it is necessary to use image comparer.
static boolean DivideBigCells
          a value indicating behavior of the exporting big cells will be divided into small cells.
static boolean DivideSegmentPages
          a value indicating behavior of the exporting segmented pages will be forcibly broken in order of chosen page format.
static int MaximumSheetHeight
          a value indicating maximum sheet height in rows.
static boolean RemoveEmptySpaceAtBottom
          a value indicating whether it is necessary to remove empty space at the bottom of page
 
Constructor Summary
ExportOptions.OpenDocumentCalc()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DivideSegmentPages

public static boolean DivideSegmentPages
a value indicating behavior of the exporting segmented pages will be forcibly broken in order of chosen page format.


AllowImageComparer

public static boolean AllowImageComparer
a value indicating whether it is necessary to use image comparer.


RemoveEmptySpaceAtBottom

public static boolean RemoveEmptySpaceAtBottom
a value indicating whether it is necessary to remove empty space at the bottom of page


DivideBigCells

public static boolean DivideBigCells
a value indicating behavior of the exporting big cells will be divided into small cells.


MaximumSheetHeight

public static int MaximumSheetHeight
a value indicating maximum sheet height in rows.

Constructor Detail

ExportOptions.OpenDocumentCalc

public ExportOptions.OpenDocumentCalc()