Package com.stimulsoft.report.options
Class ExportOptions.OpenDocumentCalc
java.lang.Object
com.stimulsoft.report.options.ExportOptions.OpenDocumentCalc
- Enclosing class:
ExportOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleana value indicating whether it is necessary to use image comparer.static booleana value indicating behavior of the exporting big cells will be divided into small cells.static booleana value indicating behavior of the exporting segmented pages will be forcibly broken in order of chosen page format.static inta value indicating maximum sheet height in rows.static booleana value indicating whether it is necessary to remove empty space at the bottom of page -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DivideSegmentPages
public static boolean DivideSegmentPagesa value indicating behavior of the exporting segmented pages will be forcibly broken in order of chosen page format. -
AllowImageComparer
public static boolean AllowImageComparera value indicating whether it is necessary to use image comparer. -
RemoveEmptySpaceAtBottom
public static boolean RemoveEmptySpaceAtBottoma value indicating whether it is necessary to remove empty space at the bottom of page -
DivideBigCells
public static boolean DivideBigCellsa value indicating behavior of the exporting big cells will be divided into small cells. -
MaximumSheetHeight
public static int MaximumSheetHeighta value indicating maximum sheet height in rows.
-
-
Constructor Details
-
OpenDocumentCalc
public OpenDocumentCalc()
-