Package com.stimulsoft.report.options
Class ExportOptions.Ods
java.lang.Object
com.stimulsoft.report.options.ExportOptions.Ods
- Enclosing class:
ExportOptions
Class for adjustment of the Ods export of a report.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanGets or sets a value indicating whether it is necessary to use image comparer.static booleanWhen exporting big cells will be divided into small cells.static booleanWhen Word exporting segmented pages will be forcibly broken in order of chosen page format.static booleanGets or sets a value indicating whether it is necessary to remove empty space at the bottom of pagestatic voidsetAllowImageComparer(boolean value) static voidsetDivideBigCells(boolean value) static voidsetDivideSegmentPages(boolean value) static voidsetRemoveEmptySpaceAtBottom(boolean value)
-
Constructor Details
-
Ods
public Ods()
-
-
Method Details
-
getDivideSegmentPages
public static boolean getDivideSegmentPages()When Word exporting segmented pages will be forcibly broken in order of chosen page format. -
setDivideSegmentPages
public static void setDivideSegmentPages(boolean value) -
getAllowImageComparer
public static boolean getAllowImageComparer()Gets or sets a value indicating whether it is necessary to use image comparer. -
setAllowImageComparer
public static void setAllowImageComparer(boolean 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)
-