Package com.stimulsoft.report.options
Class ExportOptions.Odt
java.lang.Object
com.stimulsoft.report.options.ExportOptions.Odt
- Enclosing class:
ExportOptions
Class for adjustment of the Odt 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 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 voidsetDivideSegmentPages(boolean value) static voidsetRemoveEmptySpaceAtBottom(boolean value)
-
Constructor Details
-
Odt
public Odt()
-
-
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)
-