|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.options.ExportOptions.Ods
public static final class ExportOptions.Ods
Class for adjustment of the Ods export of a report.
Constructor Summary | |
---|---|
ExportOptions.Ods()
|
Method Summary | |
---|---|
static boolean |
getAllowImageComparer()
Gets or sets a value indicating whether it is necessary to use image comparer. |
static boolean |
getDivideBigCells()
When exporting big cells will be divided into small cells. |
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 |
setDivideBigCells(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 |
---|
public ExportOptions.Ods()
Method Detail |
---|
public static boolean getDivideSegmentPages()
public static void setDivideSegmentPages(boolean value)
public static boolean getAllowImageComparer()
public static void setAllowImageComparer(boolean value)
public static boolean getRemoveEmptySpaceAtBottom()
public static void setRemoveEmptySpaceAtBottom(boolean value)
public static boolean getDivideBigCells()
public static void setDivideBigCells(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |