com.stimulsoft.report.options
Class ExportOptions.Odt

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

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

Class for adjustment of the Odt export of a report.


Constructor Summary
ExportOptions.Odt()
           
 
Method Summary
static boolean getAllowImageComparer()
          Gets or sets a value indicating whether it is necessary to use image comparer.
static boolean getDivideSegmentPages()
          When Word2007 exporting segmented pages will be forcibly broken in order of chosen page format.
static boolean getRemoveEmptySpaceAtBottom()
          Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of page
static void setAllowImageComparer(boolean value)
           
static void setDivideSegmentPages(boolean value)
           
static void setRemoveEmptySpaceAtBottom(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOptions.Odt

public ExportOptions.Odt()
Method Detail

getDivideSegmentPages

public static boolean getDivideSegmentPages()
When Word2007 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)