Class ExportOptions.Odt

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

public static final class ExportOptions.Odt extends Object
Class for adjustment of the Odt export of a report.
  • 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)